aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2019-05-21Merge tag 'v4.18.38' into v4.18/standard/baseBruce Ashfield
2019-05-15fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing
2019-05-15coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-04-09Merge tag 'v4.18.34' into v4.18/standard/baseBruce Ashfield
2019-04-07fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing
2019-03-21Merge tag 'v4.18.32' into v4.18/standard/baseBruce Ashfield
2019-03-20proc: fix /proc/net/* after setns(2)Alexey Dobriyan
2019-03-17Merge tag 'v4.18.30' into v4.18/standard/baseBruce Ashfield
2019-03-08proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko
2019-03-08mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil
2019-01-21Merge tag 'v4.18.25' into v4.18/standard/baseBruce Ashfield
2019-01-12proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande
2018-11-22Merge tag 'v4.18.19' into v4.18/standard/baseBruce Ashfield
2018-11-13mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka
2018-10-15Merge tag 'v4.18.13' into v4.18/standard/baseBruce Ashfield
2018-10-10proc: restrict kernel stack dumps to rootJann Horn
2018-09-21Merge tag 'v4.18.8' into v4.18/standard/baseBruce Ashfield
2018-09-15fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse
2018-09-15fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann
2018-08-22aufs4: mmap supportBruce Ashfield
2018-07-14fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka
2018-07-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-06-27proc: add proc_seq_releaseChunyu Hu
2018-06-20proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-15proc: Make inline name size calculation automaticDavid Howells
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-15proc: skip branch in /proc/*/* lookupAlexey Dobriyan
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-09Merge branch 'proc-cmdline'Linus Torvalds
2018-06-08Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-08fix proc_fill_cache() in case of d_alloc_parallel() failureAl Viro
2018-06-07proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan
2018-06-07proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan
2018-06-07proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan
2018-06-07proc: smaller RCU section in ->getattr()Alexey Dobriyan
2018-06-07proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan
2018-06-07proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan
2018-06-07proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan
2018-06-07proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox
2018-06-07mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani