summaryrefslogtreecommitdiff
path: root/mm/migrate_device.c
AgeCommit message (Expand)Author
2026-07-25mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)
2026-07-25condense comment about folio referenceUsama Arif
2026-07-25mm/migrate_device: pin large folios before splittingUsama Arif
2026-07-25mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif
2026-07-25mm/migrate_device: move softleaf_to_folio() inside device-private branchUsama Arif
2026-07-25mm: add softleaf_to_pmd() and convert existing callersUsama Arif
2026-07-25mm: migrate_device: use walk_page_range_vma() in migrate_vma_collect()Kefeng Wang
2026-07-20mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTEKefeng Wang
2026-05-28mm/migrate_device: cleanup up PMD Checks and warningsSunny Patel
2026-05-21mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_pageSunny Patel
2026-05-13mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_pageSunny Patel
2026-04-18mm/migrate_device: remove dead migration entry check in migrate_vma_collect_h...Davidlohr Bueso
2026-04-05mm/migrate_device: document folio_get requirement before frozen PMD splitUsama Arif
2026-03-02mm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström
2026-01-20mm: fix minor spelling mistakes in commentsKevin Lourenco
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky
2025-11-24mm/huge_memory.c: introduce folio_split_unmappedBalbir Singh
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes
2025-11-24mm/migrate_device: add THP splitting during migrationBalbir Singh
2025-11-24mm/migrate_device: implement THP migration of zone device pagesBalbir Singh
2025-11-24mm/migrate_device: handle partially mapped folios during collectionBalbir Singh
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-17mm: allow compound zone device pagesAlistair Popple
2025-03-06mm/migrate: Trylock device page in do_swap_pageMatthew Brost
2025-03-06mm/migrate: Add migrate_device_pfnsMatthew Brost
2025-02-17mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao
2024-09-09mm: remove isolate_lru_page()Kefeng Wang
2024-09-09mm: migrate_device: use more folio in migrate_device_finalize()Kefeng Wang
2024-09-09mm: migrate_device: use more folio in migrate_device_unmap()Kefeng Wang
2024-09-09mm: migrate_device: use a folio in migrate_device_range()Kefeng Wang
2024-09-09mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang
2024-07-03mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song
2024-07-03mm: migrate_device: unify migrate folio for MIGRATE_SYNC_NO_COPYKefeng Wang
2024-07-03mm: migrate_device: use a newfolio in __migrate_device_pages()Kefeng Wang
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-05migrate: expand the use of folio in __migrate_device_pages()Matthew Wilcox (Oracle)
2024-05-05mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()David Hildenbrand
2024-04-25mm: convert migrate_vma_collect_pmd to use a folioMatthew Wilcox (Oracle)
2024-04-12mm: replace set_pte_at_notify() with just set_pte_at()Paolo Bonzini
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand
2023-12-29mm/migrate_device: page_remove_rmap() -> folio_remove_rmap_pte()David Hildenbrand
2023-12-29mm: convert migrate_vma_insert_page() to use a folioMatthew Wilcox (Oracle)
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple