aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2023-09-26Merge tag 'v5.4.257' into v5.4/standard/baseBruce Ashfield
2023-09-23procfs: block chmod on /proc/thread-self/commAleksa Sarai
2021-09-08Merge tag 'v5.4.144' into v5.4/standard/baseBruce Ashfield
2021-09-03mm, oom: make the calculation of oom badness more accurateYafang Shao
2021-08-02Merge tag 'v5.4.136' into v5.4/standard/baseBruce Ashfield
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri
2021-06-23Merge tag 'v5.4.126' into v5.4/standard/baseBruce Ashfield
2021-06-16proc: only require mm_struct for writingLinus Torvalds
2021-06-16proc: Track /proc/$pid/attr/ opener mm_structKees Cook
2021-06-10Merge tag 'v5.4.124' into v5.4/standard/baseBruce Ashfield
2021-06-03proc: Check /proc/$pid/attr/ writes against file openerKees Cook
2021-01-17Merge tag 'v5.4.88' into v5.4/standard/baseBruce Ashfield
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-11-02Merge tag 'v5.4.73' into v5.4/standard/baseBruce Ashfield
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-10-05Merge tag 'v5.4.69' into v5.4/standard/baseBruce Ashfield
2020-10-01proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger
2020-10-01proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger
2020-01-13aufs5: mmapBruce Ashfield
2019-07-16Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes)Linus Torvalds
2019-07-16/proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds
2019-07-16/proc/<pid>/cmdline: remove all the special casesLinus Torvalds
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov
2019-07-08Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-27proc: remove useless d_is_dir() checkChristian Brauner
2019-06-12proc: Add /proc/<pid>/arch_statusAubrey Li
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