summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-09mm/device-public-memory: device memory cache coherent with CPU v5Jérôme Glisse1-19/+38
2017-08-09mm/migrate: allow migrate_vma() to alloc new page on empty entry v4Jérôme Glisse1-9/+196
2017-08-09mm/migrate: support un-addressable ZONE_DEVICE page in migration v3Jérôme Glisse1-28/+121
2017-08-09mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse1-29/+112
2017-08-09mm/migrate: new memory migration helper for use with device memory v5Jérôme Glisse1-0/+492
2017-08-09mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-12/+40
2017-07-10mm/migrate.c: stabilise page count when migrating transparent hugepagesWill Deacon1-13/+2
2017-07-10mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual1-0/+2
2017-07-06mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atAneesh Kumar K.V1-10/+11
2017-05-03mm: make rmap_one boolean functionMinchan Kim1-2/+2
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li1-1/+2
2017-05-03mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner1-3/+0
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent1-1/+1
2017-03-31mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi1-2/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-24mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov1-61/+41
2017-02-24mm/migration: make isolate_movable_page() return int typeYisheng Xie1-3/+3
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin1-6/+8
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-2/+2
2016-12-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling1-4/+11
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli1-1/+1
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka1-1/+1
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman1-0/+2
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman1-2/+0
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-6/+8
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman1-1/+1
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-10/+11
2016-07-26mm: introduce do_set_pmd()Kirill A. Shutemov1-2/+1
2016-07-26rmap: support file thpKirill A. Shutemov1-1/+1
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim1-17/+2
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-18/+174
2016-07-26mm: use put_page() to free page instead of putback_lru_page()Minchan Kim1-24/+40
2016-06-23mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger1-0/+2
2016-05-20mm, migrate: increment fail count on ENOMEMDavid Rientjes1-0/+1
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins1-3/+3
2016-04-28mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim1-1/+7
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov1-6/+9
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-5/+5
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V1-3/+5
2016-03-15mm: migrate: consolidate mem_cgroup_migrate() callsJohannes Weiner1-7/+2
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner1-6/+9
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka1-3/+7
2016-03-15mm, page_owner: copy page owner info during migrationVlastimil Babka1-0/+3
2016-02-27mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman1-1/+1
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov1-0/+1
2016-01-15thp, mm: split_huge_page(): caller need to lock pageKirill A. Shutemov1-2/+6
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-1/+1
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-4/+4
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-1/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1