aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2023-08-15sysctl: Prefer ctl_table_header in proc_sysctlGravatar Joel Granados 1-18/+18
2023-08-11Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-3/+27
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 6-7/+8
2023-08-06proc: fix missing conversion to 'iterate_shared'Gravatar Linus Torvalds 1-1/+1
2023-08-04fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsGravatar Lorenzo Stoakes 1-3/+27
2023-08-02x86: Expose thread features in /proc/$PID/statusGravatar Rick Edgecombe 1-0/+6
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Gravatar Dan Carpenter 1-1/+1
2023-07-24procfs: convert to ctime accessor functionsGravatar Jeff Layton 5-5/+5
2023-07-13procfs: block chmod on /proc/thread-self/commGravatar Aleksa Sarai 1-1/+2
2023-07-13proc: use generic setattr() for /proc/$PID/netGravatar Thomas Weißschuh 1-0/+1
2023-07-11mm: Introduce VM_SHADOW_STACK for shadow stack memoryGravatar Yu-cheng Yu 1-0/+3
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-06-30sysctl: set variable sysctl_mount_point storage-class-specifier to staticGravatar Tom Rix 1-1/+1
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-225/+19
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-40/+43
2023-06-27Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+5
2023-06-23mm: nommu: correct the range of mmap_sem_read_lock in task_mem()Gravatar lipeifeng 1-3/+3
2023-06-19mm: ptep_get() conversionGravatar Ryan Roberts 1-15/+18
2023-06-19mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsGravatar Hugh Dickins 1-16/+16
2023-06-18sysctl: replace child with an enumerationGravatar Joel Granados 1-63/+18
2023-06-18sysctl: Remove debugging dump_stackGravatar Joel Granados 1-1/+0
2023-06-09procfs: replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 1-1/+1
2023-06-09mm: pagemap: restrict pagewalk to the requested rangeGravatar Yuanchu Xie 1-6/+6
2023-06-06mm: Add support for unaccepted memoryGravatar Kirill A. Shutemov 1-0/+5
2023-05-29fs/proc/kcore.c: Pass a pointer to virt_addr_valid()Gravatar Linus Walleij 1-1/+1
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()Gravatar David Howells 2-3/+3
2023-05-23sysctl: Remove register_sysctl_tableGravatar Joel Granados 1-159/+0
2023-05-23sysctl: stop exporting register_sysctl_tableGravatar Joel Granados 1-3/+2
2023-05-16coredump, vmcore: Set p_align to 4 for PT_NOTEGravatar Fangrui Song 1-2/+2
2023-05-02sysctl: remove register_sysctl_paths()Gravatar Luis Chamberlain 1-51/+4
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-2/+14
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 6-40/+13
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-47/+57
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-30/+58
2023-04-21fs/proc: add Kthread flag to /proc/$pid/statusGravatar Chunguang Wu 1-0/+2
2023-04-21mm: add new KSM process and sysfs knobsGravatar Stefan Roesch 1-0/+3
2023-04-18proc/stat: remove arch_idle_time()Gravatar Heiko Carstens 1-26/+0
2023-04-18smaps: fix defined but not used smaps_shmem_walk_opsGravatar Steven Price 1-2/+1
2023-04-13proc_sysctl: enhance documentationGravatar Luis Chamberlain 1-5/+20
2023-04-13sysctl: clarify register_sysctl_init() base directory orderGravatar Luis Chamberlain 1-4/+1
2023-04-13proc_sysctl: move helper which creates required subdirectoriesGravatar Luis Chamberlain 1-24/+32
2023-04-13proc_sysctl: update docs for __register_sysctl_table()Gravatar Luis Chamberlain 1-3/+11
2023-04-08ELF: fix all "Elf" typosGravatar Alexey Dobriyan 1-11/+11
2023-04-08proc: remove mark_inode_dirty() in .setattr()Gravatar Chao Yu 3-3/+0
2023-04-05mm: vmalloc: convert vread() to vread_iter()Gravatar Lorenzo Stoakes 1-21/+23
2023-04-05fs/proc/kcore: convert read_kcore() to read_kcore_iter()Gravatar Lorenzo Stoakes 1-18/+18
2023-04-05fs/proc/kcore: avoid bounce buffer for ktext dataGravatar Lorenzo Stoakes 1-12/+5
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoGravatar Tomas Mudrunka 1-0/+13