summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang-34/+5
2023-08-21mm: kill frontswapJohannes Weiner-0/+1
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan-0/+5
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand-2/+1
2023-08-18ksm: add ksm zero pages for each processxu xin-0/+1
2023-08-15sysctl: Use ctl_table_size as stopping criteria for list macroJoel Granados-2/+3
2023-08-15sysctl: Add size arg to __register_sysctl_initJoel Granados-9/+3
2023-08-15sysctl: Add size to register_sysctlJoel Granados-14/+16
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados-11/+12
2023-08-15sysctl: Add size argument to init_headerJoel Granados-5/+7
2023-08-15sysctl: Use ctl_table_header in list_for_each_table_entryJoel Granados-12/+14
2023-08-15sysctl: Prefer ctl_table_header in proc_sysctlJoel Granados-18/+18
2023-08-11Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds-3/+27
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton-7/+8
2023-08-06proc: fix missing conversion to 'iterate_shared'Linus Torvalds-1/+1
2023-08-04fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes-3/+27
2023-08-02x86: Expose thread features in /proc/$PID/statusRick Edgecombe-0/+6
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter-1/+1
2023-07-24procfs: convert to ctime accessor functionsJeff Layton-5/+5
2023-07-13procfs: block chmod on /proc/thread-self/commAleksa Sarai-1/+2
2023-07-13proc: use generic setattr() for /proc/$PID/netThomas Weißschuh-0/+1
2023-07-11mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu-0/+3
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-06-30sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix-1/+1
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-225/+19
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-40/+43
2023-06-27Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+5
2023-06-23mm: nommu: correct the range of mmap_sem_read_lock in task_mem()lipeifeng-3/+3
2023-06-19mm: ptep_get() conversionRyan Roberts-15/+18
2023-06-19mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins-16/+16
2023-06-18sysctl: replace child with an enumerationJoel Granados-63/+18
2023-06-18sysctl: Remove debugging dump_stackJoel Granados-1/+0
2023-06-09procfs: replace all non-returning strlcpy with strscpyAzeem Shaikh-1/+1
2023-06-09mm: pagemap: restrict pagewalk to the requested rangeYuanchu Xie-6/+6
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov-0/+5
2023-05-29fs/proc/kcore.c: Pass a pointer to virt_addr_valid()Linus Walleij-1/+1
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells-3/+3
2023-05-23sysctl: Remove register_sysctl_tableJoel Granados-159/+0
2023-05-23sysctl: stop exporting register_sysctl_tableJoel Granados-3/+2
2023-05-16coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song-2/+2
2023-05-02sysctl: remove register_sysctl_paths()Luis Chamberlain-51/+4
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2/+14
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds-40/+13
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-47/+57
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-30/+58
2023-04-21fs/proc: add Kthread flag to /proc/$pid/statusChunguang Wu-0/+2
2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch-0/+3
2023-04-18proc/stat: remove arch_idle_time()Heiko Carstens-26/+0