aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAge
* Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes)Linus Torvalds2019-07-16
|\
| * /proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds2019-07-16
| * /proc/<pid>/cmdline: remove all the special casesLinus Torvalds2019-07-16
* | oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt2019-07-12
* | mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2019-07-12
* | proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov2019-07-12
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-08
|\ \ | |/ |/|
| * proc: Add /proc/<pid>/arch_statusAubrey Li2019-06-12
* | proc: remove useless d_is_dir() checkChristian Brauner2019-06-27
|/
* kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-14
* Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-07
|\
| * proc: prevent changes to overridden credentialsPaul Moore2019-04-29
* | proc: Simplify task stack retrievalThomas Gleixner2019-04-29
* | latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-14
* | ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)2019-04-04
|/
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-16
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-05
* | proc: commit to genradixKent Overstreet2019-03-12
* | proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan2019-03-12
* | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-07
|\ \
| * | audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2019-01-25
| |/
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-07
|\ \
| * | procfs: add smack subdir to attrsCasey Schaufler2019-01-08
| |/
* | proc: use seq_puts() everywhereAlexey Dobriyan2019-03-06
* | proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-06
* | proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-21
|/
* fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan2019-01-04
* fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon2019-01-04
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-28
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-01
|\
| * fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-04
* | proc: restrict kernel stack dumps to rootJann Horn2018-10-05
|/
* proc: use macro in /proc/latency hookAlexey Dobriyan2018-08-22
* proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan2018-08-22
* proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan2018-08-22
* mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-22
* proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds2018-06-20
* proc: skip branch in /proc/*/* lookupAlexey Dobriyan2018-06-14
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* Merge branch 'proc-cmdline'Linus Torvalds2018-06-09
|\
| * fs/proc: simplify and clarify get_mm_cmdline() functionLinus Torvalds2018-05-17
| * fs/proc: re-factor proc_pid_cmdline_read() a bitLinus Torvalds2018-05-17
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-08
|\ \
| * | fix proc_fill_cache() in case of d_alloc_parallel() failureAl Viro2018-06-08
* | | proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan2018-06-07
* | | proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan2018-06-07
* | | proc: smaller RCU section in ->getattr()Alexey Dobriyan2018-06-07
* | | proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan2018-06-07
* | | proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan2018-06-07
* | | proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan2018-06-07