summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mm: migrate: fix the return value of migrate_pages()Baolin Wang2022-01-151-16/+47
| * mm: change page type prior to adding page table entryPasha Tatashin2022-01-151-3/+2
* | mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)2022-01-081-8/+0
* | filemap: Add folio_put_wait_locked()Matthew Wilcox (Oracle)2022-01-041-11/+10
|/
* mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-117/+28
* mm: migrate: simplify the file-backed pages validation when migrating its map...Baolin Wang2021-11-111-6/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+61
|\
| * mm: migrate: make demotion knob depend on migrationYang Shi2021-11-061-0/+61
* | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-95/+94
|\ \ | |/ |/|
| * mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)2021-10-181-9/+5
| * mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)2021-10-181-43/+41
| * mm/migrate: Add folio_migrate_mapping()Matthew Wilcox (Oracle)2021-10-181-41/+44
| * mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)2021-09-271-1/+3
| * mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)2021-09-271-1/+1
* | mm/migrate: fix CPUHP state to update node demotion orderHuang Ying2021-10-181-3/+5
* | mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen2021-10-181-21/+21
* | mm/migrate: optimize hotplug-time demotion order updatesDave Hansen2021-10-181-1/+11
|/
* compat: remove some compat entry pointsArnd Bergmann2021-09-081-13/+0
* mm: simplify compat_sys_move_pagesArnd Bergmann2021-09-081-15/+30