summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-20mm: ptep_get() conversionRyan Roberts1-6/+8
2023-06-20mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins1-0/+3
2023-06-20mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins1-24/+13
2023-06-10mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)1-86/+75
2023-06-10migrate_pages_batch: simplify retrying and failure counting of large foliosHuang Ying1-76/+36
2023-06-10migrate_pages: avoid blocking for IO in MIGRATE_SYNC_LIGHTDouglas Anderson1-23/+26
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+6
2023-04-22mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand1-4/+1
2023-04-22migrate_pages_batch: fix statistics for longterm pin retryHuang Ying1-0/+3
2023-04-19mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...David Hildenbrand1-2/+0
2023-03-29mm/migrate: drop pte_mkhuge() in remove_migration_pte()Anshuman Khandual1-1/+0
2023-03-16mm: Introduce untagged_addr_remote()Kirill A. Shutemov1-5/+6
2023-03-08migrate_pages: try migrate in batch asynchronously firstlyHuang Ying1-18/+62
2023-03-08migrate_pages: move split folios processing out of migrate_pages_batch()Huang Ying1-50/+28
2023-03-08migrate_pages: fix deadlock in batched migrationHuang Ying1-43/+26
2023-03-05mm: avoid gcc complaint about pointer castingLinus Torvalds1-2/+8
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-281/+653
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang1-3/+3
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang1-4/+3
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang1-3/+6
2023-02-18mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu1-0/+2
2023-02-17migrate_pages: move THP/hugetlb migration support check to simplify codeHuang Ying1-47/+36
2023-02-17migrate_pages: batch flushing TLBHuang Ying1-1/+4
2023-02-17migrate_pages: share more code between _unmap and _moveHuang Ying1-122/+85
2023-02-17migrate_pages: move migrate_folio_unmap()Huang Ying1-50/+50
2023-02-17migrate_pages: batch _unmap and _moveHuang Ying1-25/+189
2023-02-17migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying1-41/+128
2023-02-17migrate_pages: restrict number of pages to migrate in batchHuang Ying1-68/+106
2023-02-17migrate_pages: separate hugetlb folios migrationHuang Ying1-22/+119
2023-02-17migrate_pages: organize stats with struct migrate_pages_statsHuang Ying1-26/+34
2023-02-14mm/migrate: convert putback_movable_pages() to use foliosVishal Moola (Oracle)1-23/+23
2023-02-14mm/migrate: convert isolate_movable_page() to use foliosVishal Moola (Oracle)1-19/+20
2023-02-14mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)1-1/+1
2023-02-14mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar1-4/+4
2023-02-14mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar1-1/+4
2023-02-14mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar1-1/+1
2023-02-03mm: mlock: update the interface to use foliosLorenzo Stoakes1-1/+1
2023-01-19mm/hugetlb: move swap entry handling into vma lock when faultedPeter Xu1-4/+21
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-132/+153
2022-12-13Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2022-12-12Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+12
2022-12-09mm: export buffer_migrate_folio_norefs()Jan Kara1-0/+1
2022-12-01mm/migrate.c: stop using 0 as NULL pointerYang Li1-1/+1
2022-12-01migrate: convert migrate_pages() to use foliosHuang Ying1-98/+112
2022-12-01migrate: convert unmap_and_move() to use foliosHuang Ying1-27/+27
2022-12-01Revert "mm: migration: fix the FOLL_GET failure on following huge page"Baolin Wang1-8/+2
2022-12-01mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar1-2/+2
2022-11-21mm/migrate: make isolate_movable_page() skip slab pagesVlastimil Babka1-3/+12
2022-11-09mm: migrate: try again if THP split is failed due to page refcntBaolin Wang1-3/+16
2022-11-09mm/hugetlb: add folio_hstate()Sidhartha Kumar1-1/+1