Age | Commit message (Expand) | Author | Files | Lines |
2020-04-07 | mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() | Anshuman Khandual | 1 | -1/+2 |
2020-04-07 | mm/vma: make vma_is_accessible() available for general use | Anshuman Khandual | 1 | -1/+1 |
2020-04-07 | mm: set vm_next and vm_prev to NULL in vm_area_dup() | Li Xinhai | 1 | -1/+1 |
2020-04-07 | mm: don't prepare anon_vma if vma has VM_WIPEONFORK | Li Xinhai | 1 | -3/+5 |
2020-04-06 | Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2 | -1/+8 |
2020-04-06 | Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -25/+4 |
2020-04-05 | Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+133 |
2020-04-05 | Merge tag 'timers-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+3 |
2020-04-05 | Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 10 | -205/+714 |
2020-04-04 | Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -17/+21 |
2020-04-04 | Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2 | -21/+0 |
2020-04-04 | Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/sc... | Ingo Molnar | 1 | -0/+133 |
2020-04-03 | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+0 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -3/+2 |
2020-04-03 | Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -8/+4 |
2020-04-03 | Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 5 | -123/+314 |
2020-04-03 | Merge tag 'kgdb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan... | Linus Torvalds | 1 | -8/+12 |
2020-04-03 | docs: cgroup-v1: Document the cpuset_v2_mode mount option | Waiman Long | 1 | -2/+6 |
2020-04-03 | Revert "cpuset: Make cpuset hotplug synchronous" | Tejun Heo | 2 | -19/+14 |
2020-04-03 | tracing: Do not allocate buffer in trace_find_next_entry() in atomic | Steven Rostedt (VMware) | 1 | -1/+20 |
2020-04-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -6/+49 |
2020-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 8 | -45/+39 |
2020-04-02 | mm/compaction: Disable compact_unevictable_allowed on RT | Sebastian Andrzej Siewior | 1 | -1/+28 |
2020-04-02 | mm/compaction: really limit compact_unevictable_allowed to 0 and 1 | Sebastian Andrzej Siewior | 1 | -1/+1 |
2020-04-02 | mm: memcontrol: recursive memory.low protection | Johannes Weiner | 1 | -1/+16 |
2020-04-02 | mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() | Roman Gushchin | 1 | -4/+5 |
2020-04-02 | PM: sleep: Add pm_debug_messages kernel command line option | Chen Yu | 1 | -0/+7 |
2020-04-02 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -4/+5 |
2020-04-01 | signal: Extend exec_id to 64bits | Eric W. Biederman | 1 | -1/+1 |
2020-04-01 | kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ | Daniel Thompson | 1 | -4/+8 |
2020-04-01 | kdb: Eliminate strncpy() warnings by replacing with strscpy() | Daniel Thompson | 1 | -4/+4 |
2020-04-01 | hrtimer: Don't dereference the hrtimer pointer after the callback | Sebastian Andrzej Siewior | 1 | -2/+3 |
2020-04-01 | PM: hibernate: Propagate the return value of hibernation_restore() | Dexuan Cui | 1 | -1/+1 |
2020-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 25 | -1076/+2676 |
2020-04-01 | Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -39/+51 |
2020-04-01 | Merge tag 'audit-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -5/+9 |
2020-03-31 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
2020-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 13 | -748/+1872 |
2020-03-31 | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -14/+15 |
2020-03-31 | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -111/+109 |
2020-03-31 | Merge tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2020-03-31 | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -37/+148 |
2020-03-31 | bpf: Implement bpf_prog replacement for an active bpf_cgroup_link | Andrii Nakryiko | 3 | -0/+162 |
2020-03-31 | bpf: Implement bpf_link-based cgroup BPF program attachment | Andrii Nakryiko | 3 | -90/+303 |
2020-03-31 | Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 7 | -72/+136 |
2020-03-31 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 15 | -462/+1026 |
2020-03-31 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -96/+261 |
2020-03-31 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 25 | -361/+837 |
2020-03-31 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 16 | -196/+550 |
2020-03-31 | Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2 | -408/+167 |