Age | Commit message (Expand) | Author |
2016-10-07 | cred: simpler, 1D supplementary groups | Alexey Dobriyan |
2016-10-07 | mm, proc: fix region lost in /proc/self/smaps | Robert Ho |
2016-10-07 | proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self | John Stultz |
2016-10-07 | proc: add LSM hook checks to /proc/<tid>/timerslack_ns | John Stultz |
2016-10-07 | proc: relax /proc/<tid>/timerslack_ns capability requirements | John Stultz |
2016-10-07 | meminfo: break apart a very long seq_printf with #ifdefs | Joe Perches |
2016-10-07 | seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char | Joe Perches |
2016-10-07 | proc: faster /proc/*/status | Alexey Dobriyan |
2016-10-07 | fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w... | James Morse |
2016-10-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2016-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-09-30 | Merge branch 'x86/urgent' into x86/asm | Thomas Gleixner |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-20 | fs/proc/kcore.c: Add bounce buffer for ktext data | Jiri Olsa |
2016-09-20 | fs/proc/kcore.c: Make bounce buffer global for read | Jiri Olsa |
2016-09-15 | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar |
2016-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-10 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2016-09-09 | mm: fix show_smap() for zone_device-pmd ranges | Dan Williams |
2016-09-01 | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds |
2016-08-31 | mm: introduce get_task_exe_file | Mateusz Guzik |
2016-08-18 | proc: Fix return address printk conversion specifer in /proc/<pid>/stack | Josh Poimboeuf |
2016-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-08-14 | net: make net namespace sysctls belong to container's owner | Dmitry Torokhov |
2016-08-14 | proc: make proc entries inherit ownership from parent | Dmitry Torokhov |
2016-08-11 | proc, meminfo: use correct helpers for calculating LRU sizes in meminfo | Mel Gorman |
2016-08-08 | sysctl: Stop implicitly passing current into sysctl_table_root.lookup | Eric W. Biederman |
2016-08-07 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2016-08-06 | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2016-08-03 | fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2 | Geert Uytterhoeven |
2016-08-02 | fs/proc/task_mmu.c: suppress compilation warnings with W=1 | Valdis Kletnieks |
2016-08-02 | procfs: avoid 32-bit time_t in /proc/*/stat | Arnd Bergmann |
2016-08-02 | proc_oom_score: remove tasklist_lock and pid_alive() | Oleg Nesterov |
2016-07-31 | get rid of 'parent' argument of ->d_compare() | Al Viro |
2016-07-30 | qstr: constify instances in procfs | Al Viro |
2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2016-07-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-07-28 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski |
2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman |
2016-07-28 | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED | Mel Gorman |
2016-07-28 | mm: move page mapped accounting to the node | Mel Gorman |
2016-07-28 | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj | Michal Hocko |
2016-07-28 | proc, oom_adj: extract oom_score_adj setting into a helper | Michal Hocko |
2016-07-28 | proc, oom: drop bogus sighand lock | Michal Hocko |
2016-07-28 | proc, oom: drop bogus task_lock and mm check | Michal Hocko |
2016-07-28 | Merge branch 'salted-string-hash' | Linus Torvalds |
2016-07-26 | mm, rmap: account shmem thp pages | Kirill A. Shutemov |
2016-06-23 | vfs: Generalize filesystem nodev handling. | Eric W. Biederman |
2016-06-23 | proc: Convert proc_mount to use mount_ns. | Eric W. Biederman |
2016-06-23 | mnt: Refactor fs_fully_visible into mount_too_revealing | Eric W. Biederman |