summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds
2023-08-24document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm,thp: fix smaps THPeligible output alignmentHugh Dickins
2023-08-21mm: memtest: convert to memtest_report_meminfo()Kefeng Wang
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang
2023-08-21mm: kill frontswapJohannes Weiner
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand
2023-08-18ksm: add ksm zero pages for each processxu xin
2023-08-15sysctl: Use ctl_table_size as stopping criteria for list macroJoel Granados
2023-08-15sysctl: Add size arg to __register_sysctl_initJoel Granados
2023-08-15sysctl: Add size to register_sysctlJoel Granados
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados
2023-08-15sysctl: Add size argument to init_headerJoel Granados
2023-08-15sysctl: Use ctl_table_header in list_for_each_table_entryJoel Granados
2023-08-15sysctl: Prefer ctl_table_header in proc_sysctlJoel Granados
2023-08-11Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-06proc: fix missing conversion to 'iterate_shared'Linus Torvalds
2023-08-04fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes
2023-08-02x86: Expose thread features in /proc/$PID/statusRick Edgecombe
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter
2023-07-24procfs: convert to ctime accessor functionsJeff Layton
2023-07-13procfs: block chmod on /proc/thread-self/commAleksa Sarai
2023-07-13proc: use generic setattr() for /proc/$PID/netThomas Weißschuh
2023-07-11mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-30sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-23mm: nommu: correct the range of mmap_sem_read_lock in task_mem()lipeifeng
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins
2023-06-18sysctl: replace child with an enumerationJoel Granados
2023-06-18sysctl: Remove debugging dump_stackJoel Granados
2023-06-09procfs: replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-06-09mm: pagemap: restrict pagewalk to the requested rangeYuanchu Xie
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov
2023-05-29fs/proc/kcore.c: Pass a pointer to virt_addr_valid()Linus Walleij
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells