aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2019-03-08proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko
2018-10-10proc: restrict kernel stack dumps to rootJann Horn
2018-06-20proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds
2018-06-15proc: skip branch in /proc/*/* lookupAlexey Dobriyan
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" 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: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26procfs: switch instantiate_t to d_splice_alias()Al Viro
2018-05-22procfs: get rid of ancient BS in pid_revalidate() usesAl Viro
2018-05-18proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo
2018-05-17fs/proc: simplify and clarify get_mm_cmdline() functionLinus Torvalds
2018-05-17fs/proc: re-factor proc_pid_cmdline_read() a bitLinus Torvalds
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-05-16proc: introduce a proc_pid_ns helperChristoph Hellwig
2018-04-20proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan
2018-04-11proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan
2018-04-11proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan
2018-04-11proc: use set_puts() at /proc/*/wchanAlexey Dobriyan
2018-04-11proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan
2018-03-16procfs: remove CONFIG_HARDWALL dependencyArnd Bergmann
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan
2018-02-06proc: less memory for /proc/*/map_files readdirAlexey Dobriyan
2018-02-06proc: fix /proc/*/map_files lookupAlexey Dobriyan
2018-02-06proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan
2018-02-06proc: use %u for pid printing and slightly less stackAlexey Dobriyan
2017-12-06proc: show si_ptr in /proc/<pid>/timers without hashingLinus Torvalds
2017-11-27proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds
2017-11-22Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-30mode_t whack-a-mole: task_dump_owner()Al Viro
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-06mm: add /proc/pid/smaps_rollupDaniel Colascione
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai
2017-07-14fault-inject: add /proc/<pid>/fail-nthAkinobu Mita
2017-07-14fault-inject: simplify access check for fail-nthAkinobu Mita
2017-07-14fault-inject: make fail-nth read/write interface symmetricAkinobu Mita
2017-07-14fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita
2017-07-14fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita