summaryrefslogtreecommitdiff
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-5/+6
|\
| * mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-5/+6
* | mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand2023-04-211-4/+1
* | migrate_pages_batch: fix statistics for longterm pin retryHuang Ying2023-04-211-0/+3
* | mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...David Hildenbrand2023-04-181-2/+0
* | mm/migrate: drop pte_mkhuge() in remove_migration_pte()Anshuman Khandual2023-03-281-1/+0
* | migrate_pages: try migrate in batch asynchronously firstlyHuang Ying2023-03-071-18/+62
* | migrate_pages: move split folios processing out of migrate_pages_batch()Huang Ying2023-03-071-50/+28
* | migrate_pages: fix deadlock in batched migrationHuang Ying2023-03-071-43/+26
|/
* mm: avoid gcc complaint about pointer castingLinus Torvalds2023-03-041-2/+8
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-281/+653
|\
| * mm: change to return bool for isolate_movable_page()Baolin Wang2023-02-201-3/+3
| * mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang2023-02-201-4/+3
| * mm: change to return bool for isolate_lru_page()Baolin Wang2023-02-201-3/+6
| * migrate_pages: move THP/hugetlb migration support check to simplify codeHuang Ying2023-02-161-47/+36
| * migrate_pages: batch flushing TLBHuang Ying2023-02-161-1/+4
| * migrate_pages: share more code between _unmap and _moveHuang Ying2023-02-161-122/+85
| * migrate_pages: move migrate_folio_unmap()Huang Ying2023-02-161-50/+50
| * migrate_pages: batch _unmap and _moveHuang Ying2023-02-161-25/+189
| * migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying2023-02-161-41/+128
| * migrate_pages: restrict number of pages to migrate in batchHuang Ying2023-02-161-68/+106
| * migrate_pages: separate hugetlb folios migrationHuang Ying2023-02-161-22/+119
| * migrate_pages: organize stats with struct migrate_pages_statsHuang Ying2023-02-161-26/+34
| * mm/migrate: convert putback_movable_pages() to use foliosVishal Moola (Oracle)2023-02-131-23/+23
| * mm/migrate: convert isolate_movable_page() to use foliosVishal Moola (Oracle)2023-02-131-19/+20
| * mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)2023-02-131-1/+1
| * mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar2023-02-131-4/+4
| * mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar2023-02-131-1/+4
| * mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar2023-02-131-1/+1
| * mm: mlock: update the interface to use foliosLorenzo Stoakes2023-02-021-1/+1
| * mm/hugetlb: move swap entry handling into vma lock when faultedPeter Xu2023-01-181-4/+21
* | mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2023-02-171-0/+2
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-132/+153
|\
| * mm/migrate.c: stop using 0 as NULL pointerYang Li2022-11-301-1/+1
| * migrate: convert migrate_pages() to use foliosHuang Ying2022-11-301-98/+112
| * migrate: convert unmap_and_move() to use foliosHuang Ying2022-11-301-27/+27
| * Revert "mm: migration: fix the FOLL_GET failure on following huge page"Baolin Wang2022-11-301-8/+2
| * mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar2022-11-301-2/+2
| * mm: migrate: try again if THP split is failed due to page refcntBaolin Wang2022-11-081-3/+16
| * mm/hugetlb: add folio_hstate()Sidhartha Kumar2022-11-081-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-12-121-0/+1
|\ \
| * | mm: export buffer_migrate_folio_norefs()Jan Kara2022-12-081-0/+1
| |/
* | Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-121-3/+12
|\ \ | |/ |/|
| * mm/migrate: make isolate_movable_page() skip slab pagesVlastimil Babka2022-11-211-3/+12
* | mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang2022-10-281-0/+7
|/
* mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-121-14/+20
* mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)2022-10-031-3/+3
* migrate: convert unmap_and_move_huge_page() to use foliosMatthew Wilcox (Oracle)2022-10-031-14/+14
* migrate: convert __unmap_and_move() to use foliosMatthew Wilcox (Oracle)2022-10-031-38/+37
* mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang2022-09-261-7/+12