summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2023-02-22mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-02-06sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+33
2022-10-29mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins1-1/+1
2022-06-14proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2-0/+6
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-2/+0
2021-12-01proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand1-6/+10
2021-09-03mm, oom: make the calculation of oom badness more accurateYafang Shao1-1/+10
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri1-1/+1
2021-06-16proc: only require mm_struct for writingLinus Torvalds1-1/+3
2021-06-16proc: Track /proc/$pid/attr/ opener mm_structKees Cook1-1/+8
2021-06-03proc: Check /proc/$pid/attr/ writes against file openerKees Cook1-0/+4
2021-01-12proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan3-18/+29
2021-01-12proc: change ->nlink under proc_subdir_lockAlexey Dobriyan1-16/+15
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-5/+5
2020-12-16proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-12-02proc: don't allow async path resolution of /proc/self componentsJens Axboe1-0/+7
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-2/+1
2020-10-01proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-2/+2
2020-10-01proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-3/+3
2020-06-17proc: Use new_inode not new_inode_pseudoEric W. Biederman3-3/+3
2020-04-29vmalloc: fix remap_vmalloc_range() bounds checksJann Horn1-2/+3
2019-10-19proc/meminfo: fix output alignmentKirill A. Shutemov1-2/+2
2019-10-19fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand1-12/+16
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2019-09-25mm,thp: stats for file backed THPSong Liu2-1/+7
2019-09-25mm: remove quicklist page table cachesNicholas Piggin1-4/+0
2019-09-25mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-38/+42
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+4
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-37/+41
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-1/+1
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-08-20lockdown: Print current->comm in restriction messagesMatthew Garrett1-2/+3
2019-08-20lockdown: Lock down /proc/kcoreDavid Howells1-0/+5
2019-08-09fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann1-4/+4
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+3
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce1-0/+4
2019-07-19mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi1-1/+2
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-11/+32
2019-07-17fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny1-0/+4
2019-07-17fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan1-10/+17
2019-07-17vmcore: add a kernel parameter novmcoreddKairui Song2-1/+11
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds1-1/+1
2019-07-16Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes)Linus Torvalds1-57/+75
2019-07-16/proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds1-4/+77
2019-07-16/proc/<pid>/cmdline: remove all the special casesLinus Torvalds1-63/+8
2019-07-15docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab1-1/+1
2019-07-15Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-1/+1
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt1-2/+1
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt1-1/+1