summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2025-04-10fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
2025-03-28proc: fix UAF in proc_get_inode()Ye Bin3-4/+26
2025-03-28hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer1-4/+5
2025-02-21fs/proc: do_task_stat: Fix ESP not readable during coredumpNam Cao1-1/+1
2025-01-23fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel1-0/+2
2024-12-14fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa1-0/+1
2024-12-14fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac1-5/+5
2024-12-14proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang1-1/+1
2024-11-14fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi1-4/+5
2024-11-08fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-11-08fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes1-3/+14
2024-11-08fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes1-18/+18
2024-11-08fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes1-12/+5
2024-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-17/+9
2024-10-17proc: add config & param to block forcing mem writesAdrian Ratiu1-1/+60
2024-08-11sysctl: always initialize i_uid/i_gidThomas Weißschuh1-4/+2
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh1-1/+1
2024-08-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand1-0/+2
2024-06-21fs/proc: fix softlockup in __read_vmcoreRik van Riel1-0/+2
2024-03-15fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov1-26/+32
2024-03-15fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov1-3/+4
2024-02-23fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov1-4/+6
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen1-1/+0
2023-11-28proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+7
2023-10-06proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2-17/+22
2023-10-06proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer1-12/+15
2023-09-13procfs: block chmod on /proc/thread-self/commAleksa Sarai1-1/+2
2023-08-03proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter1-1/+1
2023-05-17sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain1-4/+1
2023-05-17proc_sysctl: enhance documentationLuis Chamberlain1-5/+20
2023-05-17proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain1-3/+11
2023-02-09mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-11-22proc/meminfo: fix spacing in SecPageTablesYosry Ahmed1-1/+1
2022-10-20mm: /proc/pid/smaps_rollup: fix maple tree searchHugh Dickins1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-6/+38
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-63/+100
2022-10-10Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-8/+1
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+0
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds1-1/+1
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2022-10-04Merge branch 'rework/kthreads' into for-linusPetr Mladek1-2/+0
2022-10-03proc: mark more files as permanentAlexey Dobriyan8-6/+37
2022-10-03proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn1-0/+1
2022-09-29printk: Declare log_wait properlyThomas Gleixner1-2/+0
2022-09-26ksm: count allocated ksm rmap_items for each processxu xin1-0/+15
2022-09-26fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)2-33/+42
2022-09-26fs/proc/base: use the vma iterators in place of linked listLiam R. Howlett1-1/+4
2022-09-26mm: remove vmacacheLiam R. Howlett1-1/+0