summaryrefslogtreecommitdiffstats
path: root/include/linux/migrate.h
Commit message (Expand)AuthorAgeFilesLines
* mm/migration: make isolate_movable_page always definedYisheng Xie2017-02-241-0/+2
* mm/migration: make isolate_movable_page() return int typeYisheng Xie2017-02-241-1/+1
* mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-261-0/+15
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-261-0/+2
* mm, page_owner: track and print last migrate reasonVlastimil Babka2016-03-151-1/+5
* mm: numa: remove migrate_ratelimitedMel Gorman2015-04-141-5/+0
* mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman2015-02-121-4/+0
* vm_area_operations: kill ->migrate()Al Viro2014-12-171-10/+0
* mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov2014-10-091-10/+1
* include/linux/migrate.h: remove migrate_page #defineAndrew Morton2014-10-091-3/+0
* mm, migration: add destination page freeing callbackDavid Rientjes2014-06-041-4/+7
* mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim2014-01-211-4/+0
* mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim2014-01-211-2/+0
* aio/migratepages: make aio migrate pages saneBenjamin LaHaise2013-12-211-1/+2
* mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman2013-12-181-0/+9
* mm: numa: Scan pages with elevated page_mapcountMel Gorman2013-10-091-3/+4
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-0/+3
|\
| * fs/aio: Add support to aio ring pages migrationGu Zheng2013-07-161-0/+3
* | mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi2013-09-111-5/+0
|/
* mm: remove offlining arg to migrate_pagesHugh Dickins2013-02-231-8/+6
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-2/+44
|\
| * mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman2012-12-111-7/+9
| * mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman2012-12-111-0/+15
| * mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman2012-12-111-0/+6
| * mm: migrate: Introduce migrate_misplaced_page()Peter Zijlstra2012-12-111-0/+11
| * mm: migrate: Add a tracepoint for migrate_pagesMel Gorman2012-12-111-2/+11
* | mm: introduce putback_movable_pages()Rafael Aquini2012-12-111-0/+2
* | mm: introduce a common interface for balloon pages mobilityRafael Aquini2012-12-111-0/+10
* | mm: adjust address_space_operations.migratepage() return codeRafael Aquini2012-12-111-0/+7
|/
* hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V2012-07-311-2/+2
* mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov2012-03-211-2/+0
* mm: fix warnings regarding enum migrate_modeAndrew Morton2012-01-231-13/+1
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-121-5/+18
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-01-121-1/+1
* mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman2011-01-131-4/+4
* mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman2011-01-131-4/+8
* Fix build error with !CONFIG_MIGRATIONNaoya Horiguchi2010-10-081-1/+1
* hugetlb: hugepage migration coreNaoya Horiguchi2010-10-081-0/+16
* mm: compaction: memory compaction coreMel Gorman2010-05-251-0/+2
* mm: remove return value of putback_lru_pages()Minchan Kim2010-05-251-2/+2
* ksm: memory hotremove migration onlyHugh Dickins2009-12-151-5/+3
* mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro2009-01-061-0/+4
* vmscan: move isolate_lru_page() to vmscan.cNick Piggin2008-10-201-3/+0
* mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGerald Schaefer2008-07-241-21/+0
* page migration: Only migrate pages if allocation in the highest zone is possibleChristoph Lameter2007-05-071-1/+14
* [PATCH] Page migration: Fix vma flag checkingChristoph Lameter2007-03-051-0/+8
* [PATCH] page migration: Support a vma migration functionChristoph Lameter2006-06-251-1/+10
* [PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2006-06-231-1/+1
* [PATCH] page migration: use allocator function for migrate_pages()Christoph Lameter2006-06-231-5/+6
* [PATCH] page migration: handle freeing of pages in migrate_pages()Christoph Lameter2006-06-231-4/+3