aboutsummaryrefslogtreecommitdiff
path: root/include/linux/migrate.h
AgeCommit message (Expand)Author
2015-04-14mm: numa: remove migrate_ratelimitedMel Gorman
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman
2014-12-17vm_area_operations: kill ->migrate()Al Viro
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes
2014-01-21mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim
2014-01-21mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim
2013-12-21aio/migratepages: make aio migrate pages saneBenjamin LaHaise
2013-12-18mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-11mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi
2013-07-16fs/aio: Add support to aio ring pages migrationGu Zheng
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-11mm: introduce putback_movable_pages()Rafael Aquini
2012-12-11mm: introduce a common interface for balloon pages mobilityRafael Aquini
2012-12-11mm: adjust address_space_operations.migratepage() return codeRafael Aquini
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman
2012-12-11mm: migrate: Introduce migrate_misplaced_page()Peter Zijlstra
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman
2012-07-31hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V
2012-03-21mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov
2012-01-23mm: fix warnings regarding enum migrate_modeAndrew Morton
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman
2010-10-08Fix build error with !CONFIG_MIGRATIONNaoya Horiguchi
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi
2010-05-25mm: compaction: memory compaction coreMel Gorman
2010-05-25mm: remove return value of putback_lru_pages()Minchan Kim
2009-12-15ksm: memory hotremove migration onlyHugh Dickins
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin
2008-07-24mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGerald Schaefer
2007-05-07page migration: Only migrate pages if allocation in the highest zone is possibleChristoph Lameter
2007-03-05[PATCH] Page migration: Fix vma flag checkingChristoph Lameter
2006-06-25[PATCH] page migration: Support a vma migration functionChristoph Lameter
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter
2006-06-23[PATCH] page migration: use allocator function for migrate_pages()Christoph Lameter
2006-06-23[PATCH] page migration: handle freeing of pages in migrate_pages()Christoph Lameter
2006-06-23[PATCH] page migration cleanup: pass "mapping" to migration functionsChristoph Lameter
2006-06-23[PATCH] page migration cleanup: remove useless definitionsChristoph Lameter
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-03-31[PATCH] migrate_pages_to() must be defined for the no swap caseChristoph Lameter
2006-03-22[PATCH] page migration reorgChristoph Lameter