summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* mm, proc: make clear_refs killableMichal Hocko2016-05-241-2/+9
* procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis2016-05-211-1/+41
* procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones2016-05-211-1/+19
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-201-1/+1
|\
| * mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-201-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-191-1/+1
|\ \ | |/ |/|
| * crash_dump: Add vmcore_elf32_check_archDaniel Wagner2016-05-131-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-177-32/+39
|\ \
| * | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-172-4/+32
| |\|
| * | switch all procfs directories ->iterate_shared()Al Viro2016-05-037-20/+21
| * | proc_sys_fill_cache(): switch to d_alloc_parallel()Al Viro2016-05-031-7/+8
| * | proc_fill_cache(): switch to d_alloc_parallel()Al Viro2016-05-031-5/+10
* | | Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble2016-05-101-1/+1
| |/ |/|
* | proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-061-1/+2
* | numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-04-291-3/+30
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-3/+3
* Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-03-211-0/+3
|\
| * cgroup: introduce cgroup namespacesAditya Kali2016-02-161-0/+3
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-0/+14
|\ \
| * | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smapsDave Hansen2016-02-181-0/+14
* | | proc-vmcore: wrong data type casting fixDave Young2016-03-171-2/+5
* | | proc/base: make prompt shell start from new line after executing "cat /proc/$...Minfei Huang2016-03-171-1/+1
* | | procfs: add conditional compilation checkEric Engestrom2016-03-171-0/+2
* | | proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz2016-03-171-0/+67
* | | mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2016-03-171-30/+1Star
* | | /proc/kpageflags: return KPF_SLAB for slab tail pagesNaoya Horiguchi2016-03-171-0/+2
* | | /proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi2016-03-171-2/+4
|/ /
* | proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-02-032-72/+43Star
* | numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu2016-02-031-3/+4
* | wrappers for ->i_mutex accessAl Viro2016-01-233-6/+6
* | thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-221-4/+8
|/
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2016-01-211-3/+10
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-213-13/+14
* fs/proc/task_mmu.c: add workaround for old compilersKirill A. Shutemov2016-01-211-1/+1
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-161-2/+2
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-4/+4
* mm, proc: adjust PSS calculationKirill A. Shutemov2016-01-161-16/+31
* mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-151-4/+3Star
* mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...Oleg Nesterov2016-01-151-3/+0Star
* proc: meminfo: estimate available memory more conservativelyJohannes Weiner2016-01-151-4/+1Star
* mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand2016-01-151-2/+12
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-151-1/+2
* mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka2016-01-151-29/+13Star
* mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka2016-01-151-2/+20
* mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka2016-01-151-0/+51
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-132-10/+8Star
|\
| * 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/+7Star
* | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-115-38/+54
|\ \ | |/ |/|