aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/migrate.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-04mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang1-2/+2
2023-06-19mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins1-2/+2
2023-06-09mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)1-8/+8
2023-02-20include/linux/migrate.h: remove unneeded externsAndrew Morton1-8/+8
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang1-3/+3
2023-02-16migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying1-0/+1
2023-02-13mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)1-0/+9
2022-10-12mm/migrate_device.c: add migrate_device_range()Alistair Popple1-0/+7
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple1-0/+8
2022-09-26mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V1-13/+0
2022-09-26mm/demotion: move memory demotion related codeAneesh Kumar K.V1-2/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-08-02mm/folio-compat: Remove migration compatibility functionsMatthew Wilcox (Oracle)1-11/+0
2022-08-02hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)1-3/+3
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)1-3/+2
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-5/+51
2022-07-17mm: add device coherent vma selection for memory migrationAlex Sierra1-0/+1
2022-05-13mm: add folio_test_movable()Matthew Wilcox (Oracle)1-0/+5
2022-04-28mm: untangle config dependencies for demote-on-reclaimOscar Salvador1-19/+15
2022-03-22mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador1-0/+8
2022-01-22mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple1-0/+2
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple1-1/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-18/+5
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi1-0/+4
2021-11-06mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard1-18/+1
2021-10-18mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)1-0/+1
2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)1-0/+1
2021-10-18mm/migrate: Add folio_migrate_mapping()Matthew Wilcox (Oracle)1-0/+2
2021-09-24mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang1-1/+5
2021-09-03mm/migrate: demote pages during reclaimDave Hansen1-0/+9
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi1-2/+3
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)1-5/+0
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi1-23/+0
2021-06-30mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry1-0/+4
2021-05-05mm/gup: migrate pinned pages out of movable zonePavel Tatashin1-0/+1
2021-05-05mm/migrate.c: make putback_movable_page() staticMiaohe Lin1-1/+0
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim1-7/+0
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim1-0/+2
2021-02-24mm/migrate: remove unneeded semicolonsChengyang Fan1-1/+1
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi1-2/+2
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim1-4/+5
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim1-28/+5
2020-07-28mm/notifier: add migration invalidation typeRalph Campbell1-0/+3
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell1-4/+9
2020-03-26mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig1-0/+8
2019-08-20mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig1-1/+0
2019-08-20mm: remove the unused MIGRATE_PFN_ERROR flagChristoph Hellwig1-1/+0
2019-08-20mm: turn migrate_vma upside downChristoph Hellwig1-99/+19
2019-07-18mm: migrate: remove unused mode argumentKeith Busch1-2/+1
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara1-2/+1
2018-12-28mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan1-1/+1
2018-04-11mm: unclutter THP migrationMichal Hocko1-2/+2
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko1-2/+1
2018-04-05mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual1-1/+1
2017-11-29mm: migrate: fix an incorrect call of prep_transhuge_page()Zi Yan1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse1-0/+13
2017-09-08mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse1-0/+9
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse1-2/+8
2017-09-08mm/migrate: new memory migration helper for use with device memoryJérôme Glisse1-0/+104
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-0/+5
2017-09-08mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi1-1/+14
2017-07-12mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko1-1/+1
2017-07-10hugetlb: add support for preferred node to alloc_huge_page_nodemaskMichal Hocko1-1/+1
2017-07-10mm: unify new_node_page and alloc_migrate_targetMichal Hocko1-0/+16
2017-05-03include/linux/migrate.h: add arg names to prototypePushkar Jambhlekar1-2/+3
2017-02-24mm/migration: make isolate_movable_page always definedYisheng Xie1-0/+2
2017-02-24mm/migration: make isolate_movable_page() return int typeYisheng Xie1-1/+1
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim1-0/+15
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-0/+2
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka1-1/+5
2015-04-14mm: numa: remove migrate_ratelimitedMel Gorman1-5/+0
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman1-4/+0
2014-12-17vm_area_operations: kill ->migrate()Al Viro1-10/+0
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov1-10/+1
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton1-3/+0
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes1-4/+7
2014-01-21mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim1-4/+0
2014-01-21mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim1-2/+0
2013-12-21aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-1/+2
2013-12-18mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman1-0/+9
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman1-3/+4
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-0/+3
2013-09-11mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi1-5/+0
2013-07-16fs/aio: Add support to aio ring pages migrationGu Zheng1-0/+3
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins1-8/+6
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+44
2012-12-11mm: introduce putback_movable_pages()Rafael Aquini1-0/+2
2012-12-11mm: introduce a common interface for balloon pages mobilityRafael Aquini1-0/+10
2012-12-11mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-0/+7
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman1-7/+9
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman1-0/+15
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman1-0/+6
2012-12-11mm: migrate: Introduce migrate_misplaced_page()Peter Zijlstra1-0/+11
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman1-2/+11
2012-07-31hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V1-2/+2
2012-03-21mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov1-2/+0
2012-01-23mm: fix warnings regarding enum migrate_modeAndrew Morton1-13/+1
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-5/+18
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman1-1/+1
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman1-4/+4
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman1-4/+8
2010-10-08Fix build error with !CONFIG_MIGRATIONNaoya Horiguchi1-1/+1
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi1-0/+16
2010-05-25mm: compaction: memory compaction coreMel Gorman1-0/+2
2010-05-25mm: remove return value of putback_lru_pages()Minchan Kim1-2/+2
2009-12-15ksm: memory hotremove migration onlyHugh Dickins1-5/+3
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro1-0/+4
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin1-3/+0
2008-07-24mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGerald Schaefer1-21/+0
2007-05-07page migration: Only migrate pages if allocation in the highest zone is possibleChristoph Lameter1-1/+14
2007-03-05[PATCH] Page migration: Fix vma flag checkingChristoph Lameter1-0/+8
2006-06-25[PATCH] page migration: Support a vma migration functionChristoph Lameter1-1/+10
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter1-1/+1
2006-06-23[PATCH] page migration: use allocator function for migrate_pages()Christoph Lameter1-5/+6
2006-06-23[PATCH] page migration: handle freeing of pages in migrate_pages()Christoph Lameter1-4/+3
2006-06-23[PATCH] page migration cleanup: pass "mapping" to migration functionsChristoph Lameter1-2/+4
2006-06-23[PATCH] page migration cleanup: remove useless definitionsChristoph Lameter1-2/+0
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-31[PATCH] migrate_pages_to() must be defined for the no swap caseChristoph Lameter1-1/+4
2006-03-22[PATCH] page migration reorgChristoph Lameter1-0/+36