summaryrefslogtreecommitdiffstats
path: root/include/linux/pagewalk.h
Commit message (Expand)AuthorAgeFilesLines
* mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+11
* mm/hugetlb: make walk_hugetlb_range() safe to pmd unsharePeter Xu2023-01-181-1/+10
* mm/pagewalk: add walk_page_range_vma()David Hildenbrand2022-12-111-0/+3
* mm/pagewalk: don't trigger test_walk() in walk_page_vma()David Hildenbrand2022-12-111-0/+2
* mm: pagewalk: fix documentation of PTE hole handlingRolf Eike Beer2022-09-111-5/+5
* pagewalk: prefix struct kernel-doc descriptionsLukas Bulwahn2021-04-301-2/+2
* x86: mm: avoid allocating struct mm_struct on the stackSteven Price2020-02-041-0/+3
* mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2020-02-041-2/+5
* mm: pagewalk: allow walking without vmaSteven Price2020-02-041-0/+5
* mm: pagewalk: add p4d_entry() and pgd_entry()Steven Price2020-02-041-6/+28
* mm: Add a walk_page_mapping() function to the pagewalk codeThomas Hellstrom2019-11-061-0/+9
* pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-26/+38
* mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-0/+54