Age | Commit message (Expand) | Author | Files | Lines |
2018-12-28 | mm, oom: reorganize the oom report in dump_header | yuzhoujian | 1 | -2/+2 |
2018-12-28 | mm: reclaim small amounts of memory when an external fragmentation event occurs | Mel Gorman | 1 | -0/+8 |
2018-12-28 | mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE support | Dan Williams | 1 | -12/+41 |
2018-12-28 | mm, devm_memremap_pages: fix shutdown handling | Dan Williams | 1 | -16/+14 |
2018-12-28 | mm, devm_memremap_pages: kill mapping "System RAM" support | Dan Williams | 1 | -6/+3 |
2018-12-28 | mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL | Dan Williams | 1 | -1/+1 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 3 | -3/+3 |
2018-12-28 | mm: reference totalram_pages and managed_pages once per function | Arun KS | 2 | -4/+6 |
2018-12-27 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2018-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 12 | -248/+1817 |
2018-12-27 | Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -52/+74 |
2018-12-27 | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -350/+386 |
2018-12-27 | Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -69/+68 |
2018-12-27 | sched/fair: Fix warning on non-SMP build | Olof Johansson | 1 | -8/+8 |
2018-12-26 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 13 | -143/+955 |
2018-12-26 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -16/+55 |
2018-12-26 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -36/+44 |
2018-12-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 28 | -583/+824 |
2018-12-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -5/+73 |
2018-12-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 25 | -218/+52 |
2018-12-25 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -92/+199 |
2018-12-25 | Merge tag 'pm-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 4 | -34/+6 |
2018-12-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -10/+64 |
2018-12-21 | fork,memcg: fix crash in free_thread_stack on memcg charge fail | Rik van Riel | 1 | -2/+7 |
2018-12-21 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+1 |
2018-12-21 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -6/+63 |
2018-12-21 | Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep' | Rafael J. Wysocki | 2 | -26/+4 |
2018-12-21 | Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-cpufreq-sched' | Rafael J. Wysocki | 2 | -8/+2 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 9 | -102/+804 |
2018-12-20 | bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't | Jesper Dangaard Brouer | 1 | -1/+1 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -13/+40 |
2018-12-20 | bpf: verifier: reorder stack size check with dead code sanitization | Jakub Kicinski | 1 | -2/+3 |
2018-12-20 | bpf: verifier: teach the verifier to reason about the BPF_JSET instruction | Jakub Kicinski | 1 | -0/+20 |
2018-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -9/+25 |
2018-12-19 | bpf: Ensure line_info.insn_off cannot point to insn with zero code | Martin KaFai Lau | 1 | -0/+8 |
2018-12-19 | genirq/affinity: Add is_managed to struct irq_affinity_desc | Dou Liyang | 2 | -5/+12 |
2018-12-19 | genirq/core: Introduce struct irq_affinity_desc | Dou Liyang | 5 | -26/+29 |
2018-12-19 | genirq/affinity: Remove excess indentation | Thomas Gleixner | 1 | -11/+11 |
2018-12-19 | bpf: log struct/union attribute for forward type | Yonghong Song | 1 | -1/+7 |
2018-12-18 | bpf: correct slot_type marking logic to allow more stack slot sharing | Jiong Wang | 1 | -0/+5 |
2018-12-18 | futex: Cure exit race | Thomas Gleixner | 1 | -6/+63 |
2018-12-18 | bpf: support raw tracepoints in modules | Matt Mullins | 3 | -5/+110 |
2018-12-18 | Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 1 | -2/+21 |
2018-12-18 | genirq: Fix various typos in comments | Ingo Molnar | 4 | -7/+7 |
2018-12-18 | ntp: Remove duplicated include | YueHaibing | 1 | -1/+0 |
2018-12-18 | bpf: enable cgroup local storage map pretty print with kind_flag | Yonghong Song | 2 | -22/+32 |
2018-12-18 | bpf: btf: fix struct/union/fwd types with kind_flag | Yonghong Song | 1 | -20/+260 |
2018-12-18 | bpf: btf: refactor btf_int_bits_seq_show() | Yonghong Song | 1 | -14/+21 |
2018-12-17 | bpf: remove useless version check for prog load | Daniel Borkmann | 1 | -5/+0 |
2018-12-17 | dma-direct: do not include SME mask in the DMA supported check | Lendacky, Thomas | 1 | -1/+6 |