summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi2018-05-111-3/+1
* mm: enable thp migration for shmem thpNaoya Horiguchi2018-04-201-3/+16
* mm: fix do_pages_move status handlingMichal Hocko2018-04-201-0/+3
* page cache: use xa_lockMatthew Wilcox2018-04-111-16/+16
* mm: unclutter THP migrationMichal Hocko2018-04-111-10/+24
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-18/+3
* mm, numa: rework do_pages_moveMichal Hocko2018-04-111-173/+135
* mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell2018-04-111-1/+2
* sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman2018-04-111-0/+7
* mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski2018-04-021-4/+35
* mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko2018-01-311-2/+1
* Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds2017-11-291-1/+1
* mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov2017-11-271-1/+1
* mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse2017-11-151-3/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove2017-10-131-1/+2
* 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