summaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-15/+0
|\
| * fs/procfs: remove build ID-related code duplication in PROCMAP_QUERYAndrii Nakryiko2024-09-021-15/+0
* | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-181-1/+3
|\ \
| * | mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy2024-09-131-1/+3
| |/
* / mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly2024-09-041-0/+2
|/
* 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
* | 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-041-13/+22
* | 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
|/
* /proc/pid/smaps: add mseal info for vmaJeff Xu2024-06-251-0/+3
* mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong2024-05-241-2/+7
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-43/+50
|\
| * 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
* | fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()Ryan Roberts2024-05-061-9/+13
* | fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scanRyan Roberts2024-05-061-1/+1
|/
* fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addrHui Zhu2024-02-221-7/+6
* proc: use pfn_swap_entry_folio where obviousMatthew Wilcox (Oracle)2024-02-221-2/+2
* fs/proc/task_mmu: move mmu notification mechanism inside mm lockMuhammad Usama Anjum2024-01-131-11/+13
* 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-111-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-071-1/+1
* | mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkPeter Xu2023-12-071-4/+20
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-8/+3
|\
| * proc: use initializer for clearing some buffersAlexey Dobriyan2023-10-181-8/+3
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-031-2/+731
|\ \
| * | mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-261-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: create helper file_user_path() for user displayed mapped file pathAmir Goldstein2023-10-191-2/+2
|/
* Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-09-051-0/+6
|\
| * proc/ksm: add ksm stats to /proc/pid/smapsStefan Roesch2023-09-031-0/+6