aboutsummaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)Author
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
2010-05-25mm: migration: take a reference to the anon_vma before migratingMel Gorman
2010-05-25mm: remove return value of putback_lru_pages()Minchan Kim
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-02-21mm: Make copy_from_user() in migrate.c statically predictableH. Peter Anvin
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King
2010-02-06Fix potential crash with sys_move_pagesLinus Torvalds
2009-12-15mm: remove unevictable_migrate_page functionLee Schermerhorn