summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-211-3/+1
|\
| * close_on_exec(): pass files_struct instead of fdtableAl Viro2024-04-151-3/+1
* | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-191-3/+4
|\ \
| * | fs/proc: fix softlockup in __read_vmcoreRik van Riel2024-05-111-0/+2
| * | vmcore: replace strncpy with strscpy_padJustin Stitt2024-04-251-3/+2
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-194-83/+92
|\ \ \
| * | | mm: simplify thp_vma_allowable_orderMatthew Wilcox2024-05-051-2/+2
| * | | fs/proc/task_mmu: convert smaps_hugetlb_range() to work on foliosDavid Hildenbrand2024-05-051-6/+7
| * | | fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on foliosDavid Hildenbrand2024-05-051-3/+4
| * | | proc: convert smaps_pmd_entry to use a folioMatthew Wilcox (Oracle)2024-04-251-3/+5
| * | | proc: pass a folio to smaps_page_accumulate()Matthew Wilcox (Oracle)2024-04-251-6/+5
| * | | proc: convert smaps_page_accumulate to use a folioMatthew Wilcox (Oracle)2024-04-251-3/+4
| * | | proc: convert gather_stats to use a folioMatthew Wilcox (Oracle)2024-04-251-6/+7
| * | | proc: convert smaps_account() to use a folioMatthew Wilcox (Oracle)2024-04-251-7/+9
| * | | proc: convert clear_refs_pte_range to use a folioMatthew Wilcox (Oracle)2024-04-251-8/+8
| * | | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-251-1/+2
| * | | proc: refactor pde_get_unmapped_area as prepRick Edgecombe2024-04-251-6/+3
| * | | mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)2024-04-251-1/+1
| * | | proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)2024-04-251-32/+37
| * | | mm: zswap: optimize zswap pool size trackingJohannes Weiner2024-04-251-2/+1
* | | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-171-12/+9
|\ \ \ \
| * | | | sysctl: drop now unnecessary out-of-bounds checkThomas Weißschuh2024-04-241-5/+2
| * | | | sysctl: move sysctl type to ctl_table_headerThomas Weißschuh2024-04-241-4/+6
| * | | | sysctl: drop sysctl_is_perm_empty_ctl_tableThomas Weißschuh2024-04-241-5/+3
| * | | | sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh2024-04-241-1/+1
* | | | | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-132-22/+21
|\ \ \ \ \
| * | | | | proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)2024-05-021-22/+20
| * | | | | fs: Add kernel-doc comments to proc_create_net_data_write()Yang Li2024-03-261-0/+1
| |/ / / /
* | | | | fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()Ryan Roberts2024-05-051-9/+13
* | | | | fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scanRyan Roberts2024-05-051-1/+1
| |/ / / |/| | |
* | | | mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)2024-04-241-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
| |\ \