summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2025-12-09fs/proc: replace "__auto_type" with "const auto"H. Peter Anvin1-10/+9
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2025-12-06Merge tag 'locking-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-20/+20
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-29/+13
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-140/+176
2025-12-02seqlock, procfs: Match scoped_seqlock_read() critical section vs. RCU orderin...Ingo Molnar1-20/+20
2025-12-02Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-17/+5
2025-11-29fs/proc/task_mmu.c: fix make_uffd_wp_huge_pte() huge pte handlingLorenzo Stoakes1-1/+3
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes1-2/+2
2025-11-28Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton1-3/+9
2025-11-25mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang1-9/+6
2025-11-25mm: eliminate further swapops predicatesLorenzo Stoakes1-7/+7
2025-11-25mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes1-9/+10
2025-11-25mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes1-6/+6
2025-11-25mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes1-14/+13
2025-11-25mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes1-3/+12
2025-11-25fs/proc/task_mmu: refactor pagemap_pmd_range()Lorenzo Stoakes1-69/+77
2025-11-25mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes1-15/+34
2025-11-25mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes1-13/+13
2025-11-21fs/proc/page: remove unused KPMBITSzhang jiao1-1/+0
2025-11-21mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes1-0/+1
2025-11-17mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts1-1/+1
2025-11-16procfs: make /self and /thread_self dentries persistentAl Viro5-29/+13
2025-11-10fs/proc: fix uaf in proc_readdir_de()Wei Yang1-3/+9
2025-10-21seqlock: Change do_io_accounting() to use scoped_seqlock_read()Oleg Nesterov1-10/+3
2025-10-21seqlock: Change do_task_stat() to use scoped_seqlock_read()Oleg Nesterov1-7/+2
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