aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03mm/migrate: correct kernel-doc notationRandy Dunlap1-1/+1
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi1-3/+8
2021-09-03mm/migrate: update node demotion order on hotplug eventsDave Hansen1-1/+89
2021-09-03mm/numa: automatically generate node migration orderDave Hansen1-0/+216
2021-07-30mm/migrate: fix NR_ISOLATED corruption on 64-bitAneesh Kumar K.V1-1/+1
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)1-48/+0
2021-07-01mm: rename migrate_pgmap_ownerAlistair Popple1-5/+5
2021-07-01mm/rmap: split migration into its own functionAlistair Popple1-5/+4
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple1-6/+20
2021-07-01mm: remove special swap entry functionsAlistair Popple1-3/+3
2021-06-30mm: migrate: check mapcount for THP instead of refcountYang Shi1-12/+4
2021-06-30mm: migrate: don't split THP for misplaced NUMA pageYang Shi1-1/+3
2021-06-30mm: migrate: account THP NUMA migration counters correctlyYang Shi1-3/+4
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi1-144/+33
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song1-1/+1
2021-06-30mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry1-1/+1
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-1/+3
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song1-1/+4
2021-06-29mm/migrate: use vma_lookup() in do_pages_stat_array()Liam Howlett1-2/+2
2021-06-16mm, thp: use head page in __migration_entry_wait()Xu Yu1-0/+1
2021-05-07mm: fix typos in commentsIngo Molnar1-4/+4
2021-05-05mm: cma: add trace events for CMA alloc perf testingLiam Mark1-0/+2
2021-05-05Revert "mm: migrate: skip shared exec THP for NUMA balancing"Miaohe Lin1-16/+2
2021-05-05mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_hole()Miaohe Lin1-17/+11
2021-05-05mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin1-0/+7
2021-05-05mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' caseMiaohe Lin1-1/+1
2021-05-05mm/migrate.c: make putback_movable_page() staticMiaohe Lin1-6/+1
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim1-26/+2
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim1-4/+7
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)1-1/+1
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt1-0/+6
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)1-2/+2
2021-02-05mm: migrate: do not migrate HugeTLB page whose refcount is oneMuchun Song1-0/+6
2021-01-24mm: fix numa stats for thp migrationShakeel Butt1-11/+12
2021-01-24mm: memcg: fix memcg file_dirty numa statShakeel Butt1-2/+2
2020-12-15mm: fix some spelling mistakes in commentsHaitao Shi1-1/+1
2020-12-15mm: migrate: remove unused parameter in migrate_vma_insert_page()Stephen Zhang1-4/+2
2020-12-15mm: migrate: return -ENOSYS if THP migration is unsupportedYang Shi1-16/+46
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi1-6/+2
2020-12-15mm: migrate: skip shared exec THP for NUMA balancingYang Shi1-2/+16
2020-12-15mm: migrate: simplify the logic for handling permanent failureYang Shi1-30/+38
2020-12-15mm: truncate_complete_page() does not exist any moreYang Shi1-1/+1
2020-12-15mm/migrate.c: optimize migrate_vma_pages() mmu notifierRalph Campbell1-5/+4
2020-12-15mm/migrate.c: fix comment spellingLong Li1-1/+1
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt1-5/+3
2020-11-14hugetlbfs: fix anon huge page migration raceMike Kravetz1-20/+24
2020-10-18mm/migrate: avoid possible unnecessary process right check in kernel_move_pages()Miaohe Lin1-28/+43
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador1-8/+3
2020-10-13mm/migrate: remove obsolete comment about device publicRalph Campbell1-1/+1
2020-10-13mm/migrate: remove cpages-- in migrate_vma_finalize()Ralph Campbell1-1/+0