summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
9 hoursmm/huge_memory: use folio's memcg inside __folio_split()Zi Yan
9 hoursmigrate: replace RMP_ flags with TTU_ flagsMatthew Wilcox (Oracle)
9 hoursmm/huge_memory: replace can_split_folio() with direct refcount calculationZi Yan
9 hoursmm/huge_memory: change folio_split_supported() to folio_check_splittable()Zi Yan
9 hoursmm: thp: use folio_batch to handle THP splitting in deferred_split_scan()Muchun Song
9 hoursmm: thp: introduce folio_split_queue_lock and its variantsMuchun Song
4 daysmm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes
2026-08-23userfaultfd: wait on source PMD during UFFDIO_MOVEUsama Arif
2026-08-23mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes
2026-08-19mm/huge_memory: fix huge_zero_pfn raceLorenzo Stoakes (ARM)
2026-08-09mm/huge_memory: unlock i_mmap_rwsem before releasing after-split foliosKiryl Shutsemau (Meta)
2026-08-03mm/huge_memory: set PG_has_hwpoisoned only after new folio head is establishedRik van Riel
2026-06-19mm/huge_memory: update file PUD counter before folio_put()Yin Tirui
2026-06-19mm/huge_memory: update file PMD counter before folio_put()Yin Tirui
2026-03-25mm/huge_memory: fix a folio_split() race condition with folio_try_get()Zi Yan
2026-03-25mm/huge_memory: fix use of NULL folio in move_pages_huge_pmd()Chris Down
2026-03-12mm: thp: deny THP for files on anonymous inodesDeepanshu Kartikey
2026-01-08mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...Wei Yang
2026-01-02mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()Wei Yang
2025-11-24mm/huge_memory: fix NULL pointer deference when splitting folioWei Yang
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
2025-09-21mm, swap: wrap swap cache replacement with a helperKairui Song
2025-09-13mm/huge_memory: remove enforce_sysfs from __thp_vma_allowable_ordersUsama Arif
2025-09-13mm/huge_memory: add new_order and offset to split_huge_pages*() pr_debugZi Yan
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-13mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISEDDavid Hildenbrand
2025-09-13mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand
2025-09-13mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13mm: add persistent huge zero folioPankaj Raghav
2025-09-13mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIOPankaj Raghav
2025-09-13mm: rename huge_zero_page to huge_zero_folioPankaj Raghav
2025-09-13mm/huge_memory: mark PMD mappings of the huge zero folio specialDavid Hildenbrand
2025-09-13mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()David Hildenbrand
2025-09-13mm/huge_memory: move more common code into insert_pud()David Hildenbrand
2025-09-13mm/huge_memory: move more common code into insert_pmd()David Hildenbrand
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu
2025-07-24mm/huge_memory: refactor after-split (page) cache codeZi Yan
2025-07-24mm/huge_memory: get frozen folio refcount with folio_expected_ref_count()Zi Yan
2025-07-24mm/huge_memory: convert VM_BUG* to VM_WARN* in __folio_splitZi Yan
2025-07-24mm/huge_memory: deduplicate code in __folio_split()Zi Yan
2025-07-24mm/huge_memory: remove after_split label in __split_unmapped_folio()Zi Yan
2025-07-24mm/huge_memory: move unrelated code out of __split_unmapped_folio()Zi Yan
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple