summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes)Linus Torvalds2019-07-161-57/+75
|\
| * /proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds2019-07-161-4/+77
| * /proc/<pid>/cmdline: remove all the special casesLinus Torvalds2019-07-161-63/+8Star
* | oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt2019-07-121-2/+1Star
* | mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2019-07-121-1/+1
* | proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov2019-07-121-6/+22
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-0/+6
|\ \ | |/ |/|
| * proc: Add /proc/<pid>/arch_statusAubrey Li2019-06-121-0/+6
* | proc: remove useless d_is_dir() checkChristian Brauner2019-06-271-2/+1Star
|/
* kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-151-1/+1
* Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-081-0/+5
|\
| * proc: prevent changes to overridden credentialsPaul Moore2019-04-291-0/+5
* | proc: Simplify task stack retrievalThomas Gleixner2019-04-291-9/+5Star
* | latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-2/+1Star
* | ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)2019-04-041-8/+9
|/
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-161-0/+9
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-0/+9
* | proc: commit to genradixKent Overstreet2019-03-121-28/+15Star
* | proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan2019-03-121-9/+10
* | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-3/+3
|\ \
| * | audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2019-01-251-3/+3
| |/
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-071-9/+55
|\ \
| * | procfs: add smack subdir to attrsCasey Schaufler2019-01-081-9/+55
| |/
* | proc: use seq_puts() everywhereAlexey Dobriyan2019-03-061-1/+1
* | proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-061-1/+1
* | proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-211-4/+0Star
|/
* 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