summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
Commit message (Expand)AuthorAgeFilesLines
* rmap: replace two calls to compound_order with folio_orderMatthew Wilcox (Oracle)2024-02-221-2/+2
* mm: convert mm_counter_file() to take a folioKefeng Wang2024-02-211-1/+1
* mm: convert mm_counter() to take a folioKefeng Wang2024-02-211-4/+4
* mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPEDDavid Hildenbrand2023-12-291-9/+9
* mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand2023-12-291-5/+6
* mm/rmap: remove page_remove_rmap()David Hildenbrand2023-12-291-21/+2
* mm/rmap: page_remove_rmap() -> folio_remove_rmap_pte()David Hildenbrand2023-12-291-5/+5
* mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()David Hildenbrand2023-12-291-16/+66
* mm/rmap: remove RMAP_COMPOUNDDavid Hildenbrand2023-12-291-2/+0
* mm/rmap: remove page_add_anon_rmap()David Hildenbrand2023-12-291-27/+4
* mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()David Hildenbrand2023-12-291-38/+82
* mm/rmap: factor out adding folio mappings into __folio_add_rmap()David Hildenbrand2023-12-291-34/+44
* mm/rmap: remove page_add_file_rmap()David Hildenbrand2023-12-291-21/+0
* mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...David Hildenbrand2023-12-291-29/+50
* mm/rmap: add hugetlb sanity checks for anon rmap handlingDavid Hildenbrand2023-12-291-0/+6
* mm/rmap: introduce and use hugetlb_try_share_anon_rmap()David Hildenbrand2023-12-291-5/+10
* mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand2023-12-291-0/+1
* mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand2023-12-291-9/+9
* mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand2023-12-291-4/+4
* mm: remove references to page_add_new_anon_rmap in commentsMatthew Wilcox (Oracle)2023-12-291-2/+2
* userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli2023-12-291-0/+6
* mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()Andrea Arcangeli2023-12-291-0/+24
* mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()Ryan Roberts2023-12-201-8/+20
* mm: allow deferred splitting of arbitrary anon large foliosRyan Roberts2023-12-201-2/+2
* 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