summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2014-01-09aio/migratepages: make aio migrate pages saneBenjamin LaHaise
2014-01-09mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman
2014-01-09mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman
2014-01-09mm: numa: avoid unnecessary work on the failure pathMel Gorman
2014-01-09mm: numa: call MMU notifiers on THP migrationMel Gorman
2014-01-09mm: numa: serialise parallel get_user_page against THP migrationMel Gorman
2013-10-29mm: Close races between THP migration and PMD numa clearingMel Gorman
2013-10-17mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov
2013-09-30mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi
2013-09-11mm: migrate: add hugepage migration code to move_pages()Naoya Horiguchi
2013-09-11mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi
2013-09-11mm: migrate: make core migration code aware of hugepageNaoya Horiguchi
2013-07-16fs/aio: Add support to aio ring pages migrationGu Zheng
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi
2013-05-24mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin
2013-04-29mm: rewrite the comment over migrate_pages() more comprehensiblySrivatsa S. Bhat
2013-04-29mm/migrate: fix comment typo syncronous->synchronousJianguo Wu
2013-02-24mm: remove offlining arg to migrate_pagesHugh Dickins
2013-02-24ksm: enable KSM page migrationHugh Dickins
2013-02-24ksm: make KSM page migration possibleHugh Dickins
2013-02-24mm: rename page struct field helpersMel Gorman
2013-02-24mm: numa: cleanup flow of transhuge page migrationHugh Dickins
2013-02-24mm: numa: take THP into account when migrating pages for NUMA balancingMel Gorman
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony Lu
2013-01-11mm: migrate: check page_count of THP before migratingMel Gorman
2012-12-18mm,numa: fix update_mmu_cache_pmd callStephen Rothwell
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-13mm,migrate: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12mm: introduce putback_movable_pages()Rafael Aquini
2012-12-12mm: introduce compaction and migration for ballooned pagesRafael Aquini
2012-12-12mm: adjust address_space_operations.migratepage() return codeRafael Aquini
2012-12-12mm: introduce mm_find_pmd()Bob Liu
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar
2012-12-11mm: migrate: Account a transhuge page properly when rate limitingMel Gorman
2012-12-11mm: numa: Account for failed allocations and isolations as migration failuresMel Gorman
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman
2012-12-11mm: numa: migrate: Set last_nid on newly allocated pageHillf Danton
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman
2012-12-11mm: numa: Rate limit the amount of memory that is migrated between nodesMel Gorman
2012-12-11mm: numa: Add pte updates, hinting and migration statsMel Gorman
2012-12-11mm: migrate: Drop the misplaced pages reference count if the target node is fullMel Gorman
2012-12-11mm: migrate: Introduce migrate_misplaced_page()Peter Zijlstra
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman
2012-12-11mm: compaction: Move migration fail/success stats to migrate.cMel Gorman
2012-08-01mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner