summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand2023-10-181-9/+7
* mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand2023-10-181-1/+0
* mm: handle large folio when large folio in VM_LOCKED VMA rangeYin Fengwei2023-10-041-11/+55
* mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand2023-10-041-5/+3
* mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmapDavid Hildenbrand2023-10-041-8/+8
* mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()David Hildenbrand2023-10-041-0/+7
* mm/rmap: move folio_test_anon() check out of __folio_set_anon()David Hildenbrand2023-10-041-15/+8
* mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()David Hildenbrand2023-10-041-20/+21
* mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()David Hildenbrand2023-10-041-2/+0
* mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-5/+18
* mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-241-1/+1
* rmap: add folio_add_file_rmap_range()Yin Fengwei2023-08-241-14/+46
* mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple2023-08-181-40/+0
* mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_fileKemeng Shi2023-08-181-5/+7
* mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang2023-08-181-1/+1
* mm/tlbbatch: rename and extend some functionsBarry Song2023-08-181-5/+7
* mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual2023-08-181-8/+1
* rmap: pass the folio to __page_check_anon_rmap()Matthew Wilcox (Oracle)2023-08-181-4/+4
* mm: ptep_get() conversionRyan Roberts2023-06-191-14/+20
* mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-091-1/+1
* mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleHuang Ying2023-04-271-4/+8
* mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan2023-04-051-15/+16
* mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pendingUros Bizjak2023-03-281-5/+2
* mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2023-02-271-1/+1
* migrate_pages: batch flushing TLBHuang Ying2023-02-161-3/+17
* mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar2023-02-131-4/+2
* mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-091-7/+8
* rmap: add folio parameter to __page_set_anon_rmap()Matthew Wilcox (Oracle)2023-02-021-10/+11
* mm: remove munlock_vma_page()Matthew Wilcox (Oracle)2023-02-021-6/+6
* mm: remove mlock_vma_page()Matthew Wilcox (Oracle)2023-02-021-2/+2
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-11/+0
* mm: mlock: update the interface to use foliosLorenzo Stoakes2023-02-021-2/+2
* mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)2023-02-021-1/+1
* mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)2023-02-021-4/+7
* mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)2023-02-021-19/+18
* mm: convert page_add_file_rmap() to use a folio internallyMatthew Wilcox (Oracle)2023-02-021-11/+10
* mm: convert page_add_anon_rmap() to use a folio internallyMatthew Wilcox (Oracle)2023-02-021-12/+11
* mm: convert page_remove_rmap() to use a folio internallyMatthew Wilcox (Oracle)2023-02-021-21/+26
* mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)2023-02-021-11/+10
* mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)2023-02-021-4/+5
* mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-6/+5
* mm: add vma_has_recency()Yu Zhao2023-01-181-24/+18
* mm: rmap: remove lock_page_memcg()Johannes Weiner2023-01-181-18/+8
* mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins2022-12-111-9/+33
* mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins2022-11-301-96/+25
* mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins2022-11-301-92/+68
* mm,thp,rmap: handle the normal !PageCompound case firstHugh Dickins2022-11-301-27/+27
* mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins2022-11-301-145/+188
* mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins2022-11-301-61/+81
* mm/hugetlb: unify clearing of RestoreReserve for private pagesPeter Xu2022-11-081-1/+1