summaryrefslogtreecommitdiff
path: root/mm/page_vma_mapped.c
AgeCommit message (Expand)Author
2023-08-18mm: correct stale comment of function check_pteKemeng Shi
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()Hugh Dickins
2023-06-19mm/page_vma_mapped: reformat map_pte() with less indentationHugh Dickins
2023-06-19mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()Hugh Dickins
2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins
2023-01-18mm/hugetlb: introduce hugetlb_walk()Peter Xu
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu
2022-07-17mm/page_vma_mapped.c: use helper function huge_pte_lockMiaohe Lin
2022-07-03mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi
2022-04-28mm: pvmw: add support for walking devmap pagesMuchun Song
2022-04-07mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walkzhenwei pi
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)
2021-07-01mm: device exclusive memory accessAlistair Popple
2021-07-01mm: remove special swap entry functionsAlistair Popple
2021-06-24mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins
2021-06-24mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins
2021-06-24mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins
2021-06-16mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins
2021-05-07mm: fix typos in commentsLu Jialin
2020-12-15mm/page_vma_mapped.c: add colon to fix kernel-doc markups error for check_pteAlex Shi
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)
2020-01-31mm/page_vma_mapped.c: explicitly compare pfn for normal, hugetlbfs and THP pageLi Xinhai
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2018-10-31mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell
2018-01-22mm, page_vma_mapped: Introduce pfn_in_hpage()Kirill A. Shutemov
2018-01-21mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-13mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon
2017-10-13mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().Zi Yan
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse
2017-09-08mm: thp: enable thp migration in generic pathZi Yan
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal
2017-04-08mm: fix page_vma_mapped_walk() for ksm pagesHugh Dickins
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-02-24mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm: introduce page_vma_mapped_walk()Kirill A. Shutemov