aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-11mm: introduce putback_movable_pages()Rafael Aquini1-0/+20
2012-12-11mm: introduce compaction and migration for ballooned pagesRafael Aquini1-2/+32
2012-12-11mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-18/+15
2012-12-11mm: introduce mm_find_pmd()Bob Liu1-12/+2
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner1-9/+2
2012-07-31hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during migrationAneesh Kumar K.V1-0/+5
2012-07-31hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V1-44/+21
2012-06-03mm: fix warning in __set_page_dirty_nobuffersHugh Dickins1-1/+4
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-05-15userns: Convert the move_pages, and migrate_pages permission checks to use uid_eqEric W. Biederman1-2/+2
2012-04-25mm: fix NULL ptr dereference in move_pagesSasha Levin1-8/+8
2012-03-21mm: fix move/migrate_pages() race on task structChristoph Lameter1-17/+19
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-2/+0
2012-02-03mm: postpone migrated page mapping resetKonstantin Khlebnikov1-1/+1
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-35/+43
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepageMel Gorman1-37/+92
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki1-0/+2
2012-01-10mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui1-2/+0
2012-01-10mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui1-2/+0
2012-01-10mm: migrate: one less atomic operationJacobo Giralt1-6/+4
2011-12-09mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesHillf Danton1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-10-31mm: migration: clean up unmap_and_move()Minchan Kim1-35/+40
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-10-19mm: fix race between mremap and removing migration entryHugh Dickins1-4/+4
2011-06-16migrate: don't account swapcache as shmemAndrea Arcangeli1-1/+1
2011-05-25mm: use refcounts for page_lock_anon_vma()Peter Zijlstra1-13/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki1-1/+1
2011-03-22mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli1-15/+33
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra1-2/+2
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi1-1/+1
2011-02-25mm: grab rcu read lock in move_pages()Greg Thelen1-3/+3
2011-02-02mm/migration: fix page corruption during hugepage migrationMinchan Kim1-4/+0
2011-02-02mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli1-2/+1
2011-01-26mm: migration: clarify migrate_pages() commentMinchan Kim1-1/+1
2011-01-13memcg: fix memory migration of shmem swapcacheDaisuke Nishimura1-1/+1
2011-01-13mm: fix hugepage migrationHugh Dickins1-17/+6
2011-01-13mm: fix migration hangs on anon_vma lockHugh Dickins1-29/+19
2011-01-13mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migrationMel Gorman1-2/+2
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli1-1/+6
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and syncMel Gorman1-4/+4
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster pathMel Gorman1-9/+13
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman1-0/+17
2010-12-22mm/migrate.c: fix compilation errorMichal Nazarewicz1-0/+2
2010-10-26mm: fix error reporting in move_pages() syscallGleb Natapov1-2/+2
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim1-5/+7
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+0
2010-10-11Fix migration.c compilation on s390Andi Kleen1-0/+2
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi1-18/+214