summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
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
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple
2025-07-09mm/huge_memory: remove pXd_devmap usage from insert_pXd_pfn()Alistair Popple
2025-07-09mm/gup: remove pXX_devmap usage from get_user_pages()Alistair Popple
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09mm: huge_memory: fix the check for allowed huge orders in shmemBaolin Wang
2025-07-09mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()David Hildenbrand
2025-07-09mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pmd()David Hildenbrand
2025-07-09mm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()David Hildenbrand
2025-05-22mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()David Hildenbrand
2025-05-12mm/huge_memory: remove useless folio pointers passingGavin Guo
2025-05-12mm/huge_memory: adjust try_to_migrate_one() and split_huge_pmd_locked()Gavin Guo
2025-05-11mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()Fan Ni
2025-05-11mm: huge_memory: add folio_mark_accessed() when zapping file THPBaolin Wang
2025-05-11mm: add folio_mk_pmd()Matthew Wilcox (Oracle)
2025-05-07mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo
2025-03-21mm: separate folio_split_memcg_refs() from split_page_memcg()Matthew Wilcox (Oracle)
2025-03-17mm: convert lru_add_page_tail() to lru_add_split_folio()Matthew Wilcox (Oracle)
2025-03-17mm/truncate: use folio_split() in truncate operationZi Yan
2025-03-17mm/huge_memory: add folio_split() to debugfs testing interfaceZi Yan
2025-03-17mm/huge_memory: remove the old, unused __split_huge_page()Zi Yan
2025-03-17mm/huge_memory: add buddy allocator like (non-uniform) folio_split()Zi Yan
2025-03-17mm/huge_memory: move folio split common code to __folio_split()Zi Yan
2025-03-17mm/huge_memory: add two new (not yet used) functions for folio_split()Zi Yan
2025-03-17mm: remove redundant return in set_huge_zero_folio()Dev Jain