aboutsummaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2013-11-15mm: convert the rest to new page table lock apiGravatar Kirill A. Shutemov 1-3/+4
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockGravatar Kirill A. Shutemov 1-3/+4
2013-11-01Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-0/+2
2013-10-29mm: Close races between THP migration and PMD numa clearingGravatar Mel Gorman 1-8/+11
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateGravatar Cyrill Gorcunov 1-0/+2
2013-10-09mm: numa: Copy cpupid on page migrationGravatar Rik van Riel 1-0/+9
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Gravatar Peter Zijlstra 1-2/+2
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsGravatar Mel Gorman 1-2/+2
2013-10-09mm: numa: Scan pages with elevated page_mapcountGravatar Mel Gorman 1-11/+6
2013-10-09mm: Close races between THP migration and PMD numa clearingGravatar Mel Gorman 1-8/+11
2013-09-30mm: avoid reinserting isolated balloon pages into LRU listsGravatar Rafael Aquini 1-1/+1
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-1/+1
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockGravatar Lisa Du 1-1/+1
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Gravatar Naoya Horiguchi 1-0/+10
2013-09-11mm: migrate: add hugepage migration code to move_pages()Gravatar Naoya Horiguchi 1-2/+11
2013-09-11mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Gravatar Naoya Horiguchi 1-26/+2
2013-09-11mm: migrate: make core migration code aware of hugepageGravatar Naoya Horiguchi 1-1/+9
2013-07-16fs/aio: Add support to aio ring pages migrationGravatar Gu Zheng 1-1/+1
2013-06-12mm: migration: add migrate_entry_wait_huge()Gravatar Naoya Horiguchi 1-5/+18
2013-05-24mm compaction: fix of improper cache flush in migration codeGravatar Leonid Yegoshin 1-1/+1
2013-04-29mm: rewrite the comment over migrate_pages() more comprehensiblyGravatar Srivatsa S. Bhat 1-9/+13
2013-04-29mm/migrate: fix comment typo syncronous->synchronousGravatar Jianguo Wu 1-1/+1
2013-02-23mm: remove offlining arg to migrate_pagesGravatar Hugh Dickins 1-22/+13