summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2023-02-16migrate_pages: batch flushing TLBHuang Ying
2023-02-16migrate_pages: share more code between _unmap and _moveHuang Ying
2023-02-16migrate_pages: move migrate_folio_unmap()Huang Ying
2023-02-16migrate_pages: batch _unmap and _moveHuang Ying
2023-02-16migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying
2023-02-16migrate_pages: restrict number of pages to migrate in batchHuang Ying
2023-02-16migrate_pages: separate hugetlb folios migrationHuang Ying
2023-02-16migrate_pages: organize stats with struct migrate_pages_statsHuang Ying
2023-02-13mm/migrate: convert putback_movable_pages() to use foliosVishal Moola (Oracle)
2023-02-13mm/migrate: convert isolate_movable_page() to use foliosVishal Moola (Oracle)
2023-02-13mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)
2023-02-13mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar
2023-02-02mm: mlock: update the interface to use foliosLorenzo Stoakes
2023-01-18mm/hugetlb: move swap entry handling into vma lock when faultedPeter Xu
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-12-12Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-08mm: export buffer_migrate_folio_norefs()Jan Kara
2022-11-30mm/migrate.c: stop using 0 as NULL pointerYang Li
2022-11-30migrate: convert migrate_pages() to use foliosHuang Ying
2022-11-30migrate: convert unmap_and_move() to use foliosHuang Ying
2022-11-30Revert "mm: migration: fix the FOLL_GET failure on following huge page"Baolin Wang
2022-11-30mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar
2022-11-21mm/migrate: make isolate_movable_page() skip slab pagesVlastimil Babka
2022-11-08mm: migrate: try again if THP split is failed due to page refcntBaolin Wang
2022-11-08mm/hugetlb: add folio_hstate()Sidhartha Kumar
2022-10-28mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple
2022-10-03mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)
2022-10-03migrate: convert unmap_and_move_huge_page() to use foliosMatthew Wilcox (Oracle)
2022-10-03migrate: convert __unmap_and_move() to use foliosMatthew Wilcox (Oracle)
2022-09-26mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V
2022-09-26mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V
2022-09-26mm/demotion: move memory demotion related codeAneesh Kumar K.V
2022-09-26mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THPBaolin Wang
2022-09-26migrate_pages(): fix failure counting for retryHuang Ying
2022-09-26migrate_pages(): fix failure counting for THP splittingHuang Ying
2022-09-26migrate_pages(): fix failure counting for THP on -ENOSYSHuang Ying
2022-09-26migrate_pages(): fix failure counting for THP subpages retryingHuang Ying
2022-09-26migrate_pages(): fix THP failure counting for -ENOMEMHuang Ying
2022-09-26migrate_pages(): remove unnecessary list_safe_reset_next()Huang Ying
2022-09-26migrate: fix syscall move_pages() return value for failureHuang Ying
2022-09-26mm: remember young/dirty bit for page migrationsPeter Xu
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-09-11mm: migration: fix the FOLL_GET failure on following huge pageHaiyue Wang
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02fs: Remove aops->migratepage()Matthew Wilcox (Oracle)