aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-33/+41
2020-05-19proc: proc_pid_ns takes super_block as an argumentGravatar Alexey Gladkov 1-5/+5
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+0
2020-04-24proc: Use PIDTYPE_TGID in next_tgidGravatar Eric W. Biederman 1-14/+2
2020-04-24proc: modernize proc to support multiple private instancesGravatar Eric W. Biederman 1-14/+34
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidGravatar Eric W. Biederman 1-1/+0
2020-04-22proc: use named enums for better readabilityGravatar Alexey Gladkov 1-1/+1
2020-04-22proc: instantiate only pids that we can ptrace on 'hidepid=4' mount optionGravatar Alexey Gladkov 1-0/+15
2020-04-22proc: allow to mount many instances of proc in one pid namespaceGravatar Alexey Gladkov 1-13/+18
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsGravatar Andrei Vagin 1-1/+13
2020-04-09proc: Use a dedicated lock in struct pidGravatar Eric W. Biederman 1-5/+5
2020-03-25proc: io_accounting: Use new infrastructure to fix deadlocks in execveGravatar Bernd Edlinger 1-2/+2
2020-03-25proc: Use new infrastructure to fix deadlocks in execveGravatar Bernd Edlinger 1-3/+3
2020-02-24proc: Use a list of inodes to flush from procGravatar Eric W. Biederman 1-75/+36
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+7
2020-01-20x86/resctrl: Add task resctrl information displayGravatar Chen Yu 1-0/+7
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsGravatar Andrei Vagin 1-0/+94
2019-12-08namei: allow nd_jump_link() to produce errorsGravatar Aleksa Sarai 1-2/+1
2019-07-16Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes)Gravatar Linus Torvalds 1-57/+75
2019-07-16/proc/<pid>/cmdline: add back the setproctitle() special caseGravatar Linus Torvalds 1-4/+77
2019-07-16/proc/<pid>/cmdline: remove all the special casesGravatar Linus Torvalds 1-63/+8
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskGravatar Shakeel Butt 1-2/+1
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkGravatar Shakeel Butt 1-1/+1
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/map_filesGravatar Konstantin Khlebnikov 1-6/+22
2019-07-08Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+6
2019-06-27proc: remove useless d_is_dir() checkGravatar Christian Brauner 1-2/+1
2019-06-12proc: Add /proc/<pid>/arch_statusGravatar Aubrey Li 1-0/+6
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Gravatar Lin Feng 1-1/+1
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+5
2019-04-29proc: prevent changes to overridden credentialsGravatar Paul Moore 1-0/+5
2019-04-29proc: Simplify task stack retrievalGravatar Thomas Gleixner 1-9/+5
2019-04-14latency_top: Remove the ULONG_MAX stack trace hackeryGravatar Thomas Gleixner 1-2/+1
2019-04-04ptrace: Remove maxargs from task_current_syscall()Gravatar Steven Rostedt (Red Hat) 1-8/+9
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-0/+9
2019-03-12proc: commit to genradixGravatar Kent Overstreet 1-28/+15
2019-03-12proc: calculate end pointer for /proc/*/* lookup at compile timeGravatar Alexey Dobriyan 1-9/+10
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-9/+55
2019-03-05proc: use seq_puts() everywhereGravatar Alexey Dobriyan 1-1/+1
2019-03-05proc: remove unused argument in proc_pid_lookup()Gravatar Zhikang Zhang 1-1/+1
2019-03-05signal: add pidfd_send_signal() syscallGravatar Christian Brauner 1-0/+9
2019-02-21proc, oom: do not report alien mms when setting oom_score_adjGravatar Michal Hocko 1-4/+0
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITGravatar Richard Guy Briggs 1-3/+3
2019-01-08procfs: add smack subdir to attrsGravatar Casey Schaufler 1-9/+55
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsGravatar Alexey Dobriyan 1-2/+4
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsGravatar Benjamin Gordon 1-3/+9
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+18
2018-10-05proc: restrict kernel stack dumps to rootGravatar Jann Horn 1-0/+14