summaryrefslogtreecommitdiff
path: root/include/linux/migrate.h
AgeCommit message (Expand)Author
2023-10-04mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang
2023-06-19mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins
2023-06-09mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)
2023-02-20include/linux/migrate.h: remove unneeded externsAndrew Morton
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang
2023-02-16migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying
2023-02-13mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)
2022-10-12mm/migrate_device.c: add migrate_device_range()Alistair Popple
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple
2022-09-26mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V
2022-09-26mm/demotion: move memory demotion related codeAneesh Kumar K.V
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02mm/folio-compat: Remove migration compatibility functionsMatthew Wilcox (Oracle)
2022-08-02hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-07-17mm: add device coherent vma selection for memory migrationAlex Sierra
2022-05-13mm: add folio_test_movable()Matthew Wilcox (Oracle)
2022-04-28mm: untangle config dependencies for demote-on-reclaimOscar Salvador
2022-03-22mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador
2022-01-22mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi
2021-11-06mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard
2021-10-18mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)
2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)
2021-10-18mm/migrate: Add folio_migrate_mapping()Matthew Wilcox (Oracle)
2021-09-24mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang
2021-09-03mm/migrate: demote pages during reclaimDave Hansen
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi
2021-06-30mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry
2021-05-05mm/gup: migrate pinned pages out of movable zonePavel Tatashin
2021-05-05mm/migrate.c: make putback_movable_page() staticMiaohe Lin
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim
2021-02-24mm/migrate: remove unneeded semicolonsChengyang Fan
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim
2020-07-28mm/notifier: add migration invalidation typeRalph Campbell
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell
2020-03-26mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig
2019-08-20mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig
2019-08-20mm: remove the unused MIGRATE_PFN_ERROR flagChristoph Hellwig
2019-08-20mm: turn migrate_vma upside downChristoph Hellwig
2019-07-18mm: migrate: remove unused mode argumentKeith Busch
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara