summaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)Author
2024-05-11mm: do not update memcg stats for NR_{FILE/SHMEM}_PMDMAPPEDYosry Ahmed
2024-05-05mm/rmap: change the type of we_locked from int to boolHao Ge
2024-05-05mm/rmap: do not add fully unmapped large folio to deferred split listZi Yan
2024-05-05mm: assert the mmap_lock is held in __anon_vma_prepare()Matthew Wilcox (Oracle)
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand
2024-05-05mm/rmap: add fast-path for small folios when adding/removing/duplicatingDavid Hildenbrand
2024-04-25mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)
2024-04-25mm: remove vma_address()Matthew Wilcox (Oracle)
2024-04-25remove references to page->flags in documentationMatthew Wilcox (Oracle)
2024-04-25mm: make page_mapped() take a const argumentMatthew Wilcox (Oracle)
2024-02-22rmap: replace two calls to compound_order with folio_orderMatthew Wilcox (Oracle)
2024-02-21mm: convert mm_counter_file() to take a folioKefeng Wang
2024-02-21mm: convert mm_counter() to take a folioKefeng Wang
2023-12-29mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPEDDavid Hildenbrand
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand
2023-12-29mm/rmap: remove page_remove_rmap()David Hildenbrand
2023-12-29mm/rmap: page_remove_rmap() -> folio_remove_rmap_pte()David Hildenbrand
2023-12-29mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()David Hildenbrand
2023-12-29mm/rmap: remove RMAP_COMPOUNDDavid Hildenbrand
2023-12-29mm/rmap: remove page_add_anon_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()David Hildenbrand
2023-12-29mm/rmap: factor out adding folio mappings into __folio_add_rmap()David Hildenbrand
2023-12-29mm/rmap: remove page_add_file_rmap()David Hildenbrand
2023-12-29mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...David Hildenbrand
2023-12-29mm/rmap: add hugetlb sanity checks for anon rmap handlingDavid Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_try_share_anon_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand
2023-12-29mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand
2023-12-29mm: remove references to page_add_new_anon_rmap in commentsMatthew Wilcox (Oracle)
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli
2023-12-29mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()Andrea Arcangeli
2023-12-20mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()Ryan Roberts
2023-12-20mm: allow deferred splitting of arbitrary anon large foliosRyan Roberts
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand
2023-10-18mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand
2023-10-04mm: handle large folio when large folio in VM_LOCKED VMA rangeYin Fengwei
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand
2023-10-04mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmapDavid Hildenbrand
2023-10-04mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()David Hildenbrand
2023-10-04mm/rmap: move folio_test_anon() check out of __folio_set_anon()David Hildenbrand
2023-10-04mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()David Hildenbrand
2023-10-04mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()David Hildenbrand
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand
2023-08-24rmap: add folio_add_file_rmap_range()Yin Fengwei
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple
2023-08-18mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_fileKemeng Shi
2023-08-18mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang
2023-08-18mm/tlbbatch: rename and extend some functionsBarry Song