summaryrefslogtreecommitdiff
path: root/include/linux/huge_mm.h
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+6
2025-12-09mm/huge_memory: make min_order_for_split() always return an orderZi Yan1-3/+3
2025-12-09mm/huge_memory: replace can_split_folio() with direct refcount calculationZi Yan1-1/+0
2025-12-09mm/huge_memory: change folio_split_supported() to folio_check_splittable()Zi Yan1-3/+3
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-31/+81
2025-12-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2025-11-25mm/huge_memory.c: introduce folio_split_unmappedBalbir Singh1-2/+3
2025-11-25mm: thp: reparent the split queue during memcg offlineQi Zheng1-0/+4
2025-11-25mm: remove remaining is_swap_pmd() users and is_swap_pmd()Lorenzo Stoakes1-9/+0
2025-11-25mm: introduce pmd_is_huge() and use where appropriateLorenzo Stoakes1-4/+35
2025-11-25mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...Wei Yang1-5/+3
2025-11-25mm/huge_memory: introduce enum split_type for clarityWei Yang1-0/+5
2025-11-25mm/huge_memory: fix kernel-doc comments for folio_split() and relatedZi Yan1-4/+6
2025-11-25mm/huge_memory: add split_huge_page_to_order()Zi Yan1-2/+10
2025-11-25mm/khugepaged: unify pmd folio installation with map_anon_folio_pmd()Wei Yang1-0/+2
2025-11-25mm/migrate_device: add THP splitting during migrationBalbir Singh1-2/+9
2025-11-25mm/memory/fault: add THP fault handling for zone device private pagesBalbir Singh1-0/+7
2025-11-19mm: add spurious fault fixing support for huge pmdHuang Ying1-1/+1
2025-11-17mm/thp: drop follow_devmap_pmd() default stubAnshuman Khandual1-6/+0
2025-11-10mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan1-32/+23
2025-09-22huge_memory: return -EINVAL in folio split functions when THP is disabledPankaj Raghav1-4/+8
2025-09-14huge_mm.h: disallow is_huge_zero_folio(NULL)Max Kellermann1-0/+2
2025-09-14mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISEDDavid Hildenbrand1-1/+7
2025-09-14mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand1-12/+18
2025-09-14prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand1-5/+15
2025-09-14mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes1-1/+1
2025-09-14mm: add largest_zero_folio() routinePankaj Raghav1-0/+22
2025-09-14mm: add persistent huge zero folioPankaj Raghav1-0/+16
2025-07-25mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()David Hildenbrand1-1/+11
2025-07-14mm/madvise: eliminate very confusing manipulation of prev VMALorenzo Stoakes1-5/+4
2025-07-10mm: remove callers of pfn_t functionalityAlistair Popple1-2/+4
2025-07-10mm: remove redundant pXd_devmap callsAlistair Popple1-6/+4
2025-07-10mm/gup: remove pXX_devmap usage from get_user_pages()Alistair Popple1-3/+0
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-6/+6
2025-05-13mm/huge_memory: remove useless folio pointers passingGavin Guo1-8/+7
2025-05-12arch: remove mk_pmd()Matthew Wilcox (Oracle)1-2/+0
2025-03-18mm/truncate: use folio_split() in truncate operationZi Yan1-0/+36
2025-03-18mm/huge_memory: add vmf_insert_folio_pmd()Alistair Popple1-0/+2
2025-03-18mm/huge_memory: add vmf_insert_folio_pud()Alistair Popple1-0/+2
2025-03-17mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes1-2/+2
2025-01-14mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao1-0/+2
2024-11-11mm: add per-order mTHP swpin countersBarry Song1-0/+1
2024-11-11mm: swap: count successful large folio zswap stores in hugepage zswpout statsKanchana P Sridhar1-0/+1
2024-11-07mm: huge_memory: move file_thp_enabled() into huge_memory.cKefeng Wang1-13/+0
2024-11-06mm: move mm flags to mm_types.hNanyong Sun1-1/+0
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang1-0/+18
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-52/+78
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu1-3/+3
2024-09-17mm: drop is_huge_zero_pud()Peter Xu1-10/+0
2024-09-10mm: introduce a pageflag for partially mapped foliosUsama Arif1-2/+2