summaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()Ryan Roberts1-8/+20
2023-12-21mm: allow deferred splitting of arbitrary anon large foliosRyan Roberts1-2/+2
2023-10-19mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand1-9/+7
2023-10-19mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand1-1/+0
2023-10-04mm: handle large folio when large folio in VM_LOCKED VMA rangeYin Fengwei1-11/+55
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand1-5/+3
2023-10-04mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmapDavid Hildenbrand1-8/+8
2023-10-04mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()David Hildenbrand1-0/+7
2023-10-04mm/rmap: move folio_test_anon() check out of __folio_set_anon()David Hildenbrand1-15/+8
2023-10-04mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()David Hildenbrand1-20/+21
2023-10-04mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()David Hildenbrand1-2/+0
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-5/+18
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand1-1/+1
2023-08-25rmap: add folio_add_file_rmap_range()Yin Fengwei1-14/+46
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple1-40/+0
2023-08-18mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_fileKemeng Shi1-5/+7
2023-08-18mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang1-1/+1
2023-08-18mm/tlbbatch: rename and extend some functionsBarry Song1-5/+7
2023-08-18mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual1-8/+1
2023-08-18rmap: pass the folio to __page_check_anon_rmap()Matthew Wilcox (Oracle)1-4/+4
2023-06-20mm: ptep_get() conversionRyan Roberts1-14/+20
2023-06-10mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes1-1/+1
2023-04-27mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleHuang Ying1-4/+8
2023-04-06mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan1-15/+16
2023-03-29mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pendingUros Bizjak1-5/+2
2023-02-28mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi1-1/+1
2023-02-17migrate_pages: batch flushing TLBHuang Ying1-3/+17
2023-02-14mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar1-4/+2
2023-02-10mm/mmap: remove __vma_adjust()Liam R. Howlett1-7/+8
2023-02-03rmap: add folio parameter to __page_set_anon_rmap()Matthew Wilcox (Oracle)1-10/+11
2023-02-03mm: remove munlock_vma_page()Matthew Wilcox (Oracle)1-6/+6
2023-02-03mm: remove mlock_vma_page()Matthew Wilcox (Oracle)1-2/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-11/+0
2023-02-03mm: mlock: update the interface to use foliosLorenzo Stoakes1-2/+2
2023-02-03mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)1-1/+1
2023-02-03mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)1-4/+7
2023-02-03mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)1-19/+18
2023-02-03mm: convert page_add_file_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-11/+10
2023-02-03mm: convert page_add_anon_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-12/+11
2023-02-03mm: convert page_remove_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-21/+26
2023-02-03mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)1-11/+10
2023-02-03mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)1-4/+5
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-6/+5
2023-01-19mm: add vma_has_recency()Yu Zhao1-24/+18
2023-01-19mm: rmap: remove lock_page_memcg()Johannes Weiner1-18/+8
2022-12-12mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins1-9/+33
2022-12-01mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins1-96/+25
2022-12-01mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins1-92/+68
2022-12-01mm,thp,rmap: handle the normal !PageCompound case firstHugh Dickins1-27/+27
2022-12-01mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins1-145/+188