summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+3
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+6
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-23/+23
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+0
2026-04-08mm: add gpu active/reclaim per-node stat counters (v2)Dave Airlie-0/+6
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner-1/+2
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)-1/+1
2026-03-27proc: array: drop stale FIXME about RCU in task_sig()Jaime Saguillo Revilla-1/+1
2026-03-26proc: rename proc_notify_change to proc_setattrChristoph Hellwig-4/+4
2026-03-26proc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig-19/+19
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-3/+3
2026-03-06fs/proc: Don't lock root inode when creating "self" and "thread-self"NeilBrown-6/+0
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+7
2026-02-20proc: Fix pointer error dereferenceEthan Tidmore-0/+3
2026-02-13Merge tag 'mm-hotfixes-stable-2026-02-13-07-14' of git://git.kernel.org/pub/s...Linus Torvalds-1/+2
2026-02-12procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko-1/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+2
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2026-02-08procfs: fix missing RCU protection when reading real_parent in do_task_stat()Jinliang Zheng-1/+1
2026-02-05procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko-15/+27
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky-2/+2
2025-12-08fs/proc: replace "__auto_type" with "const auto"H. Peter Anvin-10/+9
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+0
2025-12-06Merge tag 'locking-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-20/+20
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-29/+13
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-140/+176
2025-12-02seqlock, procfs: Match scoped_seqlock_read() critical section vs. RCU orderin...Ingo Molnar-20/+20
2025-12-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-17/+5
2025-11-29fs/proc/task_mmu.c: fix make_uffd_wp_huge_pte() huge pte handlingLorenzo Stoakes-1/+3
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes-2/+2
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton-3/+9
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang-9/+6
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes-7/+7
2025-11-24mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes-9/+10
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes-6/+6
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes-14/+13
2025-11-24mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes-3/+12
2025-11-24fs/proc/task_mmu: refactor pagemap_pmd_range()Lorenzo Stoakes-69/+77
2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes-15/+34
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes-13/+13
2025-11-20fs/proc/page: remove unused KPMBITSzhang jiao-1/+0
2025-11-20mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes-0/+1
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts-1/+1
2025-11-16procfs: make /self and /thread_self dentries persistentAl Viro-29/+13
2025-11-09fs/proc: fix uaf in proc_readdir_de()Wei Yang-3/+9