summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2022-04-07mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)
2022-04-07mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior
2022-03-24mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying
2022-03-22NUMA Balancing: add page promotion counterHuang Ying
2022-03-22mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang
2022-03-22mm,migrate: fix establishing demotion targetHuang Ying
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins
2022-03-22mm: remove unneeded local variable follflagsMiaohe Lin
2022-03-22mm: replace multiple dcache flush with flush_dcache_folio()Muchun Song
2022-03-22mm: fix missing cache flush for all tail pages of compound pageMuchun Song
2022-03-22mm/gup: follow_pfn_pte(): -EEXIST cleanupJohn Hubbard
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/migrate: Convert remove_migration_ptes() to foliosMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle)
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)
2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_pagesChristoph Hellwig
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_pageChristoph Hellwig
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig
2022-02-17mm/munlock: page migration needs mlock pagevec drainedHugh Dickins
2022-02-17mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins
2022-01-22mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/migrate: remove redundant variables used in a for-loopColin Ian King
2022-01-15mm/migrate: move node demotion code to near its userHuang Ying
2022-01-15mm: migrate: add more comments for selecting target node randomlyBaolin Wang
2022-01-15mm: migrate: support multiple target nodes demotionBaolin Wang
2022-01-15mm: migrate: correct the hugetlb migration statsBaolin Wang
2022-01-15mm: migrate: fix the return value of migrate_pages()Baolin Wang
2022-01-15mm: change page type prior to adding page table entryPasha Tatashin
2022-01-08mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)
2022-01-04filemap: Add folio_put_wait_locked()Matthew Wilcox (Oracle)
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple
2021-11-11mm: migrate: simplify the file-backed pages validation when migrating its map...Baolin Wang
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-18mm/migrate: fix CPUHP state to update node demotion orderHuang Ying
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen
2021-10-18mm/migrate: optimize hotplug-time demotion order updatesDave Hansen
2021-10-18mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)
2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)
2021-10-18mm/migrate: Add folio_migrate_mapping()Matthew Wilcox (Oracle)
2021-09-27mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)