summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds2-26/+41
12 daysMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-46/+223
2026-06-15Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds2-42/+6
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds2-5/+3
2026-06-15Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-4/+2
2026-06-15Merge tag 'vfs-7.2-rc1.procfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-114/+138
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+8
2026-06-09fs/proc/task_mmu: do not warn on seeing non-migration pmd entryDev Jain1-1/+0
2026-06-09fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)1-1/+58
2026-06-09fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)1-1/+1
2026-06-09fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update raceKiryl Shutsemau (Meta)1-4/+8
2026-06-05proc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn3-89/+59
2026-06-05proc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn3-19/+40
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown2-4/+2
2026-06-05fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lockSuren Baghdasaryan1-39/+156
2026-06-02tick/sched: Consolidate idle time fetching APIsFrederic Weisbecker2-42/+6
2026-05-29proc: use strnlen() for name validation in __proc_createThorsten Blum1-3/+7
2026-05-29proc: rewrite next_tgid()Alexey Dobriyan1-24/+32
2026-05-29proc: add tgid_iter.pid_ns memberAlexey Dobriyan1-6/+9
2026-05-27proc: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)1-8/+8
2026-05-26genirq/proc: Speed up /proc/interrupts iterationThomas Gleixner1-1/+3
2026-05-26x86/irq: Move IOAPIC misrouted and PIC/APIC error counts into irq_statsThomas Gleixner1-4/+0
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)1-23/+16
2026-05-26sched/coredump: introduce enum task_dumpableChristian Brauner (Amutable)1-1/+1
2026-05-12proc: handle subset=pid separately in userns visibility checksAlexey Gladkov1-0/+3
2026-05-12proc: prevent reconfiguring subset=pidAlexey Gladkov1-4/+11
2026-05-12proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMINAlexey Gladkov2-0/+10
2026-05-12fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTEDChristian Brauner1-2/+2
2026-05-12proc: allow to mark /proc files permanent outside of fs/proc/Alexey Dobriyan2-0/+13
2026-04-17Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+6
2026-04-14Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-23/+23
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+0
2026-04-07mm: add gpu active/reclaim per-node stat counters (v2)Dave Airlie1-0/+6
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner1-1/+2
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)1-1/+1
2026-03-28proc: array: drop stale FIXME about RCU in task_sig()Jaime Saguillo Revilla1-1/+1
2026-03-26proc: rename proc_notify_change to proc_setattrChristoph Hellwig1-4/+4
2026-03-26proc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig5-19/+19
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton2-3/+3
2026-03-06fs/proc: Don't lock root inode when creating "self" and "thread-self"NeilBrown2-6/+0
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-8/+7
2026-02-20proc: Fix pointer error dereferenceEthan Tidmore1-0/+3
2026-02-13Merge tag 'mm-hotfixes-stable-2026-02-13-07-14' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2026-02-13procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko1-1/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+2