summaryrefslogtreecommitdiff
path: root/mm/migrate.c (follow)
Commit message (Expand)AuthorAge
* Merge android-4.4.177 (0c3b8c4) into msm-4.4Srinivasarao P2019-03-25
|\
| * hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-23
| * mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand2019-02-06
* | page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2018-10-01
* | mm/migration: make isolate_movable_page() return int typeYisheng Xie2018-02-22
* | Merge android-4.4@610af85 (v4.4.85) into msm-4.4Blagovest Kolenichev2017-09-04
|\|
| * Sanitize 'move_pages()' permission checksLinus Torvalds2017-08-24
* | mm, page_owner: track and print last migrate reasonVlastimil Babka2017-07-07
* | mm, page_owner: copy page owner info during migrationVlastimil Babka2017-07-07
* | mm: balloon: use general non-lru movable page featureMinchan Kim2017-02-21
* | mm: migrate: support non-lru movable page migrationMinchan Kim2017-02-21
* | mm: use put_page() to free page instead of putback_lru_page()Minchan Kim2017-02-21
* | Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang2016-10-28
|\|
| * mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger2016-07-27
* | Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Runmin Wang2016-10-21
|\|
* | Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"Trilok Soni2016-08-26
* | Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Trilok Soni2016-08-18
|\|
| * mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim2016-05-04
* | Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lskRunmin Wang2016-07-12
|\|
| * mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman2016-03-03
* | mm: Enhance per process reclaim to consider shared pagesMinchan Kim2016-06-22
* | mm: cma: add trace events for CMA alloc perf testingLiam Mark2016-03-23
|/
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-06
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins2015-11-05
* mm: page migration avoid touching newpage until no going backHugh Dickins2015-11-05
* mm: simplify page migration's anon_vma comment and flowHugh Dickins2015-11-05
* mm: page migration remove_migration_ptes at lock+unlock levelHugh Dickins2015-11-05
* mm: page migration trylock newpage at same level as oldpageHugh Dickins2015-11-05
* mm: page migration use the put_new_page whenever necessaryHugh Dickins2015-11-05
* mm: correct a couple of page migration commentsHugh Dickins2015-11-05
* mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins2015-11-05
* mm: page migration fix PageMlocked on migrated pagesHugh Dickins2015-11-05
* mm, migrate: count pages failing all retries in vmstat and tracepointVlastimil Babka2015-11-05
* memcg: fix dirty page migrationGreg Thelen2015-10-01
* mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi2015-09-22
* mm: introduce idle page trackingVladimir Davydov2015-09-10
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-08
* mm/hwpoison: fix race between soft_offline_page and unpoison_memoryWanpeng Li2015-09-08
* mm: fix status code which move_pages() returns for zero pageKirill A. Shutemov2015-09-04
* mm/memory-failure: set PageHWPoison before migrate_pages()Naoya Horiguchi2015-08-07
* mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi2015-08-07
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-24
* mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi2015-06-24
* mm/migrate: check-before-clear PageSwapCacheNaoya Horiguchi2015-04-15
* mm: numa: remove migrate_ratelimitedMel Gorman2015-04-14
* mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven2015-04-14
* mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman2015-02-12
* mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman2015-02-12
* mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-02-11