summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* mm: rename migrate_pgmap_ownerAlistair Popple2021-07-011-5/+5
* mm/rmap: split migration into its own functionAlistair Popple2021-07-011-5/+4
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-011-6/+20
* mm: remove special swap entry functionsAlistair Popple2021-07-011-3/+3
* mm: migrate: check mapcount for THP instead of refcountYang Shi2021-06-301-12/+4
* mm: migrate: don't split THP for misplaced NUMA pageYang Shi2021-06-301-1/+3
* mm: migrate: account THP NUMA migration counters correctlyYang Shi2021-06-301-3/+4
* mm: thp: refactor NUMA fault handlingYang Shi2021-06-301-144/+33
* mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song2021-06-301-1/+1
* mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-301-1/+1
* mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-06-301-1/+3
* mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-301-1/+4
* mm/migrate: use vma_lookup() in do_pages_stat_array()Liam Howlett2021-06-291-2/+2
* mm, thp: use head page in __migration_entry_wait()Xu Yu2021-06-161-0/+1
* mm: fix typos in commentsIngo Molnar2021-05-071-4/+4
* mm: cma: add trace events for CMA alloc perf testingLiam Mark2021-05-051-0/+2
* Revert "mm: migrate: skip shared exec THP for NUMA balancing"Miaohe Lin2021-05-051-16/+2
* mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_ho...Miaohe Lin2021-05-051-17/+11
* mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin2021-05-051-0/+7
* mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' caseMiaohe Lin2021-05-051-1/+1
* mm/migrate.c: make putback_movable_page() staticMiaohe Lin2021-05-051-6/+1
* mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim2021-05-051-26/+2
* mm: disable LRU pagevec during the migration temporarilyMinchan Kim2021-05-051-4/+7
* mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)2021-04-301-1/+1
* mm: memcg: add swapcache stat for memcg v2Shakeel Butt2021-02-241-0/+6
* mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)2021-02-241-2/+2
* mm: migrate: do not migrate HugeTLB page whose refcount is oneMuchun Song2021-02-051-0/+6
* mm: fix numa stats for thp migrationShakeel Butt2021-01-241-11/+12
* mm: memcg: fix memcg file_dirty numa statShakeel Butt2021-01-241-2/+2
* mm: fix some spelling mistakes in commentsHaitao Shi2020-12-151-1/+1
* mm: migrate: remove unused parameter in migrate_vma_insert_page()Stephen Zhang2020-12-151-4/+2
* mm: migrate: return -ENOSYS if THP migration is unsupportedYang Shi2020-12-151-16/+46
* mm: migrate: clean up migrate_prep{_local}Yang Shi2020-12-151-6/+2
* mm: migrate: skip shared exec THP for NUMA balancingYang Shi2020-12-151-2/+16
* mm: migrate: simplify the logic for handling permanent failureYang Shi2020-12-151-30/+38
* mm: truncate_complete_page() does not exist any moreYang Shi2020-12-151-1/+1
* mm/migrate.c: optimize migrate_vma_pages() mmu notifierRalph Campbell2020-12-151-5/+4
* mm/migrate.c: fix comment spellingLong Li2020-12-151-1/+1
* mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt2020-12-151-5/+3
* hugetlbfs: fix anon huge page migration raceMike Kravetz2020-11-141-20/+24
* mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...Miaohe Lin2020-10-181-28/+43
* mm,hwpoison: rework soft offline for in-use pagesOscar Salvador2020-10-161-8/+3
* mm/migrate: remove obsolete comment about device publicRalph Campbell2020-10-131-1/+1
* mm/migrate: remove cpages-- in migrate_vma_finalize()Ralph Campbell2020-10-131-1/+0
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+1
|\
| * bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-241-1/+1
* | mm/migrate: correct thp migration statsZi Yan2020-09-261-4/+3
* | mm: migration of hugetlbfs page skip memcgHugh Dickins2020-09-191-1/+2
* | mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell2020-09-051-0/+2
* | mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell2020-09-051-7/+5