aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/migrate.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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