aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov1-6/+9
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-5/+5
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V1-3/+5
2016-03-15mm: migrate: consolidate mem_cgroup_migrate() callsJohannes Weiner1-7/+2
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner1-6/+9
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka1-3/+7
2016-03-15mm, page_owner: copy page owner info during migrationVlastimil Babka1-0/+3
2016-02-27mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman1-1/+1
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov1-0/+1
2016-01-15thp, mm: split_huge_page(): caller need to lock pageKirill A. Shutemov1-2/+6
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-1/+1
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-4/+4
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-1/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-11-05mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins1-20/+31
2015-11-05mm: page migration avoid touching newpage until no going backHugh Dickins1-28/+21
2015-11-05mm: simplify page migration's anon_vma comment and flowHugh Dickins1-26/+10
2015-11-05mm: page migration remove_migration_ptes at lock+unlock levelHugh Dickins1-15/+19
2015-11-05mm: page migration trylock newpage at same level as oldpageHugh Dickins1-20/+26
2015-11-05mm: page migration use the put_new_page whenever necessaryHugh Dickins1-8/+11
2015-11-05mm: correct a couple of page migration commentsHugh Dickins1-2/+2
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins1-3/+2
2015-11-05mm: page migration fix PageMlocked on migrated pagesHugh Dickins1-2/+4
2015-11-05mm, migrate: count pages failing all retries in vmstat and tracepointVlastimil Babka1-1/+2
2015-10-01memcg: fix dirty page migrationGreg Thelen1-1/+11
2015-09-22mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi1-1/+1
2015-09-10mm: introduce idle page trackingVladimir Davydov1-0/+6
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-2/+2
2015-09-08mm/hwpoison: fix race between soft_offline_page and unpoison_memoryWanpeng Li1-4/+5
2015-09-04mm: fix status code which move_pages() returns for zero pageKirill A. Shutemov1-12/+6
2015-08-07mm/memory-failure: set PageHWPoison before migrate_pages()Naoya Horiguchi1-1/+2
2015-08-07mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi1-1/+4
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-1/+1
2015-06-24mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi1-3/+6
2015-04-15mm/migrate: check-before-clear PageSwapCacheNaoya Horiguchi1-1/+2
2015-04-14mm: numa: remove migrate_ratelimitedMel Gorman1-20/+0
2015-04-14mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven1-3/+14
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-1/+1
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman1-6/+0
2015-02-11mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi1-2/+3
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-32/+0
2014-12-17vm_area_operations: kill ->migrate()Al Viro1-21/+0
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+2
2014-12-13mm: unmapped page migration avoid unmap+remap overheadHugh Dickins1-10/+18
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov1-12/+4
2014-10-02mm: migrate: Close race between migration completion and mprotectMel Gorman1-1/+4
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-29/+9
2014-07-26mm: fix direct reclaim writeback regressionHugh Dickins1-2/+3
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins1-2/+0