summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2017-02-21mm: balloon: use general non-lru movable page featureMinchan Kim
2017-02-21mm: migrate: support non-lru movable page migrationMinchan Kim
2017-02-21mm: use put_page() to free page instead of putback_lru_page()Minchan Kim
2016-10-28Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang
2016-10-21Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Runmin Wang
2016-08-26Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"Trilok Soni
2016-08-18Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Trilok Soni
2016-07-27mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger
2016-07-12Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lskRunmin Wang
2016-06-22mm: Enhance per process reclaim to consider shared pagesMinchan Kim
2016-05-04mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim
2016-03-23mm: cma: add trace events for CMA alloc perf testingLiam Mark
2016-03-03mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-05mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins
2015-11-05mm: page migration avoid touching newpage until no going backHugh Dickins
2015-11-05mm: simplify page migration's anon_vma comment and flowHugh Dickins
2015-11-05mm: page migration remove_migration_ptes at lock+unlock levelHugh Dickins
2015-11-05mm: page migration trylock newpage at same level as oldpageHugh Dickins
2015-11-05mm: page migration use the put_new_page whenever necessaryHugh Dickins
2015-11-05mm: correct a couple of page migration commentsHugh Dickins
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins
2015-11-05mm: page migration fix PageMlocked on migrated pagesHugh Dickins
2015-11-05mm, migrate: count pages failing all retries in vmstat and tracepointVlastimil Babka
2015-10-01memcg: fix dirty page migrationGreg Thelen
2015-09-22mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi
2015-09-10mm: introduce idle page trackingVladimir Davydov
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-08mm/hwpoison: fix race between soft_offline_page and unpoison_memoryWanpeng Li
2015-09-04mm: fix status code which move_pages() returns for zero pageKirill A. Shutemov
2015-08-07mm/memory-failure: set PageHWPoison before migrate_pages()Naoya Horiguchi
2015-08-07mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V
2015-06-24mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi
2015-04-15mm/migrate: check-before-clear PageSwapCacheNaoya Horiguchi
2015-04-14mm: numa: remove migrate_ratelimitedMel Gorman
2015-04-14mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman
2015-02-11mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov
2014-12-17vm_area_operations: kill ->migrate()Al Viro
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-13mm: unmapped page migration avoid unmap+remap overheadHugh Dickins
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov
2014-10-02mm: migrate: Close race between migration completion and mprotectMel Gorman
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-07-26mm: fix direct reclaim writeback regressionHugh Dickins
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins