summaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer1-4/+5
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner1-3/+3
2024-06-06mm/ksm: fix ksm_zero_pages accountingChengming Zhou1-1/+1
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro1-2/+0
2023-11-13proc: Use lsmids instead of lsm names for attrsCasey Schaufler1-14/+15
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-23/+29
2023-11-01fs/proc/base.c: remove unneeded semicolonYang Li1-1/+1
2023-11-01do_io_accounting: use sig->stats_lockOleg Nesterov1-6/+14
2023-11-01do_io_accounting: use __for_each_thread()Oleg Nesterov1-4/+8
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-1/+1
2023-10-19proc: use initializer for clearing some buffersAlexey Dobriyan1-10/+6
2023-10-18proc: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov1-4/+2
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+2