aboutsummaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2014-01-27mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li
2014-01-23sched/numa: fix setting of cpupid on page migration twiceWanpeng Li
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-21mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim
2014-01-21mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim
2014-01-21mm/migrate: correct failure handling if !hugepage_migration_support()Joonsoo Kim
2014-01-21mm/migrate: add comment about permanent failure pathNaoya Horiguchi
2014-01-21mm: numa: trace tasks that fail migration due to rate limitingMel Gorman
2014-01-21mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman
2014-01-21mm: numa: make NUMA-migrate related functions staticMel Gorman
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim
2013-12-21aio/migratepages: make aio migrate pages saneBenjamin LaHaise
2013-12-18mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman
2013-12-18mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman
2013-12-18mm: numa: avoid unnecessary work on the failure pathMel Gorman
2013-12-18mm: numa: call MMU notifiers on THP migrationMel Gorman
2013-12-18mm: numa: serialise parallel get_user_page against THP migrationMel Gorman
2013-11-21mm: thp: give transparent hugepage code a separate copy_pageDave Hansen
2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-29mm: Close races between THP migration and PMD numa clearingMel Gorman
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov
2013-10-09mm: numa: Copy cpupid on page migrationRik van Riel
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman
2013-10-09mm: Close races between THP migration and PMD numa clearingMel Gorman
2013-09-30mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi
2013-09-11mm: migrate: add hugepage migration code to move_pages()Naoya Horiguchi
2013-09-11mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi
2013-09-11mm: migrate: make core migration code aware of hugepageNaoya Horiguchi
2013-07-16fs/aio: Add support to aio ring pages migrationGu Zheng
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi
2013-05-24mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin
2013-04-29mm: rewrite the comment over migrate_pages() more comprehensiblySrivatsa S. Bhat
2013-04-29mm/migrate: fix comment typo syncronous->synchronousJianguo Wu
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins
2013-02-23ksm: enable KSM page migrationHugh Dickins
2013-02-23ksm: make KSM page migration possibleHugh Dickins
2013-02-23mm: rename page struct field helpersMel Gorman
2013-02-23mm: numa: cleanup flow of transhuge page migrationHugh Dickins
2013-02-23mm: numa: take THP into account when migrating pages for NUMA balancingMel Gorman
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony Lu
2013-01-11mm: migrate: check page_count of THP before migratingMel Gorman
2012-12-17mm,numa: fix update_mmu_cache_pmd callStephen Rothwell
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds