aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2023-09-26Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-09-26Merge tag 'v5.4.257' into v5.4/standard/baseBruce Ashfield
2023-09-23procfs: block chmod on /proc/thread-self/commAleksa Sarai
2023-02-27Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-02-27Merge tag 'v5.4.232' into v5.4/standard/baseBruce Ashfield
2023-02-22mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz
2023-02-17Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-02-17Merge tag 'v5.4.231' into v5.4/standard/baseBruce Ashfield
2023-02-06sysctl: add a new register_sysctl_init() interfaceXiaoming Ni
2022-10-31Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-10-31Merge tag 'v5.4.221' into v5.4/standard/baseBruce Ashfield
2022-10-29mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins
2022-06-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-06-21Merge tag 'v5.4.198' into v5.4/standard/baseBruce Ashfield
2022-06-14proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan
2022-05-25Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-05-25Merge tag 'v5.4.194' into v5.4/standard/baseBruce Ashfield
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport
2021-12-08Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-12-08Merge tag 'v5.4.163' into v5.4/standard/baseBruce Ashfield
2021-12-01proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand
2021-09-08Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
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 branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
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 branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
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 branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
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 branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-01-17Merge tag 'v5.4.89' into v5.4/standard/baseBruce Ashfield
2021-01-17Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-01-17Merge tag 'v5.4.88' into v5.4/standard/baseBruce Ashfield
2021-01-12proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan
2021-01-12proc: change ->nlink under proc_subdir_lockAlexey Dobriyan
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-12-23Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-12-23Merge tag 'v5.4.84' into v5.4/standard/baseBruce Ashfield
2020-12-16proc: use untagged_addr() for pagemap_read addressesMiles Chen
2020-12-10Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-12-10Merge tag 'v5.4.81' into v5.4/standard/baseBruce Ashfield
2020-12-02proc: don't allow async path resolution of /proc/self componentsJens Axboe
2020-11-02Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
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