summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2025-07-17fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov
2025-07-17fix proc_sys_compare() handling of in-lookup dentriesAl Viro
2025-05-02fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov
2025-04-10fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche
2025-04-10proc: fix UAF in proc_get_inode()Ye Bin
2025-02-01fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel
2024-12-14proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang
2024-11-17fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi
2024-10-17proc: add config & param to block forcing mem writesAdrian Ratiu
2024-08-19sysctl: always initialize i_uid/i_gidThomas Weißschuh
2024-08-19fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand
2024-07-05fs/proc: fix softlockup in __read_vmcoreRik van Riel
2024-06-21proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman
2024-06-21proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman
2024-06-21proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman
2024-06-21file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman
2024-06-21file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman
2024-06-21proc/fd: In proc_fd_link use fget_taskEric W. Biederman
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen
2023-10-10proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer
2023-09-23proc: fix a dentry lock race between release_task and lookupZhihao Cheng
2023-09-19procfs: block chmod on /proc/thread-self/commAleksa Sarai
2023-06-28sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni
2023-04-20sysctl: add proc_dou8vec_minmax()Eric Dumazet
2023-02-15mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz
2023-02-01sysctl: add a new register_sysctl_init() interfaceXiaoming Ni
2023-01-04Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe
2023-01-04Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe
2022-10-30mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins
2022-08-31mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu
2022-06-09proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport
2022-04-08proc: bootconfig: Add null pointer checkLv Ruyi
2022-02-23fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi
2021-12-01proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand
2021-11-18fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri
2021-07-14mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin
2021-06-16proc: only require mm_struct for writingLinus Torvalds
2021-06-16proc: Track /proc/$pid/attr/ opener mm_structKees Cook
2021-06-03proc: Check /proc/$pid/attr/ writes against file openerKees Cook
2021-05-19fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King
2021-05-14seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com
2021-03-04proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe
2021-03-04proc: use kvzalloc for our kernel bufferJosef Bacik
2021-03-04mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon
2021-01-27proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni
2021-01-19mm: don't play games with pinned pages in clear_page_refsLinus Torvalds
2021-01-19mm: fix clear_refs_write lockingLinus Torvalds
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman