aboutsummaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-05mm, migrate: count pages failing all retries in vmstat and tracepointGravatar Vlastimil Babka 1-1/+2
2015-10-01memcg: fix dirty page migrationGravatar Greg Thelen 1-1/+11
2015-09-22mm: migrate: hugetlb: putback destination hugepage to active listGravatar Naoya Horiguchi 1-1/+1
2015-09-10mm: introduce idle page trackingGravatar Vladimir Davydov 1-0/+6
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Gravatar Vlastimil Babka 1-2/+2
2015-09-08mm/hwpoison: fix race between soft_offline_page and unpoison_memoryGravatar Wanpeng Li 1-4/+5
2015-09-04mm: fix status code which move_pages() returns for zero pageGravatar Kirill A. Shutemov 1-12/+6
2015-08-07mm/memory-failure: set PageHWPoison before migrate_pages()Gravatar Naoya Horiguchi 1-1/+2
2015-08-07mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Gravatar Naoya Horiguchi 1-1/+4
2015-06-24mm: clarify that the function operates on hugepage pteGravatar Aneesh Kumar K.V 1-1/+1
2015-06-24mm: soft-offline: don't free target page in successful page migrationGravatar Naoya Horiguchi 1-3/+6
2015-04-15mm/migrate: check-before-clear PageSwapCacheGravatar Naoya Horiguchi 1-1/+2
2015-04-14mm: numa: remove migrate_ratelimitedGravatar Mel Gorman 1-20/+0
2015-04-14mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Gravatar Geert Uytterhoeven 1-3/+14
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsGravatar Mel Gorman 1-1/+1
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultGravatar Mel Gorman 1-6/+0
2015-02-11mm/hugetlb: take page table lock in follow_huge_pmd()Gravatar Naoya Horiguchi 1-2/+3
2015-02-10rmap: drop support of non-linear mappingsGravatar Kirill A. Shutemov 1-32/+0
2014-12-17vm_area_operations: kill ->migrate()Gravatar Al Viro 1-21/+0
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-1/+2
2014-12-13mm: unmapped page migration avoid unmap+remap overheadGravatar Hugh Dickins 1-10/+18
2014-10-09mm/balloon_compaction: redesign ballooned pages managementGravatar Konstantin Khlebnikov 1-12/+4
2014-10-02mm: migrate: Close race between migration completion and mprotectGravatar Mel Gorman 1-1/+4
2014-08-08mm: memcontrol: rewrite uncharge APIGravatar Johannes Weiner 1-29/+9
2014-07-26mm: fix direct reclaim writeback regressionGravatar Hugh Dickins 1-2/+3
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultGravatar Hugh Dickins 1-2/+0
2014-06-04hugetlb: rename hugepage_migration_support() to ..._supported()Gravatar Naoya Horiguchi 1-1/+1
2014-06-04mm, migration: add destination page freeing callbackGravatar David Rientjes 1-16/+39
2014-06-04mm: numa: add migrated transhuge pages to LRU the same way as base pagesGravatar Mel Gorman 1-1/+5
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationGravatar Hugh Dickins 1-0/+32
2014-03-10mm: fix GFP_THISNODE callers and clarifyGravatar Johannes Weiner 1-5/+6
2014-01-27mm/migrate.c: fix setting of cpupid on page migration twice against normal pageGravatar Wanpeng Li 1-2/+0
2014-01-23sched/numa: fix setting of cpupid on page migration twiceGravatar Wanpeng Li 1-2/+0
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGEGravatar Sasha Levin 1-3/+3
2014-01-21mm/migrate: remove unused function, fail_migrate_page()Gravatar Joonsoo Kim 1-8/+0
2014-01-21mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesGravatar Joonsoo Kim 1-20/+9
2014-01-21mm/migrate: correct failure handling if !hugepage_migration_support()Gravatar Joonsoo Kim 1-2/+5
2014-01-21mm/migrate: add comment about permanent failure pathGravatar Naoya Horiguchi 1-1/+6
2014-01-21mm: numa: trace tasks that fail migration due to rate limitingGravatar Mel Gorman 1-1/+4
2014-01-21mm: numa: limit scope of lock for NUMA migrate rate limitingGravatar Mel Gorman 1-9/+12
2014-01-21mm: numa: make NUMA-migrate related functions staticGravatar Mel Gorman 1-2/+3
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentGravatar Joonsoo Kim 1-1/+6
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMGravatar Joerg Roedel 1-1/+2
2013-12-21aio/migratepages: make aio migrate pages saneGravatar Benjamin LaHaise 1-6/+7
2013-12-18mm: numa: defer TLB flush for THP migration as long as possibleGravatar Mel Gorman 1-0/+3
2013-12-18mm: numa: avoid unnecessary disruption of NUMA hinting during migrationGravatar Mel Gorman 1-0/+12
2013-12-18mm: numa: avoid unnecessary work on the failure pathGravatar Mel Gorman 1-1/+3
2013-12-18mm: numa: call MMU notifiers on THP migrationGravatar Mel Gorman 1-8/+14
2013-12-18mm: numa: serialise parallel get_user_page against THP migrationGravatar Mel Gorman 1-7/+31
2013-11-21mm: thp: give transparent hugepage code a separate copy_pageGravatar Dave Hansen 1-0/+48