summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2021-06-30mm: migrate: check mapcount for THP instead of refcountYang Shi
2021-06-30mm: migrate: don't split THP for misplaced NUMA pageYang Shi
2021-06-30mm: migrate: account THP NUMA migration counters correctlyYang Shi
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song
2021-06-30mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song
2021-06-29mm/migrate: use vma_lookup() in do_pages_stat_array()Liam Howlett
2021-06-16mm, thp: use head page in __migration_entry_wait()Xu Yu
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-05mm: cma: add trace events for CMA alloc perf testingLiam Mark
2021-05-05Revert "mm: migrate: skip shared exec THP for NUMA balancing"Miaohe Lin
2021-05-05mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_ho...Miaohe Lin
2021-05-05mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin
2021-05-05mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' caseMiaohe Lin
2021-05-05mm/migrate.c: make putback_movable_page() staticMiaohe Lin
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)
2021-02-05mm: migrate: do not migrate HugeTLB page whose refcount is oneMuchun Song
2021-01-24mm: fix numa stats for thp migrationShakeel Butt
2021-01-24mm: memcg: fix memcg file_dirty numa statShakeel Butt
2020-12-15mm: fix some spelling mistakes in commentsHaitao Shi
2020-12-15mm: migrate: remove unused parameter in migrate_vma_insert_page()Stephen Zhang
2020-12-15mm: migrate: return -ENOSYS if THP migration is unsupportedYang Shi
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi
2020-12-15mm: migrate: skip shared exec THP for NUMA balancingYang Shi
2020-12-15mm: migrate: simplify the logic for handling permanent failureYang Shi
2020-12-15mm: truncate_complete_page() does not exist any moreYang Shi
2020-12-15mm/migrate.c: optimize migrate_vma_pages() mmu notifierRalph Campbell
2020-12-15mm/migrate.c: fix comment spellingLong Li
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt
2020-11-14hugetlbfs: fix anon huge page migration raceMike Kravetz
2020-10-18mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...Miaohe Lin
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador
2020-10-13mm/migrate: remove obsolete comment about device publicRalph Campbell
2020-10-13mm/migrate: remove cpages-- in migrate_vma_finalize()Ralph Campbell
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-26mm/migrate: correct thp migration statsZi Yan
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig
2020-09-19mm: migration of hugetlbfs page skip memcgHugh Dickins
2020-09-05mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell
2020-09-05mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell
2020-09-05mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple
2020-09-05mm/migrate: fixup setting UFFD_WP flagAlistair Popple
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim