summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorLines
2023-12-29mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPEDDavid Hildenbrand-9/+9
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand-5/+6
2023-12-29mm/rmap: remove page_remove_rmap()David Hildenbrand-21/+2
2023-12-29mm/rmap: page_remove_rmap() -> folio_remove_rmap_pte()David Hildenbrand-5/+5
2023-12-29mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()David Hildenbrand-16/+66
2023-12-29mm/rmap: remove RMAP_COMPOUNDDavid Hildenbrand-2/+0
2023-12-29mm/rmap: remove page_add_anon_rmap()David Hildenbrand-27/+4
2023-12-29mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()David Hildenbrand-38/+82
2023-12-29mm/rmap: factor out adding folio mappings into __folio_add_rmap()David Hildenbrand-34/+44
2023-12-29mm/rmap: remove page_add_file_rmap()David Hildenbrand-21/+0
2023-12-29mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...David Hildenbrand-29/+50
2023-12-29mm/rmap: add hugetlb sanity checks for anon rmap handlingDavid Hildenbrand-0/+6
2023-12-29mm/rmap: introduce and use hugetlb_try_share_anon_rmap()David Hildenbrand-5/+10
2023-12-29mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand-0/+1
2023-12-29mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand-9/+9
2023-12-29mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand-4/+4
2023-12-29mm: remove references to page_add_new_anon_rmap in commentsMatthew Wilcox (Oracle)-2/+2
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli-0/+6
2023-12-29mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()Andrea Arcangeli-0/+24
2023-12-20mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()Ryan Roberts-8/+20
2023-12-20mm: allow deferred splitting of arbitrary anon large foliosRyan Roberts-2/+2
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand-9/+7
2023-10-18mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand-1/+0
2023-10-04mm: handle large folio when large folio in VM_LOCKED VMA rangeYin Fengwei-11/+55
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand-5/+3
2023-10-04mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmapDavid Hildenbrand-8/+8
2023-10-04mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()David Hildenbrand-0/+7
2023-10-04mm/rmap: move folio_test_anon() check out of __folio_set_anon()David Hildenbrand-15/+8
2023-10-04mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()David Hildenbrand-20/+21
2023-10-04mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()David Hildenbrand-2/+0
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts-5/+18
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand-1/+1
2023-08-24rmap: add folio_add_file_rmap_range()Yin Fengwei-14/+46
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple-40/+0
2023-08-18mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_fileKemeng Shi-5/+7
2023-08-18mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang-1/+1
2023-08-18mm/tlbbatch: rename and extend some functionsBarry Song-5/+7
2023-08-18mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual-8/+1
2023-08-18rmap: pass the folio to __page_check_anon_rmap()Matthew Wilcox (Oracle)-4/+4
2023-06-19mm: ptep_get() conversionRyan Roberts-14/+20
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes-1/+1
2023-04-27mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleHuang Ying-4/+8
2023-04-05mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan-15/+16
2023-03-28mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pendingUros Bizjak-5/+2
2023-02-27mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi-1/+1
2023-02-16migrate_pages: batch flushing TLBHuang Ying-3/+17
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar-4/+2
2023-02-09mm/mmap: remove __vma_adjust()Liam R. Howlett-7/+8
2023-02-02rmap: add folio parameter to __page_set_anon_rmap()Matthew Wilcox (Oracle)-10/+11
2023-02-02mm: remove munlock_vma_page()Matthew Wilcox (Oracle)-6/+6