summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-09mm: thp: give transparent hugepage code a separate copy_pageDave Hansen1-0/+48
2015-03-16mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi1-2/+3
2015-01-09mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins1-2/+0
2014-10-13mm: migrate: Close race between migration completion and mprotectMel Gorman1-1/+4
2014-09-26mm: fix direct reclaim writeback regressionHugh Dickins1-2/+3
2014-09-26mm, migration: add destination page freeing callbackDavid Rientjes1-16/+39
2014-01-10aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-6/+7
2014-01-10mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman1-0/+3
2014-01-10mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman1-0/+12
2014-01-10mm: numa: avoid unnecessary work on the failure pathMel Gorman1-1/+3
2014-01-10mm: numa: call MMU notifiers on THP migrationMel Gorman1-8/+14
2014-01-10mm: numa: serialise parallel get_user_page against THP migrationMel Gorman1-7/+31
2013-10-29mm: Close races between THP migration and PMD numa clearingMel Gorman1-8/+11
2013-10-17mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov1-0/+2
2013-10-01mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini1-1/+1
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-12mm: vmscan: fix do_try_to_free_pages() livelockLisa Du1-1/+1
2013-09-12mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+10
2013-09-12mm: migrate: add hugepage migration code to move_pages()Naoya Horiguchi1-2/+11
2013-09-12mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi1-26/+2
2013-09-12mm: migrate: make core migration code aware of hugepageNaoya Horiguchi1-1/+9
2013-07-16fs/aio: Add support to aio ring pages migrationGu Zheng1-1/+1
2013-06-13mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi1-5/+18
2013-05-25mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin1-1/+1
2013-04-30mm: rewrite the comment over migrate_pages() more comprehensiblySrivatsa S. Bhat1-9/+13
2013-04-30mm/migrate: fix comment typo syncronous->synchronousJianguo Wu1-1/+1
2013-02-24mm: remove offlining arg to migrate_pagesHugh Dickins1-22/+13
2013-02-24ksm: enable KSM page migrationHugh Dickins1-18/+3
2013-02-24ksm: make KSM page migration possibleHugh Dickins1-1/+4
2013-02-24mm: rename page struct field helpersMel Gorman1-2/+2
2013-02-24mm: numa: cleanup flow of transhuge page migrationHugh Dickins1-52/+43
2013-02-24mm: numa: take THP into account when migrating pages for NUMA balancingMel Gorman1-2/+4
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony Lu1-1/+3
2013-01-12mm: migrate: check page_count of THP before migratingMel Gorman1-1/+13
2012-12-18mm,numa: fix update_mmu_cache_pmd callStephen Rothwell1-1/+1
2012-12-17Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+331
2012-12-13mm,migrate: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-12mm: introduce putback_movable_pages()Rafael Aquini1-0/+20
2012-12-12mm: introduce compaction and migration for ballooned pagesRafael Aquini1-2/+32
2012-12-12mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-18/+15
2012-12-12mm: introduce mm_find_pmd()Bob Liu1-12/+2
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar1-1/+1
2012-12-11mm: migrate: Account a transhuge page properly when rate limitingMel Gorman1-4/+4
2012-12-11mm: numa: Account for failed allocations and isolations as migration failuresMel Gorman1-1/+4
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman1-0/+2
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman1-41/+190
2012-12-11mm: numa: migrate: Set last_nid on newly allocated pageHillf Danton1-0/+3
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman1-0/+20
2012-12-11mm: numa: Rate limit the amount of memory that is migrated between nodesMel Gorman1-1/+29
2012-12-11mm: numa: Add pte updates, hinting and migration statsMel Gorman1-1/+2