summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2017-05-03mm: make rmap_one boolean functionMinchan Kim
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li
2017-05-03mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent
2017-03-31mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm/migration: make isolate_movable_page() return int typeYisheng Xie
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-26mm: introduce do_set_pmd()Kirill A. Shutemov
2016-07-26rmap: support file thpKirill A. Shutemov
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2016-07-26mm: use put_page() to free page instead of putback_lru_page()Minchan Kim
2016-06-23mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger
2016-05-20mm, migrate: increment fail count on ENOMEMDavid Rientjes
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins
2016-04-28mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V
2016-03-15mm: migrate: consolidate mem_cgroup_migrate() callsJohannes Weiner
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka
2016-03-15mm, page_owner: copy page owner info during migrationVlastimil Babka
2016-02-27mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov
2016-01-15thp, mm: split_huge_page(): caller need to lock pageKirill A. Shutemov
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-05mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins
2015-11-05mm: page migration avoid touching newpage until no going backHugh Dickins
2015-11-05mm: simplify page migration's anon_vma comment and flowHugh Dickins
2015-11-05mm: page migration remove_migration_ptes at lock+unlock levelHugh Dickins
2015-11-05mm: page migration trylock newpage at same level as oldpageHugh Dickins
2015-11-05mm: page migration use the put_new_page whenever necessaryHugh Dickins
2015-11-05mm: correct a couple of page migration commentsHugh Dickins
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins