aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds
2016-06-10proc: prevent stacking filesystems on topJann Horn
2016-05-23mm, proc: make clear_refs killableMichal Hocko
2016-05-20procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis
2016-05-20procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones
2016-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-13crash_dump: Add vmcore_elf32_check_archDaniel Wagner
2016-05-09Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble
2016-05-05proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-05-02switch all procfs directories ->iterate_shared()Al Viro
2016-05-02proc_sys_fill_cache(): switch to d_alloc_parallel()Al Viro
2016-05-02proc_fill_cache(): switch to d_alloc_parallel()Al Viro
2016-04-28numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17proc-vmcore: wrong data type casting fixDave Young
2016-03-17proc/base: make prompt shell start from new line after executing "cat /proc/$...Minfei Huang
2016-03-17procfs: add conditional compilation checkEric Engestrom
2016-03-17proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz
2016-03-17mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko
2016-03-17/proc/kpageflags: return KPF_SLAB for slab tail pagesNaoya Horiguchi
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi
2016-02-18x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smapsDave Hansen
2016-02-16cgroup: introduce cgroup namespacesAditya Kali
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner
2016-02-03numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-01-20fs/proc/task_mmu.c: add workaround for old compilersKirill A. Shutemov
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-15mm, proc: adjust PSS calculationKirill A. Shutemov
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov
2016-01-14mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...Oleg Nesterov
2016-01-14proc: meminfo: estimate available memory more conservativelyJohannes Weiner
2016-01-14mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka
2016-01-14mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds