aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple1-117/+28
2021-11-11mm: migrate: simplify the file-backed pages validation when migrating its mappingBaolin Wang1-6/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+61
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi1-0/+61
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-95/+94
2021-10-18mm/migrate: fix CPUHP state to update node demotion orderHuang Ying1-3/+5
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen1-21/+21
2021-10-18mm/migrate: optimize hotplug-time demotion order updatesDave Hansen1-1/+11
2021-10-18mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)1-9/+5
2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)1-43/+41
2021-10-18mm/migrate: Add folio_migrate_mapping()Matthew Wilcox (Oracle)1-41/+44
2021-09-27mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)1-1/+3
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)1-1/+1
2021-09-08compat: remove some compat entry pointsArnd Bergmann1-13/+0
2021-09-08mm: simplify compat_sys_move_pagesArnd Bergmann1-15/+30
2021-09-08mm: migrate: change to use bool type for 'page_was_mapped'Baolin Wang1-2/+2
2021-09-08mm: migrate: fix the incorrect function name in commentsBaolin Wang1-1/+1
2021-09-08mm: migrate: introduce a local variable to get the number of pagesBaolin Wang1-2/+3
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