summaryrefslogtreecommitdiff
path: root/include/linux/migrate.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-0/+1
|\
| * mm: add device coherent vma selection for memory migrationAlex Sierra2022-06-271-0/+1
* | mm/folio-compat: Remove migration compatibility functionsMatthew Wilcox (Oracle)2022-06-261-11/+0
* | hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)2022-06-261-3/+3
* | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-06-261-3/+2
* | mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-06-261-5/+51
|/
* mm: add folio_test_movable()Matthew Wilcox (Oracle)2022-05-131-0/+5
* mm: untangle config dependencies for demote-on-reclaimOscar Salvador2022-04-281-19/+15
* mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador2022-03-221-0/+8
* mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple2022-01-221-0/+2
* mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-18/+5
|\
| * mm: migrate: make demotion knob depend on migrationYang Shi2021-11-061-0/+4
| * mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard2021-11-061-18/+1
* | mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)2021-10-181-0/+1
* | mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)2021-10-181-0/+1
* | mm/migrate: Add folio_migrate_mapping()Matthew Wilcox (Oracle)2021-10-181-0/+2
|/
* mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang2021-09-241-1/+5
* mm/migrate: demote pages during reclaimDave Hansen2021-09-031-0/+9
* mm/migrate: enable returning precise migrate_pages() success countYang Shi2021-09-031-2/+3
* mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2021-07-121-5/+0
* mm: thp: refactor NUMA fault handlingYang Shi2021-06-301-23/+0
* mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-301-0/+4
* mm/gup: migrate pinned pages out of movable zonePavel Tatashin2021-05-051-0/+1
* mm/migrate.c: make putback_movable_page() staticMiaohe Lin2021-05-051-1/+0
* mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim2021-05-051-7/+0
* mm: disable LRU pagevec during the migration temporarilyMinchan Kim2021-05-051-0/+2
* mm/migrate: remove unneeded semicolonsChengyang Fan2021-02-241-1/+1
* mm: migrate: clean up migrate_prep{_local}Yang Shi2020-12-151-2/+2
* mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-121-4/+5
* mm/migrate: move migration helper from .h to .cJoonsoo Kim2020-08-121-28/+5
* mm/notifier: add migration invalidation typeRalph Campbell2020-07-281-0/+3
* mm/migrate: add a flags parameter to migrate_vmaRalph Campbell2020-07-281-4/+9
* mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig2020-03-261-0/+8
* mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig2019-08-201-1/+0
* mm: remove the unused MIGRATE_PFN_ERROR flagChristoph Hellwig2019-08-201-1/+0
* mm: turn migrate_vma upside downChristoph Hellwig2019-08-201-99/+19
* mm: migrate: remove unused mode argumentKeith Busch2019-07-181-2/+1
* mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-281-2/+1
* mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan2018-12-281-1/+1
* mm: unclutter THP migrationMichal Hocko2018-04-111-2/+2
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-2/+1
* mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual2018-04-051-1/+1
* mm: migrate: fix an incorrect call of prep_transhuge_page()Zi Yan2017-11-291-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-081-0/+13
* mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-081-0/+9
* mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-081-2/+8
* mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-081-0/+104
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-081-0/+5