aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)1-0/+1
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-97/+97
2022-05-13mm/migrate: convert move_to_new_page() into move_to_new_folio()Matthew Wilcox (Oracle)1-29/+29
2022-05-13mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya1-6/+5
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand1-2/+12
2022-05-09mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand1-1/+2
2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand1-1/+2
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()David Hildenbrand1-1/+1
2022-04-28mm: untangle config dependencies for demote-on-reclaimOscar Salvador1-5/+6
2022-04-28mm: migrate: simplify the refcount validation when migrating hugetlb mappingBaolin Wang1-5/+0
2022-04-28mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin1-2/+7
2022-04-28mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin1-3/+3
2022-04-28mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin1-0/+8
2022-04-28mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin1-24/+12
2022-04-28mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin1-2/+2
2022-04-28mm/migration: use helper macro min in do_pages_statMiaohe Lin1-6/+2
2022-04-28mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin1-2/+2
2022-04-28mm/migration: remove unneeded local variable page_lruMiaohe Lin1-3/+1
2022-04-28mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin1-4/+2
2022-04-28mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang1-3/+3
2022-04-07mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)1-42/+16
2022-04-07mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)1-12/+10
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior1-1/+1
2022-03-24mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual1-1/+3
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-814/+56
2022-03-22mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador1-37/+10
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying1-2/+14
2022-03-22NUMA Balancing: add page promotion counterHuang Ying1-3/+10
2022-03-22mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang1-6/+6
2022-03-22mm,migrate: fix establishing demotion targetHuang Ying1-2/+5
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins1-7/+0
2022-03-22mm: remove unneeded local variable follflagsMiaohe Lin1-3/+1
2022-03-22mm: replace multiple dcache flush with flush_dcache_folio()Muchun Song1-6/+2
2022-03-22mm: fix missing cache flush for all tail pages of compound pageMuchun Song1-2/+5
2022-03-22mm/gup: follow_pfn_pte(): -EEXIST cleanupJohn Hubbard1-0/+7
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)1-6/+4
2022-03-21mm/migrate: Convert remove_migration_ptes() to foliosMatthew Wilcox (Oracle)1-25/+30
2022-03-21mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle)1-2/+4
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)1-2/+3
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)1-6/+1
2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig1-753/+0
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_pagesChristoph Hellwig1-15/+12
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_pageChristoph Hellwig1-16/+15
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-6/+0
2022-02-17mm/munlock: page migration needs mlock pagevec drainedHugh Dickins1-0/+2
2022-02-17mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins1-12/+19
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-7/+2
2022-01-22mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple1-34/+4
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-124/+253