summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-11mm: unclutter THP migrationMichal Hocko
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko
2018-04-11mm, numa: rework do_pages_moveMichal Hocko
2018-04-11mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman
2018-04-02mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski
2018-01-31mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-13mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-08mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse
2017-09-08mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse
2017-09-08mm/migrate: new memory migration helper for use with device memoryJérôme Glisse
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-08mm: migrate: move_pages() supports thp migrationNaoya Horiguchi
2017-09-08mm: thp: enable thp migration in generic pathZi Yan
2017-08-20Sanitize 'move_pages()' permission checksLinus Torvalds
2017-08-10Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit
2017-07-10mm/migrate.c: stabilise page count when migrating transparent hugepagesWill Deacon
2017-07-10mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual
2017-07-06mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atAneesh Kumar K.V
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