summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | | proc: use generic setattr() for /proc/$PID/netThomas Weißschuh2023-07-131-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-289-12/+13
|\ \ \ \
| * | | | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-096-7/+8
| * | | | procfs: convert to ctime accessor functionsJeff Layton2023-07-245-5/+5
| |/ / /
* | | | Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-251-2/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+5
| * | | smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand2023-08-211-2/+1
* | | | Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-111-3/+27
|\| | |
| * | | fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes2023-08-041-3/+27
| | |/ | |/|
* / | proc: fix missing conversion to 'iterate_shared'Linus Torvalds2023-08-061-1/+1
|/ /
* / proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter2023-07-271-1/+1
|/
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-1/+1
|\
| * fs/proc/kcore.c: Pass a pointer to virt_addr_valid()Linus Walleij2023-05-291-1/+1