summaryrefslogtreecommitdiff
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-16/+31
|\
| * mm: memcontrol: make all the callers of {folio,page}_memcg() safeMuchun Song2022-06-271-0/+4
| * mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-06-271-2/+2
| * mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin2022-06-271-4/+19
| * mm/migration: return errno when isolate_huge_page failedMiaohe Lin2022-06-271-3/+4
| * mm/migration: remove unneeded lock page and PageMovable checkMiaohe Lin2022-06-271-7/+2
* | fs: Remove aops->migratepage()Matthew Wilcox (Oracle)2022-06-261-3/+0
* | hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)2022-06-261-9/+9
* | mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-06-261-0/+20
* | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-06-261-17/+20
* | mm/migrate: Convert expected_page_refs() to folio_expected_refs()Matthew Wilcox (Oracle)2022-06-261-7/+12
* | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-06-261-30/+46
* | mm/migrate: Convert writeout() to take a folioMatthew Wilcox (Oracle)2022-06-261-11/+10
* | mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()Matthew Wilcox (Oracle)2022-06-261-10/+9
* | fs: Add aops->migrate_folioMatthew Wilcox (Oracle)2022-06-261-4/+7
* | mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-06-261-12/+12
|/
* mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)2022-06-231-0/+1
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-97/+97
|\
| * mm/migrate: convert move_to_new_page() into move_to_new_folio()Matthew Wilcox (Oracle)2022-05-131-29/+29
| * mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya2022-05-131-6/+5
| * 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
* | fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
|/
* 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