summaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-241-0/+1
|\
| * mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld2024-07-191-0/+1
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-223-128/+450
|\ \
| * | kpageflags: detect isolated KPF_THP foliosRan Xiaokai2024-07-131-12/+9
| * | mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-131-5/+5
| * | fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko2024-07-131-2/+25
| * | fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko2024-07-131-0/+235
| * | fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko2024-07-131-54/+71
| * | fs/proc/task_mmu: use folio API in pte_is_pinned()Kefeng Wang2024-07-041-4/+4
| * | fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand2024-07-043-24/+65
| * | fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...David Hildenbrand2024-07-041-22/+31
| * | fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand2024-07-041-10/+12
| * | fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand2024-07-041-6/+2
| * | fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand2024-07-041-0/+2
| |/
* | Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-161-32/+38
|\ \
| * | sysctl: Warn on an empty procname elementJoel Granados2024-06-131-0/+2
| * | sysctl: Remove ctl_table sentinel code commentsJoel Granados2024-06-131-1/+1
| * | sysctl: Remove "child" sysctl code commentsJoel Granados2024-06-131-16/+10
| * | sysctl: Remove superfluous empty allocations from sysctl internalsJoel Granados2024-06-131-4/+4
| * | sysctl: Replace nr_entries with ctl_table_size in new_linksJoel Granados2024-06-131-8/+6
| * | sysctl: Remove check for sentinel element in ctl_table arraysJoel Granados2024-06-131-1/+1
| * | sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang2024-06-031-0/+14
| * | sysctl: always initialize i_uid/i_gidThomas Weißschuh2024-06-031-4/+2
* | | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-07-151-3/+3
|\ \ \ | |_|/ |/| |
| * | proc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-06-251-3/+3
| |/
* | /proc/pid/smaps: add mseal info for vmaJeff Xu2024-06-251-0/+3
* | mm/ksm: fix ksm_zero_pages accountingChengming Zhou2024-06-061-1/+1
|/
* mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong2024-05-241-2/+7
* 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-121-0/+2
| * | vmcore: replace strncpy with strscpy_padJustin Stitt2024-04-261-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-061-2/+2
| * | | fs/proc/task_mmu: convert smaps_hugetlb_range() to work on foliosDavid Hildenbrand2024-05-061-6/+7
| * | | fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on foliosDavid Hildenbrand2024-05-061-3/+4
| * | | proc: convert smaps_pmd_entry to use a folioMatthew Wilcox (Oracle)2024-04-261-3/+5
| * | | proc: pass a folio to smaps_page_accumulate()Matthew Wilcox (Oracle)2024-04-261-6/+5
| * | | proc: convert smaps_page_accumulate to use a folioMatthew Wilcox (Oracle)2024-04-261-3/+4
| * | | proc: convert gather_stats to use a folioMatthew Wilcox (Oracle)2024-04-261-6/+7
| * | | proc: convert smaps_account() to use a folioMatthew Wilcox (Oracle)2024-04-261-7/+9
| * | | proc: convert clear_refs_pte_range to use a folioMatthew Wilcox (Oracle)2024-04-261-8/+8
| * | | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-261-1/+2
| * | | proc: refactor pde_get_unmapped_area as prepRick Edgecombe2024-04-261-6/+3
| * | | mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)2024-04-261-1/+1
| * | | proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)2024-04-261-32/+37
| * | | mm: zswap: optimize zswap pool size trackingJohannes Weiner2024-04-261-2/+1
* | | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-181-12/+9
|\ \ \ \
| * | | | sysctl: drop now unnecessary out-of-bounds checkThomas Weißschuh2024-04-241-5/+2