summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-11mm: migrate: Drop the misplaced pages reference count if the target node is fullMel Gorman1-7/+10
2012-12-11mm: migrate: Introduce migrate_misplaced_page()Peter Zijlstra1-2/+106
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman1-2/+8
2012-12-11mm: compaction: Move migration fail/success stats to migrate.cMel Gorman1-0/+6
2012-08-01mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner1-9/+2
2012-08-01hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during m...Aneesh Kumar K.V1-0/+5
2012-08-01hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V1-44/+21
2012-06-04mm: fix warning in __set_page_dirty_nobuffersHugh Dickins1-1/+4
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2012-05-16userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman1-2/+2
2012-04-26mm: fix NULL ptr dereference in move_pagesSasha Levin1-8/+8
2012-03-22mm: fix move/migrate_pages() race on task structChristoph Lameter1-17/+19
2012-03-06memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-2/+0
2012-02-04mm: postpone migrated page mapping resetKonstantin Khlebnikov1-1/+1
2012-01-13mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-35/+43
2012-01-13mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman1-37/+92
2012-01-13memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki1-0/+2
2012-01-11mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui1-2/+0
2012-01-11mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui1-2/+0
2012-01-11mm: 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-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1