| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-08-14 | proc: make proc entries inherit ownership from parent |  Dmitry Torokhov | 2 | -0/+15 |
| 2016-08-11 | proc, meminfo: use correct helpers for calculating LRU sizes in meminfo |  Mel Gorman | 1 | -1/+1 |
| 2016-08-08 | sysctl: Stop implicitly passing current into sysctl_table_root.lookup |  Eric W. Biederman | 1 | -7/+7 |
| 2016-08-07 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+1 |
| 2016-08-06 | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+1 |
| 2016-08-03 | fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2 |  Geert Uytterhoeven | 1 | -1/+1 |
| 2016-08-02 | fs/proc/task_mmu.c: suppress compilation warnings with W=1 |  Valdis Kletnieks | 1 | -0/+1 |
| 2016-08-02 | procfs: avoid 32-bit time_t in /proc/*/stat |  Arnd Bergmann | 1 | -6/+4 |
| 2016-08-02 | proc_oom_score: remove tasklist_lock and pid_alive() |  Oleg Nesterov | 1 | -5/+2 |
| 2016-07-31 | get rid of 'parent' argument of ->d_compare() |  Al Viro | 1 | -1/+1 |
| 2016-07-30 | qstr: constify instances in procfs |  Al Viro | 1 | -1/+1 |
| 2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 3 | -58/+21 |
| 2016-07-28 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 2 | -100/+107 |
| 2016-07-28 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks |  Andy Lutomirski | 1 | -1/+1 |
| 2016-07-28 | mm: move most file-based accounting to the node |  Mel Gorman | 1 | -8/+8 |
| 2016-07-28 | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED |  Mel Gorman | 1 | -1/+1 |
| 2016-07-28 | mm: move page mapped accounting to the node |  Mel Gorman | 1 | -2/+2 |
| 2016-07-28 | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj |  Michal Hocko | 1 | -0/+46 |
| 2016-07-28 | proc, oom_adj: extract oom_score_adj setting into a helper |  Michal Hocko | 1 | -51/+43 |
| 2016-07-28 | proc, oom: drop bogus sighand lock |  Michal Hocko | 1 | -34/+17 |
| 2016-07-28 | proc, oom: drop bogus task_lock and mm check |  Michal Hocko | 1 | -18/+4 |
| 2016-07-28 | Merge branch 'salted-string-hash' |  Linus Torvalds | 1 | -1/+1 |
| 2016-07-26 | mm, rmap: account shmem thp pages |  Kirill A. Shutemov | 2 | -3/+14 |
| 2016-06-23 | vfs: Generalize filesystem nodev handling. |  Eric W. Biederman | 1 | -2/+2 |
| 2016-06-23 | proc: Convert proc_mount to use mount_ns. |  Eric W. Biederman | 3 | -51/+13 |
| 2016-06-23 | mnt: Refactor fs_fully_visible into mount_too_revealing |  Eric W. Biederman | 2 | -1/+2 |
| 2016-06-10 | vfs: make the string hashes salt the hash |  Linus Torvalds | 1 | -1/+1 |
| 2016-06-10 | Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) |  Linus Torvalds | 1 | -0/+7 |
| 2016-06-10 | proc: prevent stacking filesystems on top |  Jann Horn | 1 | -0/+7 |
| 2016-05-23 | mm, proc: make clear_refs killable |  Michal Hocko | 1 | -2/+9 |
| 2016-05-20 | procfs: fix pthread cross-thread naming if !PR_DUMPABLE |  Janis Danisevskis | 1 | -1/+41 |
| 2016-05-20 | procfs: expose umask in /proc/<PID>/status |  Richard W.M. Jones | 1 | -1/+19 |
| 2016-05-19 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -1/+1 |
| 2016-05-19 | mm: rename _count, field of the struct page, to _refcount |  Joonsoo Kim | 1 | -1/+1 |
| 2016-05-19 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus |  Linus Torvalds | 1 | -1/+1 |
| 2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 7 | -32/+39 |
| 2016-05-17 | Merge branch 'ovl-fixes' into for-linus |  Al Viro | 2 | -4/+32 |
| 2016-05-13 | crash_dump: Add vmcore_elf32_check_arch |  Daniel Wagner | 1 | -1/+1 |
| 2016-05-09 | Revert "proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan"" |  Robin Humble | 1 | -1/+1 |
| 2016-05-05 | proc: prevent accessing /proc/<PID>/environ until it's ready |  Mathias Krause | 1 | -1/+2 |
| 2016-05-02 | switch all procfs directories ->iterate_shared() |  Al Viro | 7 | -20/+21 |
| 2016-05-02 | proc_sys_fill_cache(): switch to d_alloc_parallel() |  Al Viro | 1 | -7/+8 |
| 2016-05-02 | proc_fill_cache(): switch to d_alloc_parallel() |  Al Viro | 1 | -5/+10 |
| 2016-04-28 | numa: fix /proc/<pid>/numa_maps for THP |  Gerald Schaefer | 1 | -3/+30 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros |  Kirill A. Shutemov | 2 | -3/+3 |
| 2016-03-21 | Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 1 | -0/+3 |
| 2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+14 |
| 2016-03-17 | proc-vmcore: wrong data type casting fix |  Dave Young | 1 | -2/+5 |
| 2016-03-17 | proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan" |  Minfei Huang | 1 | -1/+1 |
| 2016-03-17 | procfs: add conditional compilation check |  Eric Engestrom | 1 | -0/+2 |