summaryrefslogtreecommitdiff
path: root/fs/proc/task_mmu.c
AgeCommit message (Expand)Author
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-25fs/proc/task_mmu: check p->vec_buf for NULLJakub Acs
2025-09-13mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand
2025-09-13mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locksSuren Baghdasaryan
2025-09-13fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERYSuren Baghdasaryan
2025-08-11proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang
2025-08-05fs/proc/task_mmu: hold PTL in pagemap_hugetlb_range and gather_hugetlb_statsJinjiang Tu
2025-08-05mm/smaps: fix race between smaps_hugetlb_range and migrationJinjiang Tu
2025-07-24fs/proc/task_mmu: read proc/pid/maps under per-vma lockSuren Baghdasaryan
2025-07-24fs/proc/task_mmu: remove conversion of seq_file position to unsignedSuren Baghdasaryan
2025-07-09mm: fix the inaccurate memory statistics issue for usersBaolin Wang
2025-06-25fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folioDavid Hildenbrand
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-11proc: fix the issue of proc_mem_open returning NULLPenglei Jiang
2025-05-11fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regionsAndrei Vagin
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ...David Hildenbrand
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO...David Hildenbrand
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (...David Hildenbrand
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand
2025-03-17fs/proc/task_mmu: reduce scope of lazy mmu regionRyan Roberts
2025-03-16fs/proc/task_mmu: add guard region bit to pagemapLorenzo Stoakes
2024-12-30fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-11-14fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()Dan Carpenter
2024-10-17fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initializationBrahmajit Das
2024-10-04mm: Introduce ARCH_HAS_USER_SHADOW_STACKMark Brown
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-13mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy
2024-09-04mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly
2024-09-01fs/procfs: remove build ID-related code duplication in PROCMAP_QUERYAndrii Nakryiko
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy
2024-07-12fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko
2024-07-12fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko
2024-07-12fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko
2024-07-03fs/proc/task_mmu: use folio API in pte_is_pinned()Kefeng Wang
2024-07-03fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand
2024-07-03fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...David Hildenbrand
2024-07-03fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand
2024-07-03fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand
2024-07-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu
2024-05-24mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox
2024-05-05fs/proc/task_mmu: convert smaps_hugetlb_range() to work on foliosDavid Hildenbrand
2024-05-05fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on foliosDavid Hildenbrand