summaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)Author
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand
2025-03-17mm/rmap: use folio_large_nr_pages() in add/remove functionsDavid Hildenbrand
2025-03-17mm/rmap: abstract large mapcount operations for large folios (!hugetlb)David Hildenbrand
2025-03-17mm/rmap: pass vma to __folio_add_rmap()David Hildenbrand
2025-03-17mm/rmap: add support for PUD sized mappings to rmapAlistair Popple
2025-03-16mm: avoid splitting pmd for lazyfree pmd-mapped THP in try_to_unmapBarry Song
2025-03-16mm: support batched unmap for lazyfree large folios during reclamationBarry Song
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song
2025-03-16mm: set folio swapbacked iff folios are dirty in try_to_unmap_oneBarry Song
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)