summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-091-2/+12
* mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand2022-05-091-1/+2
* mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-091-1/+2
* mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-091-1/+1
* mm: untangle config dependencies for demote-on-reclaimOscar Salvador2022-04-281-5/+6
* mm: migrate: simplify the refcount validation when migrating hugetlb mappingBaolin Wang2022-04-281-5/+0
* mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin2022-04-281-2/+7
* mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin2022-04-281-3/+3
* mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin2022-04-281-0/+8
* mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin2022-04-281-24/+12
* mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin2022-04-281-2/+2
* mm/migration: use helper macro min in do_pages_statMiaohe Lin2022-04-281-6/+2
* mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin2022-04-281-2/+2
* mm/migration: remove unneeded local variable page_lruMiaohe Lin2022-04-281-3/+1
* mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin2022-04-281-4/+2
* mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang2022-04-281-3/+3
* mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)2022-04-071-42/+16
* mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)2022-04-071-12/+10
* mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior2022-04-011-1/+1
* mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual2022-03-241-1/+3
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-814/+56
|\
| * mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)2022-03-211-6/+4
| * mm/migrate: Convert remove_migration_ptes() to foliosMatthew Wilcox (Oracle)2022-03-211-25/+30
| * mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle)2022-03-211-2/+4
| * mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)2022-03-211-2/+3
| * mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)2022-03-211-6/+1
| * mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig2022-03-031-753/+0
| * mm: refactor the ZONE_DEVICE handling in migrate_vma_pagesChristoph Hellwig2022-03-031-15/+12
| * mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_pageChristoph Hellwig2022-03-031-16/+15
| * mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-6/+0
| * mm/munlock: page migration needs mlock pagevec drainedHugh Dickins2022-02-171-0/+2
| * mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins2022-02-171-12/+19
| * mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-7/+2
* | mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador2022-03-221-37/+10
* | NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-221-2/+14
* | NUMA Balancing: add page promotion counterHuang Ying2022-03-221-3/+10
* | mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang2022-03-221-6/+6
* | mm,migrate: fix establishing demotion targetHuang Ying2022-03-221-2/+5
* | mm/fs: delete PF_SWAPWRITEHugh Dickins2022-03-221-7/+0
* | mm: remove unneeded local variable follflagsMiaohe Lin2022-03-221-3/+1
* | mm: replace multiple dcache flush with flush_dcache_folio()Muchun Song2022-03-221-6/+2
* | mm: fix missing cache flush for all tail pages of compound pageMuchun Song2022-03-221-2/+5
* | mm/gup: follow_pfn_pte(): -EEXIST cleanupJohn Hubbard2022-03-221-0/+7
|/
* mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple2022-01-221-34/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-124/+253
|\
| * mm/migrate: remove redundant variables used in a for-loopColin Ian King2022-01-151-3/+2
| * mm/migrate: move node demotion code to near its userHuang Ying2022-01-151-133/+132
| * mm: migrate: add more comments for selecting target node randomlyBaolin Wang2022-01-151-0/+8
| * mm: migrate: support multiple target nodes demotionBaolin Wang2022-01-151-35/+129
| * mm: migrate: correct the hugetlb migration statsBaolin Wang2022-01-151-9/+8