aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/migrate.h
Commit message (Expand)AuthorAgeFilesLines
* migrate: fix merge failDaniel Hillenbrand2013-05-251-6/+2
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-5/+22
|\
| * mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-011-5/+18
| * mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-011-1/+1
* | Update to the exynos-mem security issue from Samsung I9300 Update7Espen Fjellvær Olsen2013-01-091-0/+8
* | merge opensource jb u5codeworkx2012-09-221-0/+12
|/
* 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
* [PATCH] page migration cleanup: pass "mapping" to migration functionsChristoph Lameter2006-06-231-2/+4
* [PATCH] page migration cleanup: remove useless definitionsChristoph Lameter2006-06-231-2/+0
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [PATCH] migrate_pages_to() must be defined for the no swap caseChristoph Lameter2006-03-311-1/+4
* [PATCH] page migration reorgChristoph Lameter2006-03-221-0/+36