summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorLines
2025-09-28mm/rmap: improve mlock tracking for large foliosKiryl Shutsemau-7/+12
2025-09-28mm/rmap: mlock large folios in try_to_unmap_one()Kiryl Shutsemau-3/+28
2025-09-28mm/rmap: fix a mlock race condition in folio_referenced_one()Kiryl Shutsemau-37/+20
2025-09-13mm/rmap: use folio_large_nr_pages() when we are sure it is a large folioWei Yang-1/+1
2025-09-13mm/rmap: not necessary to mask off FOLIO_PAGES_MAPPEDWei Yang-1/+1
2025-09-13mm, x86/mm: move creating the tlb_flush event back to x86 codeSteven Rostedt-1/+0
2025-09-13mm: remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-09-13mm/rmap: convert "enum rmap_level" to "enum pgtable_level"David Hildenbrand-25/+31
2025-09-13mm/rmap: do __folio_mod_stat() in __folio_add_rmap()Wei Yang-36/+31
2025-08-02mm: add get_and_clear_ptes() and clear_ptes()David Hildenbrand-1/+1
2025-07-24mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts-1/+1
2025-07-19mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand-2/+1
2025-07-19mm: convert FPB_IGNORE_* into FPB_RESPECT_*David Hildenbrand-2/+1
2025-07-13mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand-8/+8
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton-18/+28
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes-2/+2
2025-07-09mm/rmap: fix potential out-of-bounds page table access during batched unmapLance Yang-18/+28
2025-05-12mm/rmap: fix typo in comment in page_address_in_vmaYe Liu-1/+1
2025-05-12mm/rmap: rename page__anon_vma to anon_vma for consistencyYe Liu-4/+4
2025-05-12mm/huge_memory: remove useless folio pointers passingGavin Guo-2/+2
2025-05-12mm/huge_memory: adjust try_to_migrate_one() and split_huge_pmd_locked()Gavin Guo-9/+9
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand-8/+72
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand-1/+1
2025-03-17mm/rmap: use folio_large_nr_pages() in add/remove functionsDavid Hildenbrand-6/+8
2025-03-17mm/rmap: abstract large mapcount operations for large folios (!hugetlb)David Hildenbrand-8/+6
2025-03-17mm/rmap: pass vma to __folio_add_rmap()David Hildenbrand-4/+4
2025-03-17mm/rmap: add support for PUD sized mappings to rmapAlistair Popple-4/+63
2025-03-16mm: avoid splitting pmd for lazyfree pmd-mapped THP in try_to_unmapBarry Song-3/+10
2025-03-16mm: support batched unmap for lazyfree large folios during reclamationBarry Song-22/+50
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song-5/+5
2025-03-16mm: set folio swapbacked iff folios are dirty in try_to_unmap_oneBarry Song-27/+22
2025-03-16mm: provide mapping_wrprotect_range() functionLorenzo Stoakes-0/+74
2025-03-16mm: refactor rmap_walk_file() to separate out traversal logicLorenzo Stoakes-26/+53
2025-03-16mm/rmap: avoid -EBUSY from make_device_exclusive()David Hildenbrand-3/+6
2025-03-16mm/rmap: keep mapcount untouched for device-exclusive entriesDavid Hildenbrand-7/+0
2025-03-16mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one()David Hildenbrand-0/+8
2025-03-16mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one()David Hildenbrand-73/+51
2025-03-16mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()David Hildenbrand-13/+39
2025-03-16mm: use single SWP_DEVICE_EXCLUSIVE entry typeDavid Hildenbrand-1/+1
2025-03-16mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walkDavid Hildenbrand-133/+67
2025-03-16mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()David Hildenbrand-42/+61
2025-03-16mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand-1/+1
2024-11-07mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)-5/+6
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)-7/+20
2024-11-07mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)-3/+1
2024-11-07mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)-1/+1
2024-11-06memcg-v1: remove memcg move locking codeShakeel Butt-1/+0
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao-6/+3
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif-2/+3
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song-0/+1