Age | Commit message (Expand) | Author | Files | Lines |
2022-04-29 | mm: pvmw: add support for walking devmap pages | Muchun Song | 1 | -8/+9 |
2022-04-07 | mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walk | zhenwei pi | 1 | -3/+3 |
2022-03-21 | mm: Convert page_vma_mapped_walk to work on PFNs | Matthew Wilcox (Oracle) | 1 | -32/+26 |
2021-07-01 | mm: device exclusive memory access | Alistair Popple | 1 | -3/+6 |
2021-07-01 | mm: remove special swap entry functions | Alistair Popple | 1 | -3/+3 |
2021-06-25 | mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk() | Hugh Dickins | 1 | -0/+4 |
2021-06-25 | mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes | Hugh Dickins | 1 | -9/+25 |
2021-06-25 | mm: page_vma_mapped_walk(): get vma_address_end() earlier | Hugh Dickins | 1 | -4/+9 |
2021-06-25 | mm: page_vma_mapped_walk(): use goto instead of while (1) | Hugh Dickins | 1 | -4/+3 |
2021-06-25 | mm: page_vma_mapped_walk(): add a level of indentation | Hugh Dickins | 1 | -50/+55 |
2021-06-25 | mm: page_vma_mapped_walk(): crossing page table boundary | Hugh Dickins | 1 | -4/+4 |
2021-06-25 | mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block | Hugh Dickins | 1 | -16/+14 |
2021-06-25 | mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd | Hugh Dickins | 1 | -5/+6 |
2021-06-25 | mm: page_vma_mapped_walk(): settle PageHuge on entry | Hugh Dickins | 1 | -4/+8 |
2021-06-25 | mm: page_vma_mapped_walk(): use page for pvmw->page | Hugh Dickins | 1 | -5/+4 |
2021-06-16 | mm/thp: fix vma_address() if virtual address below file offset | Hugh Dickins | 1 | -10/+6 |
2021-06-16 | mm/thp: try_to_unmap() use TTU_SYNC for safe splitting | Hugh Dickins | 1 | -0/+11 |
2021-05-07 | mm: fix typos in comments | Lu Jialin | 1 | -1/+1 |
2020-12-15 | mm/page_vma_mapped.c: add colon to fix kernel-doc markups error for check_pte | Alex Shi | 1 | -4/+5 |
2020-08-15 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2020-08-15 | mm: add thp_size | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2020-01-31 | mm/page_vma_mapped.c: explicitly compare pfn for normal, hugetlbfs and THP page | Li Xinhai | 1 | -4/+8 |
2019-09-25 | mm: introduce page_size() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
2018-10-31 | mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly | Ralph Campbell | 1 | -1/+23 |
2018-01-22 | mm, page_vma_mapped: Introduce pfn_in_hpage() | Kirill A. Shutemov | 1 | -8/+9 |
2018-01-22 | mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte() | Kirill A. Shutemov | 1 | -25/+38 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-14 | mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock | Will Deacon | 1 | -15/+10 |
2017-10-14 | mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk(). | Zi Yan | 1 | -2/+1 |
2017-09-09 | mm/migrate: support un-addressable ZONE_DEVICE page in migration | Jérôme Glisse | 1 | -0/+10 |
2017-09-09 | mm: thp: enable thp migration in generic path | Zi Yan | 1 | -3/+15 |
2017-07-07 | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 1 | -1/+2 |
2017-04-08 | mm: fix page_vma_mapped_walk() for ksm pages | Hugh Dickins | 1 | -7/+8 |
2017-03-09 | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 1 | -1/+5 |
2017-02-25 | mm: convert page_mapped_in_vma() to use page_vma_mapped_walk() | Kirill A. Shutemov | 1 | -0/+30 |
2017-02-25 | mm: introduce page_vma_mapped_walk() | Kirill A. Shutemov | 1 | -0/+188 |