aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12proc: commit to genradixKent Overstreet1-28/+15
2019-03-12proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan1-9/+10
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-3/+3
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-9/+55
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan1-1/+1
2019-03-05proc: remove unused argument in proc_pid_lookup()Zhikang Zhang1-1/+1
2019-02-21proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko1-4/+0
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs1-3/+3
2019-01-08procfs: add smack subdir to attrsCasey Schaufler1-9/+55
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan1-2/+4
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon1-3/+9
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+18
2018-10-05proc: restrict kernel stack dumps to rootJann Horn1-0/+14
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov1-0/+18
2018-08-22proc: use macro in /proc/latency hookAlexey Dobriyan1-1/+1
2018-08-22proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan1-19/+19
2018-08-22proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan1-3/+1
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka1-3/+3
2018-06-20proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds1-5/+23
2018-06-15proc: skip branch in /proc/*/* lookupAlexey Dobriyan1-6/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-09Merge branch 'proc-cmdline'Linus Torvalds1-112/+99
2018-06-08Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2018-06-08fix proc_fill_cache() in case of d_alloc_parallel() failureAl Viro1-3/+3
2018-06-07proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan1-1/+2
2018-06-07proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan1-3/+3
2018-06-07proc: smaller RCU section in ->getattr()Alexey Dobriyan1-1/+1
2018-06-07proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan1-33/+20
2018-06-07proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan1-19/+14
2018-06-07proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan1-15/+9
2018-06-07proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan1-17/+12
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi1-4/+4
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+2
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-75/+61
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+8
2018-05-26procfs: switch instantiate_t to d_splice_alias()Al Viro1-50/+43
2018-05-22procfs: get rid of ancient BS in pid_revalidate() usesAl Viro1-31/+24
2018-05-18proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo1-3/+2
2018-05-17fs/proc: simplify and clarify get_mm_cmdline() functionLinus Torvalds1-121/+65
2018-05-17fs/proc: re-factor proc_pid_cmdline_read() a bitLinus Torvalds1-25/+39
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-4/+4
2018-05-16proc: introduce a proc_pid_ns helperChristoph Hellwig1-10/+8
2018-04-20proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan1-0/+6
2018-04-11proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan1-1/+1
2018-04-11proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan1-0/+4
2018-04-11proc: use set_puts() at /proc/*/wchanAlexey Dobriyan1-1/+1
2018-04-11proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan1-5/+8
2018-03-16procfs: remove CONFIG_HARDWALL dependencyArnd Bergmann1-9/+0
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan1-2/+3