aboutsummaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-10mm/migrate.c: stabilise page count when migrating transparent hugepagesGravatar Will Deacon 1-13/+2
2017-07-10mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationGravatar Anshuman Khandual 1-0/+2
2017-07-06mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atGravatar Aneesh Kumar K.V 1-10/+11
2017-05-03mm: make rmap_one boolean functionGravatar Minchan Kim 1-2/+2
2017-05-03mm: don't assume anonymous pages have SwapBacked flagGravatar Shaohua Li 1-1/+2
2017-05-03mm: remove unnecessary reclaimability check from NUMA balancing targetGravatar Johannes Weiner 1-3/+0
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeGravatar Rabin Vincent 1-1/+1
2017-03-31mm: migrate: fix remove_migration_pte() for ksm pagesGravatar Naoya Horiguchi 1-2/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-24mm: convert remove_migration_pte() to use page_vma_mapped_walk()Gravatar Kirill A. Shutemov 1-61/+41
2017-02-24mm/migration: make isolate_movable_page() return int typeGravatar Yisheng Xie 1-3/+3
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedGravatar Nicholas Piggin 1-6/+8
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersGravatar Johannes Weiner 1-2/+2
2016-12-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationGravatar Ming Ling 1-4/+11
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEGravatar Andrea Arcangeli 1-1/+1
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsGravatar Vlastimil Babka 1-1/+1
2016-07-28mm: remove reclaim and compaction retry approximationsGravatar Mel Gorman 1-0/+2
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesGravatar Mel Gorman 1-2/+0
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-6/+8
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDGravatar Mel Gorman 1-1/+1
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-10/+11
2016-07-26mm: introduce do_set_pmd()Gravatar Kirill A. Shutemov 1-2/+1
2016-07-26rmap: support file thpGravatar Kirill A. Shutemov 1-1/+1
2016-07-26mm: balloon: use general non-lru movable page featureGravatar Minchan Kim 1-17/+2
2016-07-26mm: migrate: support non-lru movable page migrationGravatar Minchan Kim 1-18/+174
2016-07-26mm: use put_page() to free page instead of putback_lru_page()Gravatar Minchan Kim 1-24/+40
2016-06-23mm: Export migrate_page_move_mapping and migrate_page_copyGravatar Richard Weinberger 1-0/+2
2016-05-20mm, migrate: increment fail count on ENOMEMGravatar David Rientjes 1-0/+1
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedGravatar Hugh Dickins 1-3/+3
2016-04-28mm/hwpoison: fix wrong num_poisoned_pages accountingGravatar Minchan Kim 1-1/+7
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cGravatar Kirill A. Shutemov 1-6/+9
2016-03-17mm: introduce page reference manipulation functionsGravatar Joonsoo Kim 1-5/+5
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeGravatar Aneesh Kumar K.V 1-3/+5
2016-03-15mm: migrate: consolidate mem_cgroup_migrate() callsGravatar Johannes Weiner 1-7/+2
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesGravatar Johannes Weiner 1-6/+9
2016-03-15mm, page_owner: track and print last migrate reasonGravatar Vlastimil Babka 1-3/+7
2016-03-15mm, page_owner: copy page owner info during migrationGravatar Vlastimil Babka 1-0/+3
2016-02-27mm: numa: quickly fail allocations for NUMA balancing on full nodesGravatar Mel Gorman 1-1/+1
2016-01-15thp: introduce deferred_split_huge_page()Gravatar Kirill A. Shutemov 1-0/+1
2016-01-15thp, mm: split_huge_page(): caller need to lock pageGravatar Kirill A. Shutemov 1-2/+6
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsGravatar Kirill A. Shutemov 1-1/+1
2016-01-15rmap: add argument to charge compound pageGravatar Kirill A. Shutemov 1-4/+4
2016-01-15page-flags: define PG_locked behavior on compound pagesGravatar Kirill A. Shutemov 1-1/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Gravatar Mel Gorman 1-1/+1
2015-11-05mm: migrate dirty page without clear_page_dirty_for_io etcGravatar Hugh Dickins 1-20/+31
2015-11-05mm: page migration avoid touching newpage until no going backGravatar Hugh Dickins 1-28/+21
2015-11-05mm: simplify page migration's anon_vma comment and flowGravatar Hugh Dickins 1-26/+10
2015-11-05mm: page migration remove_migration_ptes at lock+unlock levelGravatar Hugh Dickins 1-15/+19
2015-11-05mm: page migration trylock newpage at same level as oldpageGravatar Hugh Dickins 1-20/+26