summaryrefslogtreecommitdiff
path: root/mm/page_vma_mapped.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-28mm/page_vma_mapped: track if the page is mapped across page table boundaryKiryl Shutsemau1-0/+1
2025-07-10mm: remove redundant pXd_devmap callsAlistair Popple1-3/+2
2025-03-17mm: make page_mapped_in_vma() hugetlb walk awareJane Chu1-4/+9
2025-03-17mm/page_vma_mapped: device-exclusive entries are not migration entriesDavid Hildenbrand1-2/+1
2024-11-08mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)1-2/+3
2024-11-08mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)1-2/+1
2024-11-06mm: page_vma_mapped_walk: map_pte() use pte_offset_map_rw_nolock()Qi Zheng1-6/+18
2024-05-06mm: make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILUREMatthew Wilcox (Oracle)1-0/+2
2024-05-06mm: return the address from page_mapped_in_vma()Matthew Wilcox (Oracle)1-7/+9
2024-04-26mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)1-1/+1
2024-04-26mm: correct page_mapped_in_vma() for large foliosMatthew Wilcox (Oracle)1-1/+3
2023-12-21mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts1-1/+2
2023-08-18mm: correct stale comment of function check_pteKemeng Shi1-5/+7
2023-06-20mm: ptep_get() conversionRyan Roberts1-11/+16
2023-06-20mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()Hugh Dickins1-6/+22
2023-06-20mm/page_vma_mapped: reformat map_pte() with less indentationHugh Dickins1-31/+34
2023-06-20mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()Hugh Dickins1-4/+0
2023-06-20mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins1-1/+1
2023-01-19mm/hugetlb: introduce hugetlb_walk()Peter Xu1-3/+6
2022-09-27mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu1-3/+3
2022-07-18mm/page_vma_mapped.c: use helper function huge_pte_lockMiaohe Lin1-2/+1
2022-07-04mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi1-1/+1
2022-04-29mm: pvmw: add support for walking devmap pagesMuchun Song1-8/+9
2022-04-07mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walkzhenwei pi1-3/+3
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)1-32/+26
2021-07-01mm: device exclusive memory accessAlistair Popple1-3/+6
2021-07-01mm: remove special swap entry functionsAlistair Popple1-3/+3
2021-06-25mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins1-0/+4
2021-06-25mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins1-9/+25
2021-06-25mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins1-4/+9
2021-06-25mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins1-4/+3
2021-06-25mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins1-50/+55
2021-06-25mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins1-4/+4
2021-06-25mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins1-16/+14
2021-06-25mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins1-5/+6
2021-06-25mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins1-4/+8
2021-06-25mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins1-5/+4
2021-06-16mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins1-10/+6
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins1-0/+11
2021-05-07mm: fix typos in commentsLu Jialin1-1/+1
2020-12-15mm/page_vma_mapped.c: add colon to fix kernel-doc markups error for check_pteAlex Shi1-4/+5
2020-08-15mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-1/+1
2020-08-15mm: add thp_sizeMatthew Wilcox (Oracle)1-2/+2
2020-01-31mm/page_vma_mapped.c: explicitly compare pfn for normal, hugetlbfs and THP pageLi Xinhai1-4/+8
2019-09-25mm: introduce page_size()Matthew Wilcox (Oracle)1-2/+1
2018-10-31mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell1-1/+23
2018-01-22mm, page_vma_mapped: Introduce pfn_in_hpage()Kirill A. Shutemov1-8/+9
2018-01-22mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov1-25/+38
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-14mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon1-15/+10