summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro
2024-02-07fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov
2024-02-07fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov
2024-01-17Merge branch 'master' into mm-hotfixes-stableAndrew Morton
2024-01-17Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-12fs/proc/task_mmu: move mmu notification mechanism inside mm lockMuhammad Usama Anjum
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-28sysctl: Fix out of bounds access for empty sysctl registersJoel Granados
2023-12-21/proc/sys: use d_splice_alias() calling conventions to simplify failure exitsAl Viro
2023-12-21fs/proc: show correct device and inode numbers in /proc/pid/mapsAndrei Vagin
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts
2023-12-10fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin
2023-12-06mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setPeter Xu
2023-12-06mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkPeter Xu
2023-11-12proc: Use lsmids instead of lsm names for attrsCasey Schaufler
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-11-01Merge tag 'bootconfig-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-01fs/proc/base.c: remove unneeded semicolonYang Li
2023-11-01do_io_accounting: use sig->stats_lockOleg Nesterov
2023-11-01do_io_accounting: use __for_each_thread()Oleg Nesterov
2023-11-01watchdog: move softlockup_panic back to early_paramKrister Johansen
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-18proc: save LOC by using while loopAlexey Dobriyan
2023-10-18proc: use initializer for clearing some buffersAlexey Dobriyan
2023-10-18fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flagMuhammad Usama Anjum
2023-10-18fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum
2023-10-18proc: convert to new timestamp accessorsJeff Layton
2023-10-07fs/proc: Add boot loader arguments as comment to /proc/bootconfigPaul E. McKenney
2023-10-04fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng
2023-10-04proc/kcore: do not try to access unaccepted memoryAdrian Hunter
2023-09-19proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer
2023-09-19proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-09-02proc/ksm: add ksm stats to /proc/pid/smapsStefan Roesch