aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-08-03fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2Geert Uytterhoeven1-1/+1
2016-08-02fs/proc/task_mmu.c: suppress compilation warnings with W=1Valdis Kletnieks1-0/+1
2016-08-02procfs: avoid 32-bit time_t in /proc/*/statArnd Bergmann1-6/+4
2016-08-02proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov1-5/+2
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-30qstr: constify instances in procfsAl Viro1-1/+1
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-58/+21
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-100/+107
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski1-1/+1
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-8/+8
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman1-1/+1
2016-07-28mm: move page mapped accounting to the nodeMel Gorman1-2/+2
2016-07-28mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko1-0/+46
2016-07-28proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko1-51/+43
2016-07-28proc, oom: drop bogus sighand lockMichal Hocko1-34/+17
2016-07-28proc, oom: drop bogus task_lock and mm checkMichal Hocko1-18/+4
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov2-3/+14
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman1-2/+2
2016-06-23proc: Convert proc_mount to use mount_ns.Eric W. Biederman3-51/+13
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2-1/+2
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds1-0/+7
2016-06-10proc: prevent stacking filesystems on topJann Horn1-0/+7
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