summaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorFilesLines
10 daysmm/rmap: clear vma->anon_vma on errorLorenzo Stoakes (Oracle)1-0/+7
2026-03-11mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for sh...Wei Yang1-3/+9
2026-03-11mm/rmap: fix incorrect pte restoration for lazyfree foliosDev Jain1-1/+8
2026-02-13mm: rmap: support batched unmapping for file large foliosBaolin Wang1-3/+7
2026-02-13mm: rmap: support batched checks of the references for large foliosBaolin Wang1-3/+25
2026-02-07mm: add SPDX id lines to some mm source filesTim Bird1-1/+1
2026-02-01mm, swap: cleanup swap entry management workflowKairui Song1-3/+4
2026-01-27mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes1-23/+51
2026-01-27mm/rmap: allocate anon_vma_chain objects unlocked when possibleLorenzo Stoakes1-46/+37
2026-01-27mm/rmap: remove unnecessary root lock dance in anon_vma clone, unmapLorenzo Stoakes1-36/+15
2026-01-27mm/rmap: skip unfaulted VMAs on anon_vma clone, unlinkLorenzo Stoakes1-9/+13
2026-01-27mm/rmap: eliminate partial anon_vma tear-down in anon_vma_fork()Lorenzo Stoakes1-22/+24
2026-01-27mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add assertsLorenzo Stoakes1-26/+107
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)1-8/+17
2026-01-20mm/rmap: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)1-16/+4
2025-11-25memcg: remove __lruvec_stat_mod_folioShakeel Butt1-2/+2
2025-11-25mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes1-2/+6
2025-11-25mm: eliminate further swapops predicatesLorenzo Stoakes1-3/+6
2025-11-25mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes1-2/+2
2025-11-25mm/rmap: extend rmap and migration support device-private entriesBalbir Singh1-4/+20
2025-11-25mm/zone_device: support large zone device private foliosBalbir Singh1-1/+5
2025-11-17mm: always call rmap_walk() on locked foliosLokesh Gidra1-30/+12
2025-09-28mm/rmap: improve mlock tracking for large foliosKiryl Shutsemau1-7/+12
2025-09-28mm/rmap: mlock large folios in try_to_unmap_one()Kiryl Shutsemau1-3/+28
2025-09-28mm/rmap: fix a mlock race condition in folio_referenced_one()Kiryl Shutsemau1-37/+20
2025-09-14mm/rmap: use folio_large_nr_pages() when we are sure it is a large folioWei Yang1-1/+1
2025-09-14mm/rmap: not necessary to mask off FOLIO_PAGES_MAPPEDWei Yang1-1/+1
2025-09-14mm, x86/mm: move creating the tlb_flush event back to x86 codeSteven Rostedt1-1/+0
2025-09-14mm: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-09-14mm/rmap: convert "enum rmap_level" to "enum pgtable_level"David Hildenbrand1-25/+31
2025-09-14mm/rmap: do __folio_mod_stat() in __folio_add_rmap()Wei Yang1-36/+31
2025-08-02mm: add get_and_clear_ptes() and clear_ptes()David Hildenbrand1-1/+1
2025-07-25mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts1-1/+1
2025-07-20mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand1-2/+1
2025-07-20mm: convert FPB_IGNORE_* into FPB_RESPECT_*David Hildenbrand1-2/+1
2025-07-14mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand1-8/+8
2025-07-13Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton1-18/+28
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-2/+2
2025-07-10mm/rmap: fix potential out-of-bounds page table access during batched unmapLance Yang1-18/+28
2025-05-13mm/rmap: fix typo in comment in page_address_in_vmaYe Liu1-1/+1
2025-05-13mm/rmap: rename page__anon_vma to anon_vma for consistencyYe Liu1-4/+4
2025-05-13mm/huge_memory: remove useless folio pointers passingGavin Guo1-2/+2
2025-05-13mm/huge_memory: adjust try_to_migrate_one() and split_huge_pmd_locked()Gavin Guo1-9/+9
2025-03-18mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand1-8/+72
2025-03-18mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand1-1/+1
2025-03-18mm/rmap: use folio_large_nr_pages() in add/remove functionsDavid Hildenbrand1-6/+8
2025-03-18mm/rmap: abstract large mapcount operations for large folios (!hugetlb)David Hildenbrand1-8/+6
2025-03-18mm/rmap: pass vma to __folio_add_rmap()David Hildenbrand1-4/+4
2025-03-18mm/rmap: add support for PUD sized mappings to rmapAlistair Popple1-4/+63
2025-03-17mm: avoid splitting pmd for lazyfree pmd-mapped THP in try_to_unmapBarry Song1-3/+10