summaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-23/+34
2026-06-15Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+1
2026-06-15Merge tag 'vfs-7.2-rc1.procfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-91/+69
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-05proc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn1-72/+47
2026-06-05proc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn1-19/+22
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown1-2/+1
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-26exec_state: relocate dumpable informationChristian Brauner (Amutable)1-23/+16
2026-05-26sched/coredump: introduce enum task_dumpableChristian Brauner (Amutable)1-1/+1
2026-04-14Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+11
2026-03-26proc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig1-11/+11
2026-02-20proc: Fix pointer error dereferenceEthan Tidmore1-0/+3
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+2
2025-11-16procfs: make /self and /thread_self dentries persistentAl Viro1-4/+2
2025-10-21seqlock: Change do_io_accounting() to use scoped_seqlock_read()Oleg Nesterov1-10/+3
2025-10-03Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-09-14fs/proc/base.c: fix the wrong format specifierzhang jiao1-1/+1
2025-09-14mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes1-2/+2
2025-09-14mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes1-3/+5
2025-07-29Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2025-07-22stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-3/+3
2025-06-11switch procfs from d_set_d_op() to d_splice_alias_ops()Al Viro1-6/+3
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+9
2025-05-12proc: fix the issue of proc_mem_open returning NULLPenglei Jiang1-3/+9
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-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-28/+20
2025-03-22fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
2025-03-20sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar1-7/+0
2025-03-13posix-timers: Dont iterate /proc/$PID/timers with sighand:: Siglock heldThomas Gleixner1-28/+20
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-2/+4
2025-01-26ksm: add ksm involvement information for each processxu xin1-0/+11
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+14
2024-11-20Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner1-2/+2
2024-11-06mm: refactor mm_access() to not return NULLLorenzo Stoakes1-12/+14
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+8
2024-09-16Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+62
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+24
2024-09-12proc: store cookie in private dataChristian Brauner1-6/+24
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner1-6/+4
2024-08-30Merge patch series "proc: restrict overmounting of ephemeral entities"Christian Brauner1-2/+2
2024-08-30proc: block mounting on top of /proc/<pid>/map_files/*Christian Brauner1-2/+2
2024-08-30proc: add config & param to block forcing mem writesAdrian Ratiu1-1/+60