aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+6
2023-09-02proc/ksm: add ksm stats to /proc/pid/smapsGravatar Stefan Roesch 1-0/+6
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+9
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-44/+46
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-3/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-46/+9
2023-08-28Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 9-12/+13
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-2/+6
2023-08-24document while_each_thread(), change first_tid() to use for_each_thread()Gravatar Oleg Nesterov 1-3/+2
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesGravatar Andrew Morton 2-5/+33
2023-08-21mm,thp: fix smaps THPeligible output alignmentGravatar Hugh Dickins 1-1/+1
2023-08-21mm: memtest: convert to memtest_report_meminfo()Gravatar Kefeng Wang 1-11/+1
2023-08-21mm: factor out VMA stack and heap checksGravatar Kefeng Wang 2-34/+5
2023-08-21mm: kill frontswapGravatar Johannes Weiner 1-0/+1
2023-08-21mm: enable page walking API to lock vmas during the walkGravatar Suren Baghdasaryan 1-0/+5
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()Gravatar David Hildenbrand 1-2/+1
2023-08-18ksm: add ksm zero pages for each processGravatar xu xin 1-0/+1
2023-08-15sysctl: Use ctl_table_size as stopping criteria for list macroGravatar Joel Granados 1-2/+3
2023-08-15sysctl: Add size arg to __register_sysctl_initGravatar Joel Granados 1-9/+3
2023-08-15sysctl: Add size to register_sysctlGravatar Joel Granados 1-14/+16
2023-08-15sysctl: Add a size arg to __register_sysctl_tableGravatar Joel Granados 1-11/+12
2023-08-15sysctl: Add size argument to init_headerGravatar Joel Granados 1-5/+7
2023-08-15sysctl: Use ctl_table_header in list_for_each_table_entryGravatar Joel Granados 1-12/+14
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