summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorLines
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-2/+2
2023-08-18migrate: use folio_set_bh() instead of set_bh_page()Matthew Wilcox (Oracle)-1/+1
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells-2/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig-2/+2
2023-07-11mm: Make pte_mkwrite() take a VMARick Edgecombe-1/+1
2023-06-23mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)-1/+0
2023-06-23mm: fix shmem THP counters on migrationJan Glauber-0/+5
2023-06-19mm: ptep_get() conversionRyan Roberts-6/+8
2023-06-19mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins-0/+3
2023-06-19mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins-24/+13
2023-06-09mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)-86/+75
2023-06-09migrate_pages_batch: simplify retrying and failure counting of large foliosHuang Ying-76/+36
2023-06-09migrate_pages: avoid blocking for IO in MIGRATE_SYNC_LIGHTDouglas Anderson-23/+26
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-5/+6
2023-04-21mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand-4/+1
2023-04-21migrate_pages_batch: fix statistics for longterm pin retryHuang Ying-0/+3
2023-04-18mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...David Hildenbrand-2/+0
2023-03-28mm/migrate: drop pte_mkhuge() in remove_migration_pte()Anshuman Khandual-1/+0
2023-03-16mm: Introduce untagged_addr_remote()Kirill A. Shutemov-5/+6
2023-03-07migrate_pages: try migrate in batch asynchronously firstlyHuang Ying-18/+62
2023-03-07migrate_pages: move split folios processing out of migrate_pages_batch()Huang Ying-50/+28
2023-03-07migrate_pages: fix deadlock in batched migrationHuang Ying-43/+26
2023-03-04mm: avoid gcc complaint about pointer castingLinus Torvalds-2/+8
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-281/+653
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang-3/+3
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang-4/+3
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang-3/+6
2023-02-17mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu-0/+2
2023-02-16migrate_pages: move THP/hugetlb migration support check to simplify codeHuang Ying-47/+36
2023-02-16migrate_pages: batch flushing TLBHuang Ying-1/+4
2023-02-16migrate_pages: share more code between _unmap and _moveHuang Ying-122/+85
2023-02-16migrate_pages: move migrate_folio_unmap()Huang Ying-50/+50
2023-02-16migrate_pages: batch _unmap and _moveHuang Ying-25/+189
2023-02-16migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying-41/+128
2023-02-16migrate_pages: restrict number of pages to migrate in batchHuang Ying-68/+106
2023-02-16migrate_pages: separate hugetlb folios migrationHuang Ying-22/+119
2023-02-16migrate_pages: organize stats with struct migrate_pages_statsHuang Ying-26/+34
2023-02-13mm/migrate: convert putback_movable_pages() to use foliosVishal Moola (Oracle)-23/+23
2023-02-13mm/migrate: convert isolate_movable_page() to use foliosVishal Moola (Oracle)-19/+20
2023-02-13mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)-1/+1
2023-02-13mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar-4/+4
2023-02-13mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar-1/+4
2023-02-13mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar-1/+1
2023-02-02mm: mlock: update the interface to use foliosLorenzo Stoakes-1/+1
2023-01-18mm/hugetlb: move swap entry handling into vma lock when faultedPeter Xu-4/+21
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-132/+153
2022-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+1
2022-12-12Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+12
2022-12-08mm: export buffer_migrate_folio_norefs()Jan Kara-0/+1