aboutsummaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins1-2/+2
2024-10-31vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price1-1/+1
2024-10-30mm: avoid VM_BUG_ON when try to map an anon large folio to zero page.Zi Yan1-1/+2
2024-09-26mm: migrate: annotate data-race in migrate_folio_unmap()Jeongjun Park1-1/+1
2024-09-09mm/codetag: add pgalloc_tag_copy()Yu Zhao1-0/+1
2024-09-09mm: migrate: remove unused includesKefeng Wang1-7/+0
2024-09-09mm: migrate: simplify find_mm_struct()Nanyong Sun1-7/+1
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif1-1/+2
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao1-9/+63
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song1-0/+4
2024-09-03mm: migrate: add isolate_folio_to_list()Kefeng Wang1-0/+26
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)1-1/+2
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao1-2/+5
2024-09-01fs: remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)1-2/+0
2024-09-01mm/migrate: convert add_page_for_migration() from follow_page() to folio_walkDavid Hildenbrand1-55/+45
2024-09-01mm/migrate: convert do_pages_stat_array() from follow_page() to folio_walkDavid Hildenbrand1-16/+15
2024-09-01mm: consider CMA pages in watermark check for NUMA balancing target nodeKaiyang Zhao1-1/+1
2024-09-01memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled.Zi Yan1-1/+3
2024-08-15mm/migrate: fix deadlock in migrate_pages_batch() on large foliosGao Xiang1-5/+11
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-119/+94
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2024-07-12mm/migrate: putback split folios when numa hint migration failsPeter Xu1-9/+2
2024-07-12mm: simplify folio_migrate_mapping()Hugh Dickins1-2/+1
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-2/+2
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-1/+12
2024-07-12mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLEPaolo Bonzini1-1/+1
2024-07-06mm: migrate: remove folio_migrate_copy()Kefeng Wang1-7/+0
2024-07-06fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang1-2/+8
2024-07-06mm: migrate: support poisoned recover from migrate folioKefeng Wang1-3/+11
2024-07-06mm: migrate: split folio_migrate_mapping()Kefeng Wang1-16/+22
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-0/+13
2024-07-06mm: fix crashes from deferred split racing folio migrationHugh Dickins1-0/+13
2024-07-03mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand1-44/+39
2024-07-03mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand1-2/+2
2024-07-03mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang1-7/+1
2024-07-03mm: migrate: remove migrate_folio_extra()Kefeng Wang1-22/+11
2024-07-03mm: migrate: simplify __buffer_migrate_folio()Kefeng Wang1-9/+1
2024-06-24mm/migrate: make migrate_pages_batch() stats consistentZi Yan1-0/+5
2024-06-15mm/migrate: fix kernel BUG at mm/compaction.c:2761!Hugh Dickins1-1/+7
2024-05-05mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)1-1/+1
2024-05-05mm/ksm: convert chain series funcs and replace get_ksm_pageAlex Shi (tencent)1-1/+1
2024-05-05mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()David Hildenbrand1-1/+1
2024-04-25remove references to page->flags in documentationMatthew Wilcox (Oracle)1-1/+1
2024-04-25mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand1-4/+4
2024-04-25mm/migrate: split source folio if it is on deferred split listZi Yan1-0/+23
2024-04-25mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang1-1/+2
2024-04-25mm: record the migration reason for struct migration_target_controlBaolin Wang1-0/+1
2024-02-23merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton1-0/+8
2024-02-23mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park1-0/+8
2024-02-22mm/migrate: preserve exact soft-dirty statePaul Gofman1-2/+5