aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationGravatar Johannes Weiner 2-72/+43
2016-02-03numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Gravatar Michael Holzheu 1-3/+4
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 3-6/+6
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlGravatar Kirill A. Shutemov 1-4/+8
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Gravatar Mateusz Guzik 1-3/+10
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksGravatar Jann Horn 3-13/+14
2016-01-20fs/proc/task_mmu.c: add workaround for old compilersGravatar Kirill A. Shutemov 1-1/+1
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesGravatar Kirill A. Shutemov 1-2/+2
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 1-4/+4
2016-01-15mm, proc: adjust PSS calculationGravatar Kirill A. Shutemov 1-16/+31
2016-01-14mm: rework virtual memory accountingGravatar Konstantin Khlebnikov 1-4/+3
2016-01-14mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...Gravatar Oleg Nesterov 1-3/+0
2016-01-14proc: meminfo: estimate available memory more conservativelyGravatar Johannes Weiner 1-4/+1
2016-01-14mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusGravatar Jerome Marchand 1-2/+12
2016-01-14mm, shmem: add internal shmem resident memory accountingGravatar Jerome Marchand 1-1/+2
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsGravatar Vlastimil Babka 1-29/+13
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsGravatar Vlastimil Babka 1-2/+20
2016-01-14mm, proc: account for shmem swap in /proc/pid/smapsGravatar Vlastimil Babka 1-0/+51
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+2
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-10/+8
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-38/+54
2016-01-09proc: add a reschedule point in proc_readfd_common()Gravatar Eric Dumazet 1-0/+1
2016-01-04proc_pid_attr_write(): switch to memdup_user()Gravatar Al Viro 1-10/+7
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 5-18/+23
2015-12-18proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterGravatar Colin Ian King 1-0/+1
2015-12-08teach proc_self_get_link()/proc_thread_self_get_link() to work in RCU modeGravatar Al Viro 2-10/+7
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 5-21/+35
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-8/+16
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-11-06proc: actually make proc_fd_permission() thread-friendlyGravatar Oleg Nesterov 1-3/+11
2015-11-06fs/proc/array.c: set overflow flag in case of errorGravatar Andy Shevchenko 1-5/+5
2015-11-05mm, oom: add comment for why oom_adj existsGravatar David Rientjes 1-0/+10
2015-11-05mm: clear_soft_dirty_pmd() requires THPGravatar Laurent Dufour 1-7/+7
2015-11-05mm: clear pte in clear_soft_dirty()Gravatar Laurent Dufour 1-3/+4
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusGravatar Naoya Horiguchi 1-0/+1
2015-11-05mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsGravatar Naoya Horiguchi 1-0/+38
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-2/+2
2015-11-03Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-8/+17
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoGravatar Linus Torvalds 1-5/+2
2015-10-14mm: add architecture primitives for software dirty bit clearingGravatar Martin Schwidefsky 1-2/+2
2015-10-01fs/proc, core/debug: Don't expose absolute kernel addresses via wchanGravatar Ingo Molnar 2-8/+17
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-1/+1
2015-09-10proc: convert to kstrto*()/kstrto*_from_user()Gravatar Alexey Dobriyan 1-49/+21
2015-09-10proc: change proc_subdir_lock to a rwlockGravatar Waiman Long 1-22/+22
2015-09-10procfs: always expose /proc/<pid>/map_files/ and make it readableGravatar Calvin Owens 1-19/+24
2015-09-10proc: add cond_resched to /proc/kpage* read/write loopGravatar Vladimir Davydov 1-0/+6
2015-09-10proc: export idle flag via kpageflagsGravatar Vladimir Davydov 1-0/+3
2015-09-10mm: introduce idle page trackingGravatar Vladimir Davydov 2-1/+7
2015-09-10proc: add kpagecgroup fileGravatar Vladimir Davydov 1-0/+53
2015-09-08mm: /proc/pid/smaps:: show proportional swap share of the mappingGravatar Minchan Kim 1-2/+16