summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan2019-01-041-2/+4
* fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon2019-01-041-3/+9
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-011-0/+18
|\
| * fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-041-0/+18
* | proc: restrict kernel stack dumps to rootJann Horn2018-10-061-0/+14
|/
* proc: use macro in /proc/latency hookAlexey Dobriyan2018-08-221-1/+1
* proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan2018-08-221-19/+19
* proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan2018-08-221-3/+1Star
* mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-221-3/+3
* proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds2018-06-201-5/+23
* proc: skip branch in /proc/*/* lookupAlexey Dobriyan2018-06-151-6/+3Star
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* Merge branch 'proc-cmdline'Linus Torvalds2018-06-101-112/+99Star
|\
| * fs/proc: simplify and clarify get_mm_cmdline() functionLinus Torvalds2018-05-181-121/+65Star
| * fs/proc: re-factor proc_pid_cmdline_read() a bitLinus Torvalds2018-05-171-25/+39
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-081-3/+3
|\ \
| * | fix proc_fill_cache() in case of d_alloc_parallel() failureAl Viro2018-06-081-3/+3
* | | proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan2018-06-081-1/+2
* | | proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan2018-06-081-3/+3
* | | proc: smaller RCU section in ->getattr()Alexey Dobriyan2018-06-081-1/+1
* | | proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan2018-06-081-33/+20Star
* | | proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan2018-06-081-19/+14Star
* | | proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan2018-06-081-15/+9Star
* | | proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan2018-06-081-17/+12Star
* | | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-081-4/+4
* | | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-06-061-3/+2Star
|\ \ \
| * | | proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo2018-05-181-3/+2Star
* | | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-75/+61Star
|\ \ \ \ | | |/ / | |/| |
| * | | procfs: switch instantiate_t to d_splice_alias()Al Viro2018-05-261-50/+43Star
| * | | procfs: get rid of ancient BS in pid_revalidate() usesAl Viro2018-05-221-31/+24Star
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-10/+8Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | proc: introduce a proc_pid_ns helperChristoph Hellwig2018-05-161-10/+8Star
| | |/ | |/|
* / | proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-171-4/+4
|/ /
* / proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan2018-04-211-0/+6
|/
* proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan2018-04-111-1/+1
* proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan2018-04-111-0/+4
* proc: use set_puts() at /proc/*/wchanAlexey Dobriyan2018-04-111-1/+1
* proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan2018-04-111-5/+8
* procfs: remove CONFIG_HARDWALL dependencyArnd Bergmann2018-03-161-9/+0Star
* fs/proc: use __ro_after_initAlexey Dobriyan2018-02-071-2/+3
* proc: less memory for /proc/*/map_files readdirAlexey Dobriyan2018-02-071-6/+9
* proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-02-071-1/+28
* proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan2018-02-071-3/+2Star
* proc: use %u for pid printing and slightly less stackAlexey Dobriyan2018-02-071-8/+8
* proc: show si_ptr in /proc/<pid>/timers without hashingLinus Torvalds2017-12-071-1/+1
* proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds2017-11-281-2/+1Star
* Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-231-1/+1
|\
| * mode_t whack-a-mole: task_dump_owner()Al Viro2017-09-301-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/