summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
19 hoursMerge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
4 daysMerge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
7 daysMerge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
7 daysMerge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
7 daysMerge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
7 daysMerge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
11 daysfs/proc/task_mmu: read proc/pid/maps under per-vma lockSuren Baghdasaryan
11 daysfs/proc/task_mmu: remove conversion of seq_file position to unsignedSuren Baghdasaryan
11 daysfs: stable_page_flags(): use snapshot_page()Luiz Capitulino
11 daysproc: kpagecount: use snapshot_page()Luiz Capitulino
14 daysstackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook
2025-07-19mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counterVlastimil Babka
2025-07-13mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton
2025-07-10uapi: export PROCFS_ROOT_INOAleksa Sarai
2025-07-09fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()Su Hui
2025-07-09proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie
2025-07-09mm: fix the inaccurate memory statistics issue for usersBaolin Wang
2025-07-03fix proc_sys_compare() handling of in-lookup dentriesAl Viro
2025-06-25fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folioDavid Hildenbrand
2025-06-16proc_fd_getattr(): don't bother with S_ISDIR() checkAl Viro
2025-06-10switch procfs from d_set_d_op() to d_splice_alias_ops()Al Viro
2025-06-10procfs: kill ->proc_dopsAl Viro
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-11proc: fix the issue of proc_mem_open returning NULLPenglei Jiang
2025-05-11fs/proc/page: refactor to reduce code duplicationLiu Ye
2025-05-11fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regionsAndrei Vagin
2025-05-05mm: remove NR_BOUNCE zone statChristoph Hellwig
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-21fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche
2025-03-21meminfo: add a per node counter for balloon driversNico Pache
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ...David Hildenbrand
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO...David Hildenbrand
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (...David Hildenbrand
2025-03-17fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFI...David Hildenbrand
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand
2025-03-17fs/proc/task_mmu: reduce scope of lazy mmu regionRyan Roberts
2025-03-16fs/proc/task_mmu: add guard region bit to pagemapLorenzo Stoakes
2025-03-16proc: fix UAF in proc_get_inode()Ye Bin
2025-03-13posix-timers: Dont iterate /proc/$PID/timers with sighand:: Siglock heldThomas Gleixner
2025-02-17procfs: fix a locking bug in a vmcore_add_device_dump() error pathBart Van Assche
2025-02-10crash: Use note name macrosAkihiko Odaki