summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla1-1/+8
2023-10-26mm: migrate: record the mlocked page status to remove unnecessary lru drainBaolin Wang1-19/+29
2023-10-26mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan1-2/+3
2023-10-26mm/migrate: correct nr_failed in migrate_pages_sync()Zi Yan1-3/+13
2023-10-26mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags()Kefeng Wang1-4/+4
2023-10-19hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham1-2/+1
2023-10-19mm/migrate: remove unused mm argument from do_move_pages_to_nodeGregory Price1-7/+6
2023-10-19Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-2/+12
2023-10-17mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar1-3/+3
2023-10-07mm/migrate: fix do_pages_move for compat pointersGregory Price1-2/+12
2023-10-04mm: migrate: remove isolated variable in add_page_for_migration()Kefeng Wang1-7/+4
2023-10-04mm: migrate: remove PageHead() check for HugeTLB in add_page_for_migration()Kefeng Wang1-4/+2
2023-10-04mm: migrate: use a folio in add_page_for_migration()Kefeng Wang1-21/+19
2023-10-04mm: migrate: use __folio_test_movable()Kefeng Wang1-7/+7
2023-10-04mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang1-18/+21
2023-10-04mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()Kefeng Wang1-10/+10
2023-10-04mm: migrate: remove THP mapcount check in numamigrate_isolate_page()Kefeng Wang1-4/+0
2023-10-04mm: migrate: remove PageTransHuge check in numamigrate_isolate_page()Kefeng Wang1-2/+0
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand1-1/+1
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-2/+5
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2023-08-18migrate: use folio_set_bh() instead of set_bh_page()Matthew Wilcox (Oracle)1-1/+1
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells1-2/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-2/+2
2023-07-12mm: Make pte_mkwrite() take a VMARick Edgecombe1-1/+1
2023-06-24mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)1-1/+0
2023-06-24mm: fix shmem THP counters on migrationJan Glauber1-0/+5
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