summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* compat: remove some compat entry pointsArnd Bergmann2021-09-081-13/+0
* mm: simplify compat_sys_move_pagesArnd Bergmann2021-09-081-15/+30
* mm: migrate: change to use bool type for 'page_was_mapped'Baolin Wang2021-09-081-2/+2
* mm: migrate: fix the incorrect function name in commentsBaolin Wang2021-09-081-1/+1
* mm: migrate: introduce a local variable to get the number of pagesBaolin Wang2021-09-081-2/+3
* mm/migrate: correct kernel-doc notationRandy Dunlap2021-09-031-1/+1
* mm/migrate: enable returning precise migrate_pages() success countYang Shi2021-09-031-3/+8
* mm/migrate: update node demotion order on hotplug eventsDave Hansen2021-09-031-1/+89
* mm/numa: automatically generate node migration orderDave Hansen2021-09-031-0/+216
* mm/migrate: fix NR_ISOLATED corruption on 64-bitAneesh Kumar K.V2021-07-301-1/+1
* mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2021-07-121-48/+0
* 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