aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/pagewalk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+11
2023-01-18mm/hugetlb: make walk_hugetlb_range() safe to pmd unsharePeter Xu1-1/+10
2022-12-11mm/pagewalk: add walk_page_range_vma()David Hildenbrand1-0/+3
2022-12-11mm/pagewalk: don't trigger test_walk() in walk_page_vma()David Hildenbrand1-0/+2
2022-09-11mm: pagewalk: fix documentation of PTE hole handlingRolf Eike Beer1-5/+5
2021-04-30pagewalk: prefix struct kernel-doc descriptionsLukas Bulwahn1-2/+2
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price1-0/+3
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price1-2/+5
2020-02-04mm: pagewalk: allow walking without vmaSteven Price1-0/+5
2020-02-04mm: pagewalk: add p4d_entry() and pgd_entry()Steven Price1-6/+28
2019-11-06mm: Add a walk_page_mapping() function to the pagewalk codeThomas Hellstrom1-0/+9
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-26/+38
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-0/+54