summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* proc: remove useless d_is_dir() checkChristian Brauner2019-06-271-2/+1
* kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-141-1/+1
* Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-0/+5
|\
| * proc: prevent changes to overridden credentialsPaul Moore2019-04-291-0/+5
* | proc: Simplify task stack retrievalThomas Gleixner2019-04-291-9/+5
* | latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-2/+1
* | 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/+15
* | 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-051-1/+1
* | proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-051-1/+1
* | proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-211-4/+0
|/
* 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-051-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/+1
* 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/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* Merge branch 'proc-cmdline'Linus Torvalds2018-06-091-112/+99
|\
| * fs/proc: simplify and clarify get_mm_cmdline() functionproc-cmdlineLinus Torvalds2018-05-171-121/+65
| * 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-071-1/+2
* | | proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan2018-06-071-3/+3
* | | proc: smaller RCU section in ->getattr()Alexey Dobriyan2018-06-071-1/+1
* | | proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan2018-06-071-33/+20
* | | proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan2018-06-071-19/+14
* | | proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan2018-06-071-15/+9
* | | proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan2018-06-071-17/+12
* | | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-071-4/+4
* | | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-06-051-3/+2
|\ \ \
| * | | proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo2018-05-181-3/+2
* | | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-75/+61
|\ \ \ \ | | |/ / | |/| |
| * | | procfs: switch instantiate_t to d_splice_alias()Al Viro2018-05-261-50/+43
| * | | procfs: get rid of ancient BS in pid_revalidate() usesAl Viro2018-05-221-31/+24
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-10/+8
|\ \ \ \ | |_|_|/ |/| | |