summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-024-41/+40
|\
| * fs/proc/base.c: remove unneeded semicolonYang Li2023-11-011-1/+1
| * do_io_accounting: use sig->stats_lockOleg Nesterov2023-11-011-6/+14
| * do_io_accounting: use __for_each_thread()Oleg Nesterov2023-11-011-4/+8
| * proc: save LOC by using while loopAlexey Dobriyan2023-10-181-7/+4
| * proc: use initializer for clearing some buffersAlexey Dobriyan2023-10-182-18/+9
| * fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov2023-10-041-3/+4
| * introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov2023-10-041-4/+2
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-023-4/+734
|\ \
| * | mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-251-2/+3
| * | fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flagMuhammad Usama Anjum2023-10-181-0/+36
| * | fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum2023-10-181-0/+692
| * | fs: super: dynamically allocate the s_shrinkQi Zheng2023-10-041-1/+1
| * | proc/kcore: do not try to access unaccepted memoryAdrian Hunter2023-10-041-1/+2
| |/
* | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-1/+7
|\ \
| * | watchdog: move softlockup_panic back to early_paramKrister Johansen2023-11-011-1/+0
| * | proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen2023-11-011-0/+7
* | | Merge tag 'bootconfig-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-0/+6
|\ \ \
| * | | fs/proc: Add boot loader arguments as comment to /proc/bootconfigPaul E. McKenney2023-10-071-0/+6
| | |/ | |/|
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-305-5/+5
|\ \ \
| * | | proc: convert to new timestamp accessorsJeff Layton2023-10-185-5/+5
| |/ /
* | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-305-9/+12
|\ \ \ | |/ / |/| |
| * | fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein2023-10-194-5/+5
| * | file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2023-10-191-4/+7
| |/
* | proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2023-09-192-17/+22
* | proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer2023-09-191-12/+15
|/
* Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-09-051-0/+6
|\
| * proc/ksm: add ksm stats to /proc/pid/smapsStefan Roesch2023-09-021-0/+6
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-312-0/+9
|\ \
| * | x86: Expose thread features in /proc/$PID/statusRick Edgecombe2023-08-021-0/+6
| * | mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu2023-07-111-0/+3
* | | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-44/+46
|\ \ \
| * | | sysctl: Use ctl_table_size as stopping criteria for list macroJoel Granados2023-08-151-2/+3
| * | | sysctl: Add size arg to __register_sysctl_initJoel Granados2023-08-151-9/+3
| * | | sysctl: Add size to register_sysctlJoel Granados2023-08-151-14/+16
| * | | sysctl: Add a size arg to __register_sysctl_tableJoel Granados2023-08-151-11/+12
| * | | sysctl: Add size argument to init_headerJoel Granados2023-08-151-5/+7
| * | | sysctl: Use ctl_table_header in list_for_each_table_entryJoel Granados2023-08-151-12/+14
| * | | sysctl: Prefer ctl_table_header in proc_sysctlJoel Granados2023-08-151-18/+18
| |/ /
* | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-3/+2
|\ \ \
| * | | document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov2023-08-241-3/+2
* | | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-294-46/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-212-5/+33
| |\ \ \
| * | | | mm,thp: fix smaps THPeligible output alignmentHugh Dickins2023-08-211-1/+1
| * | | | mm: memtest: convert to memtest_report_meminfo()Kefeng Wang2023-08-211-11/+1
| * | | | mm: factor out VMA stack and heap checksKefeng Wang2023-08-212-34/+5
| * | | | mm: kill frontswapJohannes Weiner2023-08-211-0/+1
| * | | | ksm: add ksm zero pages for each processxu xin2023-08-181-0/+1
| | |/ / | |/| |
* | | | Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-282-1/+3
|\ \ \ \
| * | | | procfs: block chmod on /proc/thread-self/commAleksa Sarai2023-07-131-1/+2