summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-02memcg: fix dirty page migrationGreg Thelen1-1/+11
2015-09-23mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi1-1/+1
2015-09-10mm: introduce idle page trackingVladimir Davydov1-0/+6
2015-09-09mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-2/+2
2015-09-09mm/hwpoison: fix race between soft_offline_page and unpoison_memoryWanpeng Li1-4/+5
2015-09-05mm: 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-25mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-1/+1
2015-06-25mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi1-3/+6
2015-04-16mm/migrate: check-before-clear PageSwapCacheNaoya Horiguchi1-1/+2
2015-04-15mm: numa: remove migrate_ratelimitedMel Gorman1-20/+0
2015-04-15mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven1-3/+14
2015-02-13mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-1/+1
2015-02-13mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman1-6/+0
2015-02-12mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi1-2/+3
2015-02-11rmap: drop support of non-linear mappingsKirill A. Shutemov1-32/+0
2014-12-17vm_area_operations: kill ->migrate()Al Viro1-21/+0
2014-12-16Merge 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-10mm/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-09mm: memcontrol: rewrite uncharge APIJohannes Weiner1-29/+9
2014-07-27mm: fix direct reclaim writeback regressionHugh Dickins1-2/+3
2014-06-24mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins1-2/+0
2014-06-05hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi1-1/+1
2014-06-05mm, migration: add destination page freeing callbackDavid Rientjes1-16/+39
2014-06-05mm: numa: add migrated transhuge pages to LRU the same way as base pagesMel Gorman1-1/+5
2014-03-21mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins1-0/+32
2014-03-11mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-5/+6
2014-01-28mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li1-2/+0
2014-01-24sched/numa: fix setting of cpupid on page migration twiceWanpeng Li1-2/+0
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-3/+3
2014-01-22mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim1-8/+0
2014-01-22mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim1-20/+9
2014-01-22mm/migrate: correct failure handling if !hugepage_migration_support()Joonsoo Kim1-2/+5
2014-01-22mm/migrate: add comment about permanent failure pathNaoya Horiguchi1-1/+6
2014-01-22mm: numa: trace tasks that fail migration due to rate limitingMel Gorman1-1/+4
2014-01-22mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman1-9/+12
2014-01-22mm: numa: make NUMA-migrate related functions staticMel Gorman1-2/+3
2014-01-22mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim1-1/+6
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel1-1/+2
2013-12-22aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-6/+7
2013-12-19mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman1-0/+3
2013-12-19mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman1-0/+12
2013-12-19mm: numa: avoid unnecessary work on the failure pathMel Gorman1-1/+3
2013-12-19mm: numa: call MMU notifiers on THP migrationMel Gorman1-8/+14
2013-12-19mm: numa: serialise parallel get_user_page against THP migrationMel Gorman1-7/+31
2013-11-22mm: thp: give transparent hugepage code a separate copy_pageDave Hansen1-0/+48
2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov1-3/+4