aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-04hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi1-1/+1
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes1-16/+39
2014-06-04mm: numa: add migrated transhuge pages to LRU the same way as base pagesMel Gorman1-1/+5
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins1-0/+32
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-5/+6
2014-01-27mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li1-2/+0
2014-01-23sched/numa: fix setting of cpupid on page migration twiceWanpeng Li1-2/+0
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-3/+3
2014-01-21mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim1-8/+0
2014-01-21mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim1-20/+9
2014-01-21mm/migrate: correct failure handling if !hugepage_migration_support()Joonsoo Kim1-2/+5
2014-01-21mm/migrate: add comment about permanent failure pathNaoya Horiguchi1-1/+6
2014-01-21mm: numa: trace tasks that fail migration due to rate limitingMel Gorman1-1/+4
2014-01-21mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman1-9/+12
2014-01-21mm: numa: make NUMA-migrate related functions staticMel Gorman1-2/+3
2014-01-21mm/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-21aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-6/+7
2013-12-18mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman1-0/+3
2013-12-18mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman1-0/+12
2013-12-18mm: numa: avoid unnecessary work on the failure pathMel Gorman1-1/+3
2013-12-18mm: numa: call MMU notifiers on THP migrationMel Gorman1-8/+14
2013-12-18mm: numa: serialise parallel get_user_page against THP migrationMel Gorman1-7/+31
2013-11-21mm: 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
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov1-3/+4
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar1-0/+2
2013-10-29mm: Close races between THP migration and PMD numa clearingMel Gorman1-8/+11
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov1-0/+2
2013-10-09mm: numa: Copy cpupid on page migrationRik van Riel1-0/+9
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra1-2/+2
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-2/+2
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman1-11/+6
2013-10-09mm: Close races between THP migration and PMD numa clearingMel Gorman1-8/+11
2013-09-30mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini1-1/+1
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du1-1/+1
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+10