summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-081-0/+2
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-19/+38
* mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-081-9/+196
* mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-081-28/+121
* mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse2017-09-081-29/+112
* mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-081-0/+492
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-081-12/+40
* mm: migrate: move_pages() supports thp migrationNaoya Horiguchi2017-09-081-13/+32
* mm: thp: enable thp migration in generic pathZi Yan2017-09-081-1/+31
* Sanitize 'move_pages()' permission checksLinus Torvalds2017-08-201-8/+3
* Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit2017-08-101-6/+0
* mm/migrate.c: stabilise page count when migrating transparent hugepagesWill Deacon2017-07-101-13/+2
* mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual2017-07-101-0/+2
* mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atAneesh Kumar K.V2017-07-061-10/+11
* mm: make rmap_one boolean functionMinchan Kim2017-05-031-2/+2
* mm: don't assume anonymous pages have SwapBacked flagShaohua Li2017-05-031-1/+2
* mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner2017-05-031-3/+0
* mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent2017-04-201-1/+1
* mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi2017-03-311-2/+5
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-61/+41
* mm/migration: make isolate_movable_page() return int typeYisheng Xie2017-02-241-3/+3
* mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin2016-12-251-6/+8
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-2/+2
* mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2016-12-121-4/+11
* mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli2016-10-071-1/+1
* mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka2016-07-281-1/+1
* mm: remove reclaim and compaction retry approximationsMel Gorman2016-07-281-0/+2
* mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman2016-07-281-2/+0
* mm: move most file-based accounting to the nodeMel Gorman2016-07-281-6/+8
* mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman2016-07-281-1/+1
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-10/+11
* mm: introduce do_set_pmd()Kirill A. Shutemov2016-07-261-2/+1
* rmap: support file thpKirill A. Shutemov2016-07-261-1/+1
* mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-261-17/+2
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-261-18/+174
* mm: use put_page() to free page instead of putback_lru_page()Minchan Kim2016-07-261-24/+40
* mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger2016-06-231-0/+2
* mm, migrate: increment fail count on ENOMEMDavid Rientjes2016-05-201-0/+1
* mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins2016-05-191-3/+3
* mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim2016-04-281-1/+7
* mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov2016-03-171-6/+9
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-5/+5
* mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V2016-03-171-3/+5
* mm: migrate: consolidate mem_cgroup_migrate() callsJohannes Weiner2016-03-151-7/+2
* mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-151-6/+9
* mm, page_owner: track and print last migrate reasonVlastimil Babka2016-03-151-3/+7
* mm, page_owner: copy page owner info during migrationVlastimil Babka2016-03-151-0/+3
* mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman2016-02-271-1/+1
* thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-151-0/+1
OpenPOWER on IntegriCloud