summaryrefslogtreecommitdiff
path: root/include/linux/rmap.h
AgeCommit message (Expand)Author
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao
2024-09-03mm/rmap: use folio->_mapcount for small foliosDavid Hildenbrand
2024-07-03mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song
2024-07-03mm: remove page_mkclean()Kefeng Wang
2024-07-03mm/memory-failure: move some function declarations into internal.hMiaohe Lin
2024-07-03mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang
2024-07-03rmap: remove DEFINE_PAGE_VMA_WALK()Kefeng Wang
2024-07-03mm/rmap: sanity check that zeropages are not passed to RMAPDavid Hildenbrand
2024-05-05mm: return the address from page_mapped_in_vma()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-05-05mm/rmap: always inline anon/file rmap duplication of a single PTEDavid Hildenbrand
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand
2024-01-05mm/rmap: silence VM_WARN_ON_FOLIO() in __folio_rmap_sanity_checks()David 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_try_dup_anon_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()David Hildenbrand
2023-12-29mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()David Hildenbrand
2023-12-29mm/rmap: remove page_remove_rmap()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: 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: introduce and use hugetlb_try_share_anon_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_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 page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli
2023-12-12mm/rmap: fix misplaced parenthesis of a likely()Steven Rostedt (Google)
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand
2023-09-02rmap: remove anon_vma_link() nommu stubBaruch Siach
2023-08-24rmap: add folio_add_file_rmap_range()Yin Fengwei
2023-02-27mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar
2023-02-02mm: use entire_mapcount in __page_dup_rmap()Matthew Wilcox (Oracle)
2023-02-02mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)
2022-10-03mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand
2022-08-31mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn
2022-07-03mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALKYang Shi
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand