| Age | Commit message (Expand) | Author | Lines |
| 2016-06-10 | Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) | Linus Torvalds | -0/+7 |
| 2016-06-10 | proc: prevent stacking filesystems on top | Jann Horn | -0/+7 |
| 2016-05-23 | mm, proc: make clear_refs killable | Michal Hocko | -2/+9 |
| 2016-05-20 | procfs: fix pthread cross-thread naming if !PR_DUMPABLE | Janis Danisevskis | -1/+41 |
| 2016-05-20 | procfs: expose umask in /proc/<PID>/status | Richard W.M. Jones | -1/+19 |
| 2016-05-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | -1/+1 |
| 2016-05-19 | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim | -1/+1 |
| 2016-05-19 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | -1/+1 |
| 2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | -32/+39 |
| 2016-05-17 | Merge branch 'ovl-fixes' into for-linus | Al Viro | -4/+32 |
| 2016-05-13 | crash_dump: Add vmcore_elf32_check_arch | Daniel Wagner | -1/+1 |
| 2016-05-09 | Revert "proc/base: make prompt shell start from new line after executing "cat... | Robin Humble | -1/+1 |
| 2016-05-05 | proc: prevent accessing /proc/<PID>/environ until it's ready | Mathias Krause | -1/+2 |
| 2016-05-02 | switch all procfs directories ->iterate_shared() | Al Viro | -20/+21 |
| 2016-05-02 | proc_sys_fill_cache(): switch to d_alloc_parallel() | Al Viro | -7/+8 |
| 2016-05-02 | proc_fill_cache(): switch to d_alloc_parallel() | Al Viro | -5/+10 |
| 2016-04-28 | numa: fix /proc/<pid>/numa_maps for THP | Gerald Schaefer | -3/+30 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | -3/+3 |
| 2016-03-21 | Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | -0/+3 |
| 2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | -0/+14 |
| 2016-03-17 | proc-vmcore: wrong data type casting fix | Dave Young | -2/+5 |
| 2016-03-17 | proc/base: make prompt shell start from new line after executing "cat /proc/$... | Minfei Huang | -1/+1 |
| 2016-03-17 | procfs: add conditional compilation check | Eric Engestrom | -0/+2 |
| 2016-03-17 | proc: add /proc/<pid>/timerslack_ns interface | John Stultz | -0/+67 |
| 2016-03-17 | mm/page_alloc.c: calculate 'available' memory in a separate function | Igor Redko | -30/+1 |
| 2016-03-17 | /proc/kpageflags: return KPF_SLAB for slab tail pages | Naoya Horiguchi | -0/+2 |
| 2016-03-17 | /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages | Naoya Horiguchi | -2/+4 |
| 2016-02-18 | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps | Dave Hansen | -0/+14 |
| 2016-02-16 | cgroup: introduce cgroup namespaces | Aditya Kali | -0/+3 |
| 2016-02-03 | proc: revert /proc/<pid>/maps [stack:TID] annotation | Johannes Weiner | -72/+43 |
| 2016-02-03 | numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390 | Michael Holzheu | -3/+4 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | -6/+6 |
| 2016-01-21 | thp: change pmd_trans_huge_lock() interface to return ptl | Kirill A. Shutemov | -4/+8 |
| 2016-01-20 | proc read mm's {arg,env}_{start,end} with mmap semaphore taken. | Mateusz Guzik | -3/+10 |
| 2016-01-20 | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn | -13/+14 |
| 2016-01-20 | fs/proc/task_mmu.c: add workaround for old compilers | Kirill A. Shutemov | -1/+1 |
| 2016-01-15 | mm: differentiate page_mapped() from page_mapcount() for compound pages | Kirill A. Shutemov | -2/+2 |
| 2016-01-15 | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | -4/+4 |
| 2016-01-15 | mm, proc: adjust PSS calculation | Kirill A. Shutemov | -16/+31 |
| 2016-01-14 | mm: rework virtual memory accounting | Konstantin Khlebnikov | -4/+3 |
| 2016-01-14 | mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p... | Oleg Nesterov | -3/+0 |
| 2016-01-14 | proc: meminfo: estimate available memory more conservatively | Johannes Weiner | -4/+1 |
| 2016-01-14 | mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status | Jerome Marchand | -2/+12 |
| 2016-01-14 | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand | -1/+2 |
| 2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings | Vlastimil Babka | -29/+13 |
| 2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for shmem mappings | Vlastimil Babka | -2/+20 |
| 2016-01-14 | mm, proc: account for shmem swap in /proc/pid/smaps | Vlastimil Babka | -0/+51 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | -1/+2 |
| 2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | -10/+8 |
| 2016-01-11 | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | -38/+54 |