summaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-25fs/proc/task_mmu: check p->vec_buf for NULLJakub Acs1-0/+3
2025-09-08proc: fix type confusion in pde_set_flags()wangzijie1-1/+2
2025-08-27proc: fix missing pde_set_flags() for net proc fileswangzijie1-17/+21
2025-08-11proc: 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-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-17/+12
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-40/+189
2025-07-28Merge 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-24fs/proc/task_mmu: read proc/pid/maps under per-vma lockSuren Baghdasaryan2-8/+138
2025-07-24fs/proc/task_mmu: remove conversion of seq_file position to unsignedSuren Baghdasaryan1-7/+10
2025-07-24fs: stable_page_flags(): use snapshot_page()Luiz Capitulino1-16/+13
2025-07-24proc: kpagecount: use snapshot_page()Luiz Capitulino1-4/+17
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-3/+3
2025-07-19mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counterVlastimil Babka1-2/+1
2025-07-13mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand1-2/+2
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton1-7/+7
2025-07-10uapi: export PROCFS_ROOT_INOAleksa Sarai1-5/+5
2025-07-09fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()Su Hui1-17/+12
2025-07-09proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie3-1/+8
2025-07-09mm: fix the inaccurate memory statistics issue for usersBaolin Wang1-7/+7
2025-07-03fix proc_sys_compare() handling of in-lookup dentriesAl Viro2-8/+12
2025-06-25fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folioDavid Hildenbrand1-1/+1
2025-06-16proc_fd_getattr(): don't bother with S_ISDIR() checkAl Viro1-10/+1
2025-06-10switch procfs from d_set_d_op() to d_splice_alias_ops()Al Viro5-18/+12
2025-06-10procfs: kill ->proc_dopsAl Viro2-5/+6
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds3-11/+17
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-114/+64
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-2/+1
2025-05-11proc: fix the issue of proc_mem_open returning NULLPenglei Jiang3-11/+17
2025-05-11fs/proc/page: refactor to reduce code duplicationLiu Ye1-107/+54
2025-05-11fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regionsAndrei Vagin1-7/+10
2025-05-05mm: remove NR_BOUNCE zone statChristoph Hellwig1-2/+1
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-1/+1
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-18/+94
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-28/+20
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+0
2025-03-24Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+6
2025-03-21fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
2025-03-21meminfo: add a per node counter for balloon driversNico Pache1-0/+2
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar1-7/+0
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ...David Hildenbrand2-2/+23
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO...David Hildenbrand1-1/+6
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (...David Hildenbrand1-2/+9
2025-03-17fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFI...David Hildenbrand2-3/+43
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand1-2/+2