summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-27mm: migrate: annotate data-race in migrate_folio_unmap()Jeongjun Park1-1/+1
2024-09-10mm/codetag: add pgalloc_tag_copy()Yu Zhao1-0/+1
2024-09-10mm: migrate: remove unused includesKefeng Wang1-7/+0
2024-09-10mm: migrate: simplify find_mm_struct()Nanyong Sun1-7/+1
2024-09-10mm: introduce a pageflag for partially mapped foliosUsama Arif1-1/+2
2024-09-10mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao1-9/+63
2024-09-10mm: count the number of anonymous THPs per sizeBarry Song1-0/+4
2024-09-04mm: migrate: add isolate_folio_to_list()Kefeng Wang1-0/+26
2024-09-04mm: remove PageSwapCacheMatthew Wilcox (Oracle)1-1/+2
2024-09-04mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao1-2/+5
2024-09-02fs: remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)1-2/+0
2024-09-02mm/migrate: convert add_page_for_migration() from follow_page() to folio_walkDavid Hildenbrand1-55/+45
2024-09-02mm/migrate: convert do_pages_stat_array() from follow_page() to folio_walkDavid Hildenbrand1-16/+15
2024-09-02mm: consider CMA pages in watermark check for NUMA balancing target nodeKaiyang Zhao1-1/+1
2024-09-02memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled.Zi Yan1-1/+3
2024-08-16mm/migrate: fix deadlock in migrate_pages_batch() on large foliosGao Xiang1-5/+11
2024-07-22Merge 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-13mm/migrate: putback split folios when numa hint migration failsPeter Xu1-9/+2
2024-07-13mm: simplify folio_migrate_mapping()Hugh Dickins1-2/+1
2024-07-13mm: 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-04mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand1-44/+39
2024-07-04mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand1-2/+2
2024-07-04mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang1-7/+1
2024-07-04mm: migrate: remove migrate_folio_extra()Kefeng Wang1-22/+11
2024-07-04mm: migrate: simplify __buffer_migrate_folio()Kefeng Wang1-9/+1
2024-06-25mm/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-06mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)1-1/+1
2024-05-06mm/ksm: convert chain series funcs and replace get_ksm_pageAlex Shi (tencent)1-1/+1
2024-05-06mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()David Hildenbrand1-1/+1
2024-04-26remove references to page->flags in documentationMatthew Wilcox (Oracle)1-1/+1
2024-04-26mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand1-4/+4
2024-04-26mm/migrate: split source folio if it is on deferred split listZi Yan1-0/+23
2024-04-26mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang1-1/+2
2024-04-26mm: record the migration reason for struct migration_target_controlBaolin Wang1-0/+1
2024-02-24merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton1-0/+8
2024-02-24mm/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
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-23/+16
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+3