aboutsummaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2013-06-20mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi
2013-06-07mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin
2012-04-25mm: fix NULL ptr dereference in move_pagesSasha Levin
2012-03-21mm: fix move/migrate_pages() race on task structChristoph Lameter
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins
2012-02-03mm: postpone migrated page mapping resetKonstantin Khlebnikov
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
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki
2012-01-10mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui
2012-01-10mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui
2012-01-10mm: migrate: one less atomic operationJacobo Giralt
2011-12-09mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesHillf Danton
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31mm: migration: clean up unmap_and_move()Minchan Kim
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-10-19mm: fix race between mremap and removing migration entryHugh Dickins
2011-06-16migrate: don't account swapcache as shmemAndrea Arcangeli
2011-05-25mm: use refcounts for page_lock_anon_vma()Peter Zijlstra
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki
2011-03-22mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi
2011-02-25mm: grab rcu read lock in move_pages()Greg Thelen
2011-02-02mm/migration: fix page corruption during hugepage migrationMinchan Kim
2011-02-02mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli
2011-01-26mm: migration: clarify migrate_pages() commentMinchan Kim
2011-01-13memcg: fix memory migration of shmem swapcacheDaisuke Nishimura
2011-01-13mm: fix hugepage migrationHugh Dickins
2011-01-13mm: fix migration hangs on anon_vma lockHugh Dickins
2011-01-13mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli
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
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman
2010-12-22mm/migrate.c: fix compilation errorMichal Nazarewicz
2010-10-26mm: fix error reporting in move_pages() syscallGleb Natapov
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-11Fix migration.c compilation on s390Andi Kleen
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel
2010-05-27memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org
2010-05-25mm: compaction: memory compaction coreMel Gorman
2010-05-25mm: migration: allow the migration of PageSwapCache pagesMel Gorman
2010-05-25mm: migration: do not try to migrate unmapped anonymous pagesMel Gorman
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman