summaryrefslogtreecommitdiff
path: root/mm/migrate_device.c
AgeCommit message (Expand)Author
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
2023-08-18mm/migrate_device: try to handle swapcache pagesMika Penttilä
2023-07-11mm: Make pte_mkwrite() take a VMARick Edgecombe
2023-06-23mm: remove references to pagevecMatthew Wilcox (Oracle)
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/migrate_device: allow pte_offset_map_lock() to failHugh Dickins
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2022-11-22mm/migrate_device: return number of migrating pages in args->cpagesAlistair Popple
2022-10-12mm/migrate_device.c: add migrate_device_range()Alistair Popple
2022-10-12mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()Alistair Popple
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple
2022-09-26mm: remember young/dirty bit for page migrationsPeter Xu
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-09-11mm/migrate_device.c: fix a misleading and outdated commentAlistair Popple
2022-09-11mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple
2022-09-11mm/migrate_device.c: add missing flush_cache_page()Alistair Popple
2022-09-11mm/migrate_device.c: flush TLB while holding PTLAlistair Popple
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)
2022-07-17mm/gup: migrate device coherent pages when pinning instead of failingAlistair Popple
2022-07-17mm: add device coherent vma selection for memory migrationAlex Sierra
2022-07-17mm: add zone device coherent type memory supportAlex Sierra
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand
2022-03-21mm/migrate: Convert remove_migration_ptes() to foliosMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle)
2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig