summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2025-05-02fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov1-24/+29
2025-04-10fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
2025-04-10proc: fix UAF in proc_get_inode()Ye Bin3-4/+26
2025-03-13sysctl: share unsigned long const valuesLuis Chamberlain1-0/+3
2025-01-23fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel1-0/+2
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-10-17proc: add config & param to block forcing mem writesAdrian Ratiu1-1/+60
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-03-15fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov1-4/+6
2024-03-15proc: Use task_is_running() for wchan in /proc/$pid/statKees Cook1-5/+2
2023-12-03proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+7
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen1-1/+0
2023-10-06proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer1-12/+15
2023-09-19procfs: block chmod on /proc/thread-self/commAleksa Sarai1-1/+2
2023-02-09mm: 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
2022-10-29mm: /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-08-17proc: fix a dentry lock race between release_task and lookupZhihao Cheng1-8/+38
2022-07-29sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-1/+1
2022-06-09proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2-0/+6
2022-05-18procfs: prevent unprivileged processes accessing fdinfo dirKalesh Singh1-1/+22
2022-04-08proc: bootconfig: Add null pointer checkLv Ruyi1-0/+2
2022-03-08proc: fix documentation and description of pagemapYun Zhou1-1/+2
2022-02-23fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi1-9/+31
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-11-12Revert "proc/wchan: use printk format instead of lookup_symbol_name()"Kees Cook1-8/+11
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-15/+8
2021-09-08connector: send event on write to /proc/[pid]/commOhhoon Kwon1-1/+4
2021-09-08proc: stop using seq_get_buf in proc_task_nameChristoph Hellwig1-14/+4
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand1-1/+0
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-35/+92
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh1-2/+3
2021-07-01procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2-3/+16
2021-07-01proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri1-1/+1
2021-07-01mm: remove special swap entry functionsAlistair Popple1-15/+8
2021-06-30fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand1-0/+13
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand1-1/+13
2021-06-30fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand1-8/+27
2021-06-30fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand1-5/+2
2021-06-30mm/pagemap: export uffd-wp protection informationPeter Xu1-0/+9
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin1-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli1-1/+1