summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)9 days1-5/+2
* fs/proc: Skip bootloader comment if no embedded kernel parametersMasami Hiramatsu2024-04-091-1/+1
* fs/proc: remove redundant comments from /proc/bootconfigZhenhua Huang2024-04-091-6/+6
* kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-311-1/+1
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-143-11/+10
|\
| * crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-232-2/+2
| * fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addrHui Zhu2024-02-211-7/+6
| * proc: use pfn_swap_entry_folio where obviousMatthew Wilcox (Oracle)2024-02-211-2/+2
* | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\ \
| * | proc: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
* | | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-02-253-14/+9
|\ \ \ | |_|/ |/| |
| * | procfs: make freeing proc_fs_info rcu-delayedAl Viro2024-02-251-1/+1
| * | procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro2024-02-252-13/+8
| |/
| * Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-171-11/+13
| |\
* | | fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov2024-02-071-26/+32
* | | fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov2024-02-071-4/+6
* | | Merge branch 'master' into mm-hotfixes-stableAndrew Morton2024-01-171-15/+9
|\| | | |/ |/|
| * Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-12/+2
| |\
| | * /proc/sys: use d_splice_alias() calling conventions to simplify failure exitsAl Viro2023-12-211-12/+2
| * | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-3/+7
| |\ \
| | * | fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
| | * | sysctl: Fix out of bounds access for empty sysctl registersJoel Granados2023-12-281-2/+7
* | | | fs/proc/task_mmu: move mmu notification mechanism inside mm lockMuhammad Usama Anjum2024-01-121-11/+13
|/ / /
* | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-092-15/+16
|\ \ \
| * | | proc: Use lsmids instead of lsm names for attrsCasey Schaufler2023-11-122-15/+16
| | |/ | |/|
* | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-2/+18
|\ \ \
| * | | mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts2023-12-201-1/+2
| * | | fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin2023-12-101-1/+16
| | |/ | |/|
* | | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-1/+2
|\ \ \ | |/ / |/| |
| * | fs/proc: show correct device and inode numbers in /proc/pid/mapsAndrei Vagin2023-12-211-1/+2
| |/
* | mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setPeter Xu2023-12-061-1/+1
* | mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkPeter Xu2023-12-061-4/+20
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-024-41/+40
|\
| * fs/proc/base.c: remove unneeded semicolonYang Li2023-11-011-1/+1
| * do_io_accounting: use sig->stats_lockOleg Nesterov2023-11-011-6/+14
| * do_io_accounting: use __for_each_thread()Oleg Nesterov2023-11-011-4/+8
| * proc: save LOC by using while loopAlexey Dobriyan2023-10-181-7/+4
| * proc: use initializer for clearing some buffersAlexey Dobriyan2023-10-182-18/+9
| * fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov2023-10-041-3/+4
| * introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov2023-10-041-4/+2
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-023-4/+734
|\ \
| * | mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-251-2/+3
| * | fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flagMuhammad Usama Anjum2023-10-181-0/+36
| * | fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum2023-10-181-0/+692
| * | fs: super: dynamically allocate the s_shrinkQi Zheng2023-10-041-1/+1
| * | 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
|\ \ \