summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
12 daysmm: fix deferred split queue races during migrationLance Yang1-5/+10
2026-03-10mm/huge_memory: fix use of NULL folio in move_pages_huge_pmd()Chris Down1-1/+2
2026-03-04mm/huge_memory: fix a folio_split() race condition with folio_try_get()Zi Yan1-4/+9
2026-02-24mm: thp: deny THP for files on anonymous inodesDeepanshu Kartikey1-0/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2026-01-26migrate: replace RMP_ flags with TTU_ flagsMatthew Wilcox (Oracle)1-4/+4
2026-01-13simplify the callers of file_open_name()Al Viro1-12/+3
2025-12-13Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-75/+90
2025-12-09mm/huge_memory: fix folio split stats countingZi Yan1-5/+9
2025-12-09mm/huge_memory: make min_order_for_split() always return an orderZi Yan1-6/+19
2025-12-09mm/huge_memory: replace can_split_folio() with direct refcount calculationZi Yan1-32/+20
2025-12-09mm/huge_memory: change folio_split_supported() to folio_check_splittable()Zi Yan1-33/+43
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-470/+738
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-12/+21
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang1-6/+7
2025-11-24memcg: remove __lruvec_stat_mod_folioShakeel Butt1-2/+2
2025-11-24mm/huge_memory.c: introduce folio_split_unmappedBalbir Singh1-146/+202
2025-11-24mm: thp: reparent the split queue during memcg offlineQi Zheng1-0/+44
2025-11-24mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()Muchun Song1-46/+41
2025-11-24mm: thp: introduce folio_split_queue_lock and its variantsMuchun Song1-35/+84
2025-11-24mm: thp: replace folio_memcg() with folio_memcg_charged()Muchun Song1-1/+1
2025-11-24mm: remove remaining is_swap_pmd() users and is_swap_pmd()Lorenzo Stoakes1-2/+3
2025-11-24mm: introduce pmd_is_huge() and use where appropriateLorenzo Stoakes1-1/+2
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes1-49/+49
2025-11-24mm/huge_memory: refactor change_huge_pmd() non-present logicLorenzo Stoakes1-33/+39
2025-11-24mm/huge_memory: refactor copy_huge_pmd() non-present logicLorenzo Stoakes1-50/+59
2025-11-24mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes1-1/+3
2025-11-24mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...Wei Yang1-41/+30
2025-11-24mm/huge_memory: introduce enum split_type for clarityWei Yang1-15/+15
2025-11-24mm/huge_memory: fix kernel-doc comments for folio_split() and relatedZi Yan1-24/+28
2025-11-24mm/huge_memory: only get folio_order() once during __folio_split()Wei Yang1-9/+9
2025-11-24mm/khugepaged: unify pmd folio installation with map_anon_folio_pmd()Wei Yang1-4/+10
2025-11-24mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()Wei Yang1-1/+1
2025-11-24mm/migrate_device: add THP splitting during migrationBalbir Singh1-21/+25
2025-11-24mm/memory/fault: add THP fault handling for zone device private pagesBalbir Singh1-0/+38
2025-11-24mm/huge_memory: implement device-private THP splittingBalbir Singh1-12/+75
2025-11-24mm/rmap: extend rmap and migration support device-private entriesBalbir Singh1-1/+22
2025-11-24mm/huge_memory: add device-private THP support to PMD operationsBalbir Singh1-9/+47
2025-11-24Merge branch 'mm-hotfixes-stable' into mm-stable in order to mergeAndrew Morton1-12/+10
2025-11-24mm/huge_memory: fix NULL pointer deference when splitting folioWei Yang1-12/+10
2025-11-19mm: add spurious fault fixing support for huge pmdHuang Ying1-12/+21
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo1-1/+1
2025-11-16mm/huge_memory: optimize old_order derivation during folio splittingWei Yang1-5/+8
2025-11-16mm/huge_memory: optimize and simplify folio stat update after splitWei Yang1-14/+4
2025-11-16mm/huge_memory: update folio stat after successful splitWei Yang1-33/+11
2025-11-16mm/huge_memory: avoid reinvoking folio_test_anon()Wei Yang1-3/+4
2025-11-16mm: huge_memory: use folio_can_map_prot_numa() for pmd folioKefeng Wang1-14/+3
2025-11-16mm/userfaultfd: don't lock anon_vma when performing UFFDIO_MOVELokesh Gidra1-21/+1