summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-05mm/migrate_device.c: flush TLB while holding PTLAlistair Popple1-2/+3
2022-03-23mm: fix dereference a null pointer in migrate[_huge]_page_move_mapping()liqiong1-0/+8
2020-02-11mm: move_pages: report the number of non-attempted pagesYang Shi1-2/+23
2020-02-05mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang1-1/+1
2020-01-09mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi1-6/+17
2019-12-01mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli1-7/+18
2019-09-16mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell1-10/+7
2019-04-03mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson1-3/+8
2019-03-05hugetlbfs: fix races and page leaks during migrationMike Kravetz1-0/+11
2019-02-06mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+5
2018-10-06Merge branch 'akpm'Greg Kroah-Hartman1-1/+4
2018-10-06mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual1-1/+1
2018-10-06mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov1-0/+3
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman1-65/+0
2018-10-02mm/migrate: Use spin_trylock() while resetting rate limitSrikar Dronamraju1-4/+12
2018-08-24mm: soft-offline: close the race against page allocationNaoya Horiguchi1-1/+1
2018-08-24mm: fix race on soft-offlining free huge pagesNaoya Horiguchi1-2/+0
2018-08-23include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers1-1/+2
2018-08-18dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+2
2018-05-12mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi1-3/+1
2018-04-21mm: enable thp migration for shmem thpNaoya Horiguchi1-3/+16
2018-04-21mm: fix do_pages_move status handlingMichal Hocko1-0/+3
2018-04-11page cache: use xa_lockMatthew Wilcox1-16/+16
2018-04-11mm: unclutter THP migrationMichal Hocko1-10/+24
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko1-18/+3
2018-04-11mm, numa: rework do_pages_moveMichal Hocko1-173/+135
2018-04-11mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell1-1/+2
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman1-0/+7
2018-04-02mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski1-4/+35
2018-02-01mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko1-2/+1
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds1-1/+1
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov1-1/+1
2017-11-16mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse1-3/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-14mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove1-1/+2
2017-09-09mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse1-0/+2
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-19/+38
2017-09-09mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse1-9/+196
2017-09-09mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse1-28/+121
2017-09-09mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse1-29/+112
2017-09-09mm/migrate: new memory migration helper for use with device memoryJérôme Glisse1-0/+492
2017-09-09mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-12/+40
2017-09-09mm: migrate: move_pages() supports thp migrationNaoya Horiguchi1-13/+32
2017-09-09mm: thp: enable thp migration in generic pathZi Yan1-1/+31
2017-08-20Sanitize 'move_pages()' permission checksLinus Torvalds1-8/+3
2017-08-11Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit1-6/+0
2017-07-11mm/migrate.c: stabilise page count when migrating transparent hugepagesWill Deacon1-13/+2
2017-07-11mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual1-0/+2
2017-07-07mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atAneesh Kumar K.V1-10/+11
2017-05-04mm: make rmap_one boolean functionMinchan Kim1-2/+2