aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
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 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.89' into v5.4/standard/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 tag 'v5.4.84' into v5.4/standard/baseBruce Ashfield
2020-12-16proc: use untagged_addr() for pagemap_read addressesMiles Chen
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 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-06-17Merge tag 'v5.4.47' into v5.4/standard/baseBruce Ashfield
2020-06-17proc: Use new_inode not new_inode_pseudoEric W. Biederman
2020-05-02Merge tag 'v5.4.36' into v5.4/standard/baseBruce Ashfield
2020-04-29vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-01-13aufs5: mmapBruce Ashfield
2019-10-19proc/meminfo: fix output alignmentKirill A. Shutemov
2019-10-19fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-24mm,thp: stats for file backed THPSong Liu
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-09-05new helper: get_tree_keyed()Al Viro
2019-08-19lockdown: Print current->comm in restriction messagesMatthew Garrett
2019-08-19lockdown: Lock down /proc/kcoreDavid Howells
2019-08-09fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-16fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny
2019-07-16fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan