summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple2020-09-051-4/+11
* | mm/migrate: fixup setting UFFD_WP flagAlistair Popple2020-09-051-1/+1
|/
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-9/+9
* mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim2020-08-121-2/+6
* mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-121-10/+16
* mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim2020-08-121-0/+5
* mm/hugetlb: unify migration callbacksJoonsoo Kim2020-08-121-4/+7
* mm/migrate: move migration helper from .h to .cJoonsoo Kim2020-08-121-0/+29
* mm/migrate.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* mm/vmstat: add events for THP migration without splitAnshuman Khandual2020-08-121-8/+44
* mm/migrate: optimize migrate_vma_setup() for holesRalph Campbell2020-08-121-2/+14
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-1/+1
* mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIERRalph Campbell2020-08-071-3/+3