summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2026-08-09fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptesKiryl Shutsemau (Meta)1-0/+13
2026-08-09fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holesKiryl Shutsemau (Meta)1-2/+18
2026-08-03proc: Fix broken error paths for namespace linksJann Horn1-1/+3
2026-08-03fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update raceKiryl Shutsemau1-5/+9
2026-07-24proc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn3-19/+40
2026-07-24seqlock: Change do_task_stat() to use scoped_seqlock_read()Oleg Nesterov1-7/+2
2026-07-24proc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn3-89/+59
2026-07-24proc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig5-19/+19
2026-07-24fs/proc: fix KPF_KSM reported for all anonymous pagesJinjiang Tu1-1/+1
2026-07-24proc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski1-5/+4
2026-07-24fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)1-1/+1
2026-07-24fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)1-1/+58
2026-06-27mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes1-0/+1
2026-03-04procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko1-1/+2
2026-03-04proc: Fix pointer error dereferenceEthan Tidmore1-0/+3
2026-02-27procfs: fix missing RCU protection when reading real_parent in do_task_stat()Jinliang Zheng1-1/+1
2026-02-11procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko1-15/+27
2025-11-10fs/proc: fix uaf in proc_readdir_de()Wei Yang1-3/+9
2025-10-03Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-79/+159
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+96
2025-09-26fs/proc/task_mmu: check p->vec_buf for NULLJakub Acs1-0/+3
2025-09-22mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin1-0/+1
2025-09-22Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-1/+2
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-15fs/proc/namespaces: make ns_entries constMax Kellermann1-3/+3
2025-09-14fs/proc/base.c: fix the wrong format specifierzhang jiao1-1/+1
2025-09-14mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-2/+2
2025-09-14mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand1-2/+2
2025-09-14prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand1-1/+1
2025-09-14mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes3-4/+4
2025-09-14mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes1-3/+5
2025-09-14fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locksSuren Baghdasaryan1-18/+85
2025-09-14fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERYSuren Baghdasaryan3-53/+63
2025-09-09proc: fix type confusion in pde_set_flags()wangzijie1-1/+2
2025-09-02procfs: add "pidns" mount optionAleksa Sarai1-6/+92
2025-08-28proc: fix missing pde_set_flags() for net proc fileswangzijie1-17/+21
2025-08-19pid: change task_state() to use task_ppid_nr_ns()Oleg Nesterov1-3/+1
2025-08-12proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang1-2/+2
2025-08-05fs/proc/task_mmu: hold PTL in pagemap_hugetlb_range and gather_hugetlb_statsJinjiang Tu1-3/+11
2025-08-05mm/smaps: fix race between smaps_hugetlb_range and migrationJinjiang Tu1-1/+5
2025-08-04Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-17/+12
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-40/+189
2025-07-29Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2025-07-28Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+5
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+1
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds5-20/+15
2025-07-25fs/proc/task_mmu: read proc/pid/maps under per-vma lockSuren Baghdasaryan2-8/+138