summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
9 daysMerge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
13 daysmm/huge_memory: fix folio split stats countingZi Yan
13 daysmm/huge_memory: make min_order_for_split() always return an orderZi Yan
13 daysmm/huge_memory: replace can_split_folio() with direct refcount calculationZi Yan
13 daysmm/huge_memory: change folio_split_supported() to folio_check_splittable()Zi Yan
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang
2025-11-24memcg: remove __lruvec_stat_mod_folioShakeel Butt
2025-11-24mm/huge_memory.c: introduce folio_split_unmappedBalbir Singh
2025-11-24mm: thp: reparent the split queue during memcg offlineQi Zheng
2025-11-24mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()Muchun Song
2025-11-24mm: thp: introduce folio_split_queue_lock and its variantsMuchun Song
2025-11-24mm: thp: replace folio_memcg() with folio_memcg_charged()Muchun Song
2025-11-24mm: remove remaining is_swap_pmd() users and is_swap_pmd()Lorenzo Stoakes
2025-11-24mm: introduce pmd_is_huge() and use where appropriateLorenzo Stoakes
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes
2025-11-24mm/huge_memory: refactor change_huge_pmd() non-present logicLorenzo Stoakes
2025-11-24mm/huge_memory: refactor copy_huge_pmd() non-present logicLorenzo Stoakes
2025-11-24mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes
2025-11-24mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...Wei Yang
2025-11-24mm/huge_memory: introduce enum split_type for clarityWei Yang
2025-11-24mm/huge_memory: fix kernel-doc comments for folio_split() and relatedZi Yan
2025-11-24mm/huge_memory: only get folio_order() once during __folio_split()Wei Yang
2025-11-24mm/khugepaged: unify pmd folio installation with map_anon_folio_pmd()Wei Yang
2025-11-24mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()Wei Yang
2025-11-24mm/migrate_device: add THP splitting during migrationBalbir Singh
2025-11-24mm/memory/fault: add THP fault handling for zone device private pagesBalbir Singh
2025-11-24mm/huge_memory: implement device-private THP splittingBalbir Singh
2025-11-24mm/rmap: extend rmap and migration support device-private entriesBalbir Singh
2025-11-24mm/huge_memory: add device-private THP support to PMD operationsBalbir Singh
2025-11-24Merge branch 'mm-hotfixes-stable' into mm-stable in order to mergeAndrew Morton
2025-11-24mm/huge_memory: fix NULL pointer deference when splitting folioWei Yang
2025-11-19mm: add spurious fault fixing support for huge pmdHuang Ying
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo
2025-11-16mm/huge_memory: optimize old_order derivation during folio splittingWei Yang
2025-11-16mm/huge_memory: optimize and simplify folio stat update after splitWei Yang
2025-11-16mm/huge_memory: update folio stat after successful splitWei Yang
2025-11-16mm/huge_memory: avoid reinvoking folio_test_anon()Wei Yang
2025-11-16mm: huge_memory: use folio_can_map_prot_numa() for pmd folioKefeng Wang
2025-11-16mm/userfaultfd: don't lock anon_vma when performing UFFDIO_MOVELokesh Gidra
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts
2025-11-15mm/huge_memory: fix folio split check for anon folios in swapcacheZi Yan
2025-11-09mm/huge_memory: initialise the tags of the huge zero folioCatalin Marinas
2025-11-09mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 orderZi Yan
2025-11-09mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan
2025-10-15mm: prevent poison consumption when splitting THPQiuxu Zhuo
2025-10-07mm/thp: fix MTE tag mismatch when replacing zero-filled subpagesLance Yang
2025-09-21mm: skip mlocked THPs that are underused early in deferred_split_scan()Lance Yang
2025-09-21mm, swap: use the swap table for the swap cache and switch APIKairui Song