aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-23mm, proc: make clear_refs killableMichal Hocko1-2/+9
2016-05-20procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis1-1/+41
2016-05-20procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones1-1/+19
2016-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-32/+39
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro2-4/+32
2016-05-13crash_dump: Add vmcore_elf32_check_archDaniel Wagner1-1/+1
2016-05-09Revert "proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan""Robin Humble1-1/+1
2016-05-05proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-02switch all procfs directories ->iterate_shared()Al Viro7-20/+21
2016-05-02proc_sys_fill_cache(): switch to d_alloc_parallel()Al Viro1-7/+8
2016-05-02proc_fill_cache(): switch to d_alloc_parallel()Al Viro1-5/+10
2016-04-28numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer1-3/+30
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2-3/+3
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+3
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14
2016-03-17proc-vmcore: wrong data type casting fixDave Young1-2/+5
2016-03-17proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan"Minfei Huang1-1/+1
2016-03-17procfs: add conditional compilation checkEric Engestrom1-0/+2
2016-03-17proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz1-0/+67
2016-03-17mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko1-30/+1
2016-03-17/proc/kpageflags: return KPF_SLAB for slab tail pagesNaoya Horiguchi1-0/+2
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi1-2/+4
2016-02-18x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smapsDave Hansen1-0/+14
2016-02-16cgroup: introduce cgroup namespacesAditya Kali1-0/+3
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2-72/+43
2016-02-03numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu1-3/+4
2016-01-22wrappers for ->i_mutex accessAl Viro3-6/+6
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov1-4/+8
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik1-3/+10
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn3-13/+14
2016-01-20fs/proc/task_mmu.c: add workaround for old compilersKirill A. Shutemov1-1/+1
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov1-2/+2
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-4/+4
2016-01-15mm, proc: adjust PSS calculationKirill A. Shutemov1-16/+31
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-4/+3
2016-01-14mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_pmd()Oleg Nesterov1-3/+0
2016-01-14proc: meminfo: estimate available memory more conservativelyJohannes Weiner1-4/+1
2016-01-14mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand1-2/+12
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-1/+2
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka1-29/+13
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka1-2/+20
2016-01-14mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka1-0/+51
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+8
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-38/+54
2016-01-09proc: add a reschedule point in proc_readfd_common()Eric Dumazet1-0/+1
2016-01-04proc_pid_attr_write(): switch to memdup_user()Al Viro1-10/+7