summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2024-08-19sysctl: always initialize i_uid/i_gidThomas Weißschuh1-4/+2
2024-08-19fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand1-0/+2
2024-07-05fs/proc: fix softlockup in __read_vmcoreRik van Riel1-0/+2
2024-06-21proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman1-4/+5
2024-06-21proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman1-12/+5
2024-06-21proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman1-6/+1
2024-06-21file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman1-2/+2
2024-06-21file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman1-1/+1
2024-06-21proc/fd: In proc_fd_link use fget_taskEric W. Biederman1-10/+3
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen1-1/+0
2023-10-10proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer1-12/+15
2023-09-23proc: fix a dentry lock race between release_task and lookupZhihao Cheng1-8/+38
2023-09-19procfs: block chmod on /proc/thread-self/commAleksa Sarai1-1/+2
2023-06-28sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-1/+1
2023-04-20sysctl: add proc_dou8vec_minmax()Eric Dumazet1-0/+6
2023-02-15mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-02-01sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+33
2023-01-04Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe1-7/+0
2023-01-04Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe2-8/+1
2022-10-30mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins1-1/+1
2022-08-31mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu1-3/+4
2022-06-09proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2-0/+6
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-2/+0
2022-04-08proc: bootconfig: Add null pointer checkLv Ruyi1-0/+2
2022-02-23fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi1-11/+32
2021-12-01proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand1-6/+10
2021-11-18fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don2-7/+11
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri1-1/+1
2021-07-14mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin1-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-05-19fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-14seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com1-0/+2
2021-03-04proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe2-1/+8
2021-03-04proc: use kvzalloc for our kernel bufferJosef Bacik1-2/+2
2021-03-04mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon1-4/+5
2021-01-27proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni1-1/+6
2021-01-19mm: don't play games with pinned pages in clear_page_refsLinus Torvalds1-0/+21
2021-01-19mm: fix clear_refs_write lockingLinus Torvalds1-23/+9
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-5/+5
2020-12-30proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan3-18/+29
2020-12-12proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-11-20Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2020-11-14proc: don't allow async path resolution of /proc/self componentsJens Axboe1-0/+7
2020-11-08Merge branch 'hch' (patches from Christoph)Linus Torvalds4-4/+6
2020-11-06proc "seq files": switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc "single files": switch to ->read_iterGreg Kroah-Hartman1-1/+1
2020-11-06proc/stat: switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc/cpuinfo: switch to ->read_iterChristoph Hellwig1-1/+1