aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2019-08-12Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-08-12Merge tag 'v5.2.6' into v5.2/standard/baseBruce Ashfield
2019-08-12Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-08-12Merge tag 'v5.2.5' into v5.2/standard/baseBruce Ashfield
2019-08-04/proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds
2019-08-04/proc/<pid>/cmdline: remove all the special casesLinus Torvalds
2019-07-31proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov
2019-07-22fs/dcache: use swait_queue instead of waitqueueSebastian Andrzej Siewior
2019-07-22aufs5: mmap supportBruce Ashfield
2019-06-27proc: remove useless d_is_dir() checkChristian Brauner
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-29proc: prevent changes to overridden credentialsPaul Moore
2019-04-29proc: Simplify task stack retrievalThomas Gleixner
2019-04-14latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-03-12proc: commit to genradixKent Overstreet
2019-03-12proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan
2019-03-05proc: remove unused argument in proc_pid_lookup()Zhikang Zhang
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner
2019-02-21proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs
2019-01-08procfs: add smack subdir to attrsCasey Schaufler
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-05proc: restrict kernel stack dumps to rootJann Horn
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov
2018-08-22proc: use macro in /proc/latency hookAlexey Dobriyan
2018-08-22proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan
2018-08-22proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka
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