aboutsummaryrefslogtreecommitdiff
path: root/mm/pagewalk.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes1-4/+3
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes1-4/+4
2025-11-20mm/madvise: allow guard page install/remove under VMA lockLorenzo Stoakes1-5/+12
2025-11-20mm: rename walk_page_range_mm()Lorenzo Stoakes1-11/+11
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+11
2025-09-21mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()David Hildenbrand1-1/+1
2025-09-18arm64: Enable permission change on arm64 kernel block mappingsDev Jain1-12/+24
2025-09-13mm: introduce and use vm_normal_page_pud()David Hildenbrand1-10/+10
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple1-5/+3
2025-07-09mm: madvise: use per_vma lock for MADV_FREEBarry Song1-1/+4
2025-07-09mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes1-22/+55
2024-11-11mm: pagewalk: add the ability to install PTEsLorenzo Stoakes1-66/+180
2024-10-28mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present checkDavid Hildenbrand1-5/+11
2024-09-17mm/pagewalk: check pfnmap for folio_walk_start()Peter Xu1-1/+1
2024-09-01mm/pagewalk: introduce folio_walk_start() + folio_walk_end()David Hildenbrand1-0/+202
2024-07-12mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy1-53/+4
2023-12-10mm: pagewalk: assert write mmap lock only for walking the user page tablesMuchun Song1-1/+28
2023-09-02mm/pagewalk: fix bootstopping regression from extra pte_unmap()Hugh Dickins1-1/+1
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-3/+33
2023-07-27mm/pagewalk: fix EFI_PGT_DUMP of espfix areaHugh Dickins1-1/+4
2023-06-19mm/pagewalk: walk_pte_range() allow for pte_offset_map()Hugh Dickins1-10/+23
2023-01-18mm/hugetlb: introduce hugetlb_walk()Peter Xu1-3/+1
2023-01-18mm/hugetlb: make walk_hugetlb_range() safe to pmd unsharePeter Xu1-0/+2
2022-12-11mm/pagewalk: add walk_page_range_vma()David Hildenbrand1-0/+20
2022-12-11mm/pagewalk: don't trigger test_walk() in walk_page_vma()David Hildenbrand1-7/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+10
2022-09-26mm/pagewalk: use vma_find() instead of vma linked listMatthew Wilcox (Oracle)1-1/+1
2022-09-11mm: pagewalk: add api documentation for walk_page_range_novma()Rolf Eike Beer1-1/+9
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price1-9/+12
2021-06-29mm: pagewalk: fix walk for hugepage tablesChristophe Leroy1-5/+53
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse1-3/+3
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price1-1/+6
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price1-6/+25
2020-02-04mm: pagewalk: fix termination condition in walk_pte_range()Steven Price1-2/+2
2020-02-04mm: pagewalk: don't lock PTEs for walk_page_range_novma()Steven Price1-7/+28
2020-02-04mm: pagewalk: allow walking without vmaSteven Price1-8/+32
2020-02-04mm: pagewalk: add p4d_entry() and pgd_entry()Steven Price1-15/+35
2019-11-06mm: Add a walk_page_mapping() function to the pagewalk codeThomas Hellstrom1-1/+93
2019-11-06mm: pagewalk: Take the pagetable lock in walk_pte_range()Thomas Hellstrom1-2/+3
2019-09-07pagewalk: use lockdep_assert_held for locking validationChristoph Hellwig1-2/+2
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-52/+72
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-1/+1
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport1-0/+3
2018-02-06mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport1-0/+1
2017-11-15mm/pagewalk.c: report holes in hugetlb rangesJann Horn1-1/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-1/+2
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-3/+29
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox1-1/+19