| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-03-17 | proc: add /proc/<pid>/timerslack_ns interface |  John Stultz | 1 | -0/+67 |
| 2016-03-17 | mm/page_alloc.c: calculate 'available' memory in a separate function |  Igor Redko | 1 | -30/+1 |
| 2016-03-17 | /proc/kpageflags: return KPF_SLAB for slab tail pages |  Naoya Horiguchi | 1 | -0/+2 |
| 2016-03-17 | /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages |  Naoya Horiguchi | 1 | -2/+4 |
| 2016-02-18 | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps |  Dave Hansen | 1 | -0/+14 |
| 2016-02-16 | cgroup: introduce cgroup namespaces |  Aditya Kali | 1 | -0/+3 |
| 2016-02-03 | proc: revert /proc/<pid>/maps [stack:TID] annotation |  Johannes Weiner | 2 | -71/+42 |
| 2016-02-03 | numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390 |  Michael Holzheu | 1 | -3/+4 |
| 2016-01-22 | wrappers for ->i_mutex access |  Al Viro | 3 | -6/+6 |
| 2016-01-21 | thp: change pmd_trans_huge_lock() interface to return ptl |  Kirill A. Shutemov | 1 | -4/+8 |
| 2016-01-20 | proc read mm's {arg,env}_{start,end} with mmap semaphore taken. |  Mateusz Guzik | 1 | -3/+10 |
| 2016-01-20 | ptrace: use fsuid, fsgid, effective creds for fs access checks |  Jann Horn | 3 | -13/+14 |
| 2016-01-20 | fs/proc/task_mmu.c: add workaround for old compilers |  Kirill A. Shutemov | 1 | -1/+1 |
| 2016-01-15 | mm: differentiate page_mapped() from page_mapcount() for compound pages |  Kirill A. Shutemov | 1 | -2/+2 |
| 2016-01-15 | mm, thp: remove infrastructure for handling splitting PMDs |  Kirill A. Shutemov | 1 | -4/+4 |
| 2016-01-15 | mm, proc: adjust PSS calculation |  Kirill A. Shutemov | 1 | -16/+31 |
| 2016-01-14 | mm: rework virtual memory accounting |  Konstantin Khlebnikov | 1 | -4/+3 |
| 2016-01-14 | mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_pmd() |  Oleg Nesterov | 1 | -3/+0 |
| 2016-01-14 | proc: meminfo: estimate available memory more conservatively |  Johannes Weiner | 1 | -4/+1 |
| 2016-01-14 | mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status |  Jerome Marchand | 1 | -2/+12 |
| 2016-01-14 | mm, shmem: add internal shmem resident memory accounting |  Jerome Marchand | 1 | -1/+2 |
| 2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings |  Vlastimil Babka | 1 | -29/+13 |
| 2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for shmem mappings |  Vlastimil Babka | 1 | -2/+20 |
| 2016-01-14 | mm, proc: account for shmem swap in /proc/pid/smaps |  Vlastimil Babka | 1 | -0/+51 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg |  Vladimir Davydov | 1 | -1/+2 |
| 2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 2 | -10/+8 |
| 2016-01-11 | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 5 | -38/+54 |
| 2016-01-09 | proc: add a reschedule point in proc_readfd_common() |  Eric Dumazet | 1 | -0/+1 |
| 2016-01-04 | proc_pid_attr_write(): switch to memdup_user() |  Al Viro | 1 | -10/+7 |
| 2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() |  Al Viro | 5 | -18/+23 |
| 2015-12-18 | proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter |  Colin Ian King | 1 | -0/+1 |
| 2015-12-08 | teach proc_self_get_link()/proc_thread_self_get_link() to work in RCU mode |  Al Viro | 2 | -10/+7 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode |  Al Viro | 5 | -21/+35 |
| 2015-11-07 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 2 | -8/+16 |
| 2015-11-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial |  Linus Torvalds | 1 | -1/+1 |
| 2015-11-06 | proc: actually make proc_fd_permission() thread-friendly |  Oleg Nesterov | 1 | -3/+11 |
| 2015-11-06 | fs/proc/array.c: set overflow flag in case of error |  Andy Shevchenko | 1 | -5/+5 |
| 2015-11-05 | mm, oom: add comment for why oom_adj exists |  David Rientjes | 1 | -0/+10 |
| 2015-11-05 | mm: clear_soft_dirty_pmd() requires THP |  Laurent Dufour | 1 | -7/+7 |
| 2015-11-05 | mm: clear pte in clear_soft_dirty() |  Laurent Dufour | 1 | -3/+4 |
| 2015-11-05 | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status |  Naoya Horiguchi | 1 | -0/+1 |
| 2015-11-05 | mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smaps |  Naoya Horiguchi | 1 | -0/+38 |
| 2015-11-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux |  Linus Torvalds | 1 | -2/+2 |
| 2015-11-03 | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -8/+17 |
| 2015-11-01 | mm: get rid of 'vmalloc_info' from /proc/meminfo |  Linus Torvalds | 1 | -5/+2 |
| 2015-10-14 | mm: add architecture primitives for software dirty bit clearing |  Martin Schwidefsky | 1 | -2/+2 |
| 2015-10-01 | fs/proc, core/debug: Don't expose absolute kernel addresses via wchan |  Ingo Molnar | 2 | -8/+17 |
| 2015-09-29 | fs: Drop unlikely before IS_ERR(_OR_NULL) |  Viresh Kumar | 1 | -1/+1 |
| 2015-09-10 | proc: convert to kstrto*()/kstrto*_from_user() |  Alexey Dobriyan | 1 | -49/+21 |
| 2015-09-10 | proc: change proc_subdir_lock to a rwlock |  Waiman Long | 1 | -22/+22 |