summaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-17mm/rmap: fix potential out-of-bounds page table access during batched unmapLance Yang1-18/+28
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand1-8/+72
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand1-1/+1
2025-03-17mm/rmap: use folio_large_nr_pages() in add/remove functionsDavid Hildenbrand1-6/+8
2025-03-17mm/rmap: abstract large mapcount operations for large folios (!hugetlb)David Hildenbrand1-8/+6
2025-03-17mm/rmap: pass vma to __folio_add_rmap()David Hildenbrand1-4/+4
2025-03-17mm/rmap: add support for PUD sized mappings to rmapAlistair Popple1-4/+63
2025-03-16mm: avoid splitting pmd for lazyfree pmd-mapped THP in try_to_unmapBarry Song1-3/+10
2025-03-16mm: support batched unmap for lazyfree large folios during reclamationBarry Song1-22/+50
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song1-5/+5
2025-03-16mm: set folio swapbacked iff folios are dirty in try_to_unmap_oneBarry Song1-27/+22
2025-03-16mm: provide mapping_wrprotect_range() functionLorenzo Stoakes1-0/+74
2025-03-16mm: refactor rmap_walk_file() to separate out traversal logicLorenzo Stoakes1-26/+53
2025-03-16mm/rmap: avoid -EBUSY from make_device_exclusive()David Hildenbrand1-3/+6
2025-03-16mm/rmap: keep mapcount untouched for device-exclusive entriesDavid Hildenbrand1-7/+0
2025-03-16mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one()David Hildenbrand1-0/+8
2025-03-16mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one()David Hildenbrand1-73/+51
2025-03-16mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()David Hildenbrand1-13/+39
2025-03-16mm: use single SWP_DEVICE_EXCLUSIVE entry typeDavid Hildenbrand1-1/+1
2025-03-16mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walkDavid Hildenbrand1-133/+67
2025-03-16mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()David Hildenbrand1-42/+61
2025-03-16mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand1-1/+1
2024-11-07mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)1-5/+6
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)1-7/+20
2024-11-07mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)1-3/+1
2024-11-07mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)1-1/+1
2024-11-06memcg-v1: remove memcg move locking codeShakeel Butt1-1/+0
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao1-6/+3
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif1-2/+3
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song1-0/+1
2024-09-03mm/rmap: use folio->_mapcount for small foliosDavid Hildenbrand1-2/+2
2024-09-01mm/rmap: minimize folio->_nr_pages_mapped updates when batching PTE (un)mappingDavid Hildenbrand1-14/+13
2024-09-01mm/rmap: cleanup partially-mapped handling in __folio_remove_rmap()David Hildenbrand1-13/+10
2024-09-01mm: shrink skip folio mapped by an exiting processZhiguo Jiang1-0/+15
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+18
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld1-3/+19
2024-07-03mm: remove folio_test_anon(folio)==false path in __folio_add_anon_rmap()Barry Song1-14/+3
2024-07-03mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==falseBarry Song1-1/+3
2024-07-03mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song1-9/+16
2024-07-03mm/vmscan: avoid split lazyfree THP during shrink_folio_list()Lance Yang1-10/+16
2024-07-03mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang1-6/+15
2024-07-03mm/rmap: remove duplicated exit code in pagewalk loopLance Yang1-25/+15
2024-07-03mm: rmap: abstract updating per-node and per-memcg statsYosry Ahmed1-27/+29
2024-05-11mm: do not update memcg stats for NR_{FILE/SHMEM}_PMDMAPPEDYosry Ahmed1-6/+9
2024-05-05mm/rmap: change the type of we_locked from int to boolHao Ge1-1/+1
2024-05-05mm/rmap: do not add fully unmapped large folio to deferred split listZi Yan1-3/+10
2024-05-05mm: assert the mmap_lock is held in __anon_vma_prepare()Matthew Wilcox (Oracle)1-2/+1
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand1-23/+11
2024-05-05mm/rmap: add fast-path for small folios when adding/removing/duplicatingDavid Hildenbrand1-10/+16
2024-04-25mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)1-6/+6