aboutsummaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-1/+1
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockGravatar Lisa Du 1-1/+1
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Gravatar Naoya Horiguchi 1-0/+10
2013-09-11mm: migrate: add hugepage migration code to move_pages()Gravatar Naoya Horiguchi 1-2/+11
2013-09-11mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Gravatar Naoya Horiguchi 1-26/+2
2013-09-11mm: migrate: make core migration code aware of hugepageGravatar Naoya Horiguchi 1-1/+9
2013-07-16fs/aio: Add support to aio ring pages migrationGravatar Gu Zheng 1-1/+1
2013-06-12mm: migration: add migrate_entry_wait_huge()Gravatar Naoya Horiguchi 1-5/+18
2013-05-24mm compaction: fix of improper cache flush in migration codeGravatar Leonid Yegoshin 1-1/+1
2013-04-29mm: rewrite the comment over migrate_pages() more comprehensiblyGravatar Srivatsa S. Bhat 1-9/+13
2013-04-29mm/migrate: fix comment typo syncronous->synchronousGravatar Jianguo Wu 1-1/+1
2013-02-23mm: remove offlining arg to migrate_pagesGravatar Hugh Dickins 1-22/+13
2013-02-23ksm: enable KSM page migrationGravatar Hugh Dickins 1-18/+3
2013-02-23ksm: make KSM page migration possibleGravatar Hugh Dickins 1-1/+4
2013-02-23mm: rename page struct field helpersGravatar Mel Gorman 1-2/+2
2013-02-23mm: numa: cleanup flow of transhuge page migrationGravatar Hugh Dickins 1-52/+43
2013-02-23mm: numa: take THP into account when migrating pages for NUMA balancingGravatar Mel Gorman 1-2/+4
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Gravatar Tony Lu 1-1/+3
2013-01-11mm: migrate: check page_count of THP before migratingGravatar Mel Gorman 1-1/+13
2012-12-17mm,numa: fix update_mmu_cache_pmd callGravatar Stephen Rothwell 1-1/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+331
2012-12-12mm,migrate: use N_MEMORY instead N_HIGH_MEMORYGravatar Lai Jiangshan 1-1/+1
2012-12-11mm: introduce putback_movable_pages()Gravatar Rafael Aquini 1-0/+20
2012-12-11mm: introduce compaction and migration for ballooned pagesGravatar Rafael Aquini 1-2/+32
2012-12-11mm: adjust address_space_operations.migratepage() return codeGravatar Rafael Aquini 1-18/+15
2012-12-11mm: introduce mm_find_pmd()Gravatar Bob Liu 1-12/+2
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableGravatar Ingo Molnar 1-1/+1
2012-12-11mm: migrate: Account a transhuge page properly when rate limitingGravatar Mel Gorman 1-4/+4
2012-12-11mm: numa: Account for failed allocations and isolations as migration failuresGravatar Mel Gorman 1-1/+4
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Gravatar Mel Gorman 1-0/+2
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Gravatar Mel Gorman 1-41/+190
2012-12-11mm: numa: migrate: Set last_nid on newly allocated pageGravatar Hillf Danton 1-0/+3
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedGravatar Mel Gorman 1-0/+20
2012-12-11mm: numa: Rate limit the amount of memory that is migrated between nodesGravatar Mel Gorman 1-1/+29
2012-12-11mm: numa: Add pte updates, hinting and migration statsGravatar Mel Gorman 1-1/+2
2012-12-11mm: migrate: Drop the misplaced pages reference count if the target node is fullGravatar Mel Gorman 1-7/+10
2012-12-11mm: migrate: Introduce migrate_misplaced_page()Gravatar Peter Zijlstra 1-2/+106
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesGravatar Mel Gorman 1-2/+8
2012-12-11mm: compaction: Move migration fail/success stats to migrate.cGravatar Mel Gorman 1-0/+6
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsGravatar Johannes Weiner 1-9/+2
2012-07-31hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during m...Gravatar Aneesh Kumar K.V 1-0/+5
2012-07-31hugetlb: simplify migrate_huge_page()Gravatar Aneesh Kumar K.V 1-44/+21
2012-06-03mm: fix warning in __set_page_dirty_nobuffersGravatar Hugh Dickins 1-1/+4
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+2
2012-05-15userns: Convert the move_pages, and migrate_pages permission checks to use ui...Gravatar Eric W. Biederman 1-2/+2
2012-04-25mm: fix NULL ptr dereference in move_pagesGravatar Sasha Levin 1-8/+8
2012-03-21mm: fix move/migrate_pages() race on task structGravatar Christoph Lameter 1-17/+19
2012-03-05memcg: fix GPF when cgroup removal races with last exitGravatar Hugh Dickins 1-2/+0
2012-02-03mm: postpone migrated page mapping resetGravatar Konstantin Khlebnikov 1-1/+1
2012-01-12mm: compaction: introduce sync-light migration for use by compactionGravatar Mel Gorman 1-35/+43