summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-02-032-72/+43
* numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu2016-02-031-3/+4
* wrappers for ->i_mutex accessAl Viro2016-01-223-6/+6
* thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-211-4/+8
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2016-01-201-3/+10
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-203-13/+14
* fs/proc/task_mmu.c: add workaround for old compilersKirill A. Shutemov2016-01-201-1/+1
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-151-2/+2
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-4/+4
* mm, proc: adjust PSS calculationKirill A. Shutemov2016-01-151-16/+31
* mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-4/+3
* mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...Oleg Nesterov2016-01-141-3/+0
* proc: meminfo: estimate available memory more conservativelyJohannes Weiner2016-01-141-4/+1
* mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand2016-01-141-2/+12
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-141-1/+2
* mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka2016-01-141-29/+13
* mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka2016-01-141-2/+20
* mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka2016-01-141-0/+51
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-122-10/+8
|\
| * proc: add a reschedule point in proc_readfd_common()Eric Dumazet2016-01-091-0/+1
| * proc_pid_attr_write(): switch to memdup_user()Al Viro2016-01-041-10/+7
* | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-115-38/+54
|\ \ | |/ |/|
| * switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-305-18/+23
| * teach proc_self_get_link()/proc_thread_self_get_link() to work in RCU modeAl Viro2015-12-082-10/+7
| * replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-085-21/+35
* | proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King2015-12-181-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-072-8/+16
|\
| * proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2015-11-061-3/+11
| * fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-11-061-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\ \ | |/ |/|
| * fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | mm, oom: add comment for why oom_adj existsDavid Rientjes2015-11-051-0/+10
* | mm: clear_soft_dirty_pmd() requires THPLaurent Dufour2015-11-051-7/+7
* | mm: clear pte in clear_soft_dirty()Laurent Dufour2015-11-051-3/+4
* | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-051-0/+1
* | mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi2015-11-051-0/+38
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-041-2/+2
|\ \
| * | mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-141-2/+2
* | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-032-8/+17
|\ \ \
| * | | fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-012-8/+17
| |/ /
* | | mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds2015-11-011-5/+2
|/ /
* | proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan2015-09-101-49/+21
* | proc: change proc_subdir_lock to a rwlockWaiman Long2015-09-101-22/+22
* | procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens2015-09-101-19/+24
* | proc: add cond_resched to /proc/kpage* read/write loopVladimir Davydov2015-09-101-0/+6
* | proc: export idle flag via kpageflagsVladimir Davydov2015-09-101-0/+3
* | mm: introduce idle page trackingVladimir Davydov2015-09-102-1/+7
* | proc: add kpagecgroup fileVladimir Davydov2015-09-101-0/+53
* | mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim2015-09-081-2/+16
OpenPOWER on IntegriCloud