summaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)Author
2025-03-16mm: provide mapping_wrprotect_range() functionLorenzo Stoakes
2025-03-16mm: refactor rmap_walk_file() to separate out traversal logicLorenzo Stoakes
2025-03-16mm/rmap: avoid -EBUSY from make_device_exclusive()David Hildenbrand
2025-03-16mm/rmap: keep mapcount untouched for device-exclusive entriesDavid Hildenbrand
2025-03-16mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one()David Hildenbrand
2025-03-16mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one()David Hildenbrand
2025-03-16mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()David Hildenbrand
2025-03-16mm: use single SWP_DEVICE_EXCLUSIVE entry typeDavid Hildenbrand
2025-03-16mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walkDavid Hildenbrand
2025-03-16mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()David Hildenbrand
2025-03-16mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand
2024-11-07mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)
2024-11-07mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)
2024-11-07mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)
2024-11-06memcg-v1: remove memcg move locking codeShakeel Butt
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song
2024-09-03mm/rmap: use folio->_mapcount for small foliosDavid Hildenbrand
2024-09-01mm/rmap: minimize folio->_nr_pages_mapped updates when batching PTE (un)mappingDavid Hildenbrand
2024-09-01mm/rmap: cleanup partially-mapped handling in __folio_remove_rmap()David Hildenbrand
2024-09-01mm: shrink skip folio mapped by an exiting processZhiguo Jiang
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld
2024-07-03mm: remove folio_test_anon(folio)==false path in __folio_add_anon_rmap()Barry Song
2024-07-03mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==falseBarry Song
2024-07-03mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song
2024-07-03mm/vmscan: avoid split lazyfree THP during shrink_folio_list()Lance Yang
2024-07-03mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang
2024-07-03mm/rmap: remove duplicated exit code in pagewalk loopLance Yang
2024-07-03mm: rmap: abstract updating per-node and per-memcg statsYosry Ahmed
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