summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
8 daysproc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn
8 daysseqlock: Change do_task_stat() to use scoped_seqlock_read()Oleg Nesterov
8 daysproc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn
8 daysproc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig
8 daysfs/proc: fix KPF_KSM reported for all anonymous pagesJinjiang Tu
8 daysproc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski
8 daysfs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)
8 daysfs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)
2026-06-27mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes
2026-03-04procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko
2026-03-04proc: Fix pointer error dereferenceEthan Tidmore
2026-02-26procfs: fix missing RCU protection when reading real_parent in do_task_stat()Jinliang Zheng
2026-02-11procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko
2025-11-09fs/proc: fix uaf in proc_readdir_de()Wei Yang
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-25fs/proc/task_mmu: check p->vec_buf for NULLJakub Acs
2025-09-21mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-15fs/proc/namespaces: make ns_entries constMax Kellermann
2025-09-13fs/proc/base.c: fix the wrong format specifierzhang jiao
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-13mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand
2025-09-13mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes
2025-09-13fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locksSuren Baghdasaryan
2025-09-13fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERYSuren Baghdasaryan
2025-09-08proc: fix type confusion in pde_set_flags()wangzijie
2025-09-02procfs: add "pidns" mount optionAleksa Sarai
2025-08-27proc: fix missing pde_set_flags() for net proc fileswangzijie
2025-08-19pid: change task_state() to use task_ppid_nr_ns()Oleg Nesterov
2025-08-11proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang
2025-08-05fs/proc/task_mmu: hold PTL in pagemap_hugetlb_range and gather_hugetlb_statsJinjiang Tu
2025-08-05mm/smaps: fix race between smaps_hugetlb_range and migrationJinjiang Tu
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-24fs/proc/task_mmu: read proc/pid/maps under per-vma lockSuren Baghdasaryan
2025-07-24fs/proc/task_mmu: remove conversion of seq_file position to unsignedSuren Baghdasaryan
2025-07-24fs: stable_page_flags(): use snapshot_page()Luiz Capitulino
2025-07-24proc: kpagecount: use snapshot_page()Luiz Capitulino
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook