summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07mm/huge_memory: fix NULL pointer deference when splitting folioWei Yang1-12/+10
2025-11-24mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan1-8/+1
2025-11-24mm/huge_memory: fix folio split check for anon folios in swapcacheZi Yan1-2/+4
2025-11-24mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 orderZi Yan1-3/+20
2025-10-29mm: prevent poison consumption when splitting THPQiuxu Zhuo1-0/+3
2025-10-19mm/thp: fix MTE tag mismatch when replacing zero-filled subpagesLance Yang1-12/+3
2025-07-24mm/huge_memory: refactor after-split (page) cache codeZi Yan1-16/+28
2025-07-24mm/huge_memory: get frozen folio refcount with folio_expected_ref_count()Zi Yan1-7/+5
2025-07-24mm/huge_memory: convert VM_BUG* to VM_WARN* in __folio_splitZi Yan1-3/+7
2025-07-24mm/huge_memory: deduplicate code in __folio_split()Zi Yan1-38/+35
2025-07-24mm/huge_memory: remove after_split label in __split_unmapped_folio()Zi Yan1-6/+6
2025-07-24mm/huge_memory: move unrelated code out of __split_unmapped_folio()Zi Yan1-137/+133
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-10/+11
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple1-14/+9
2025-07-09mm/huge_memory: remove pXd_devmap usage from insert_pXd_pfn()Alistair Popple1-10/+2
2025-07-09mm/gup: remove pXX_devmap usage from get_user_pages()Alistair Popple1-40/+0
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-1/+1
2025-07-09mm: huge_memory: fix the check for allowed huge orders in shmemBaolin Wang1-1/+1
2025-07-09mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()David Hildenbrand1-23/+29
2025-07-09mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pmd()David Hildenbrand1-19/+40
2025-07-09mm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()David Hildenbrand1-4/+3
2025-05-22mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()David Hildenbrand1-2/+3
2025-05-12mm/huge_memory: remove useless folio pointers passingGavin Guo1-8/+8
2025-05-12mm/huge_memory: adjust try_to_migrate_one() and split_huge_pmd_locked()Gavin Guo1-19/+2
2025-05-11mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()Fan Ni1-1/+1
2025-05-11mm: huge_memory: add folio_mark_accessed() when zapping file THPBaolin Wang1-0/+8
2025-05-11mm: add folio_mk_pmd()Matthew Wilcox (Oracle)1-6/+5
2025-05-07mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo1-3/+8
2025-03-21mm: separate folio_split_memcg_refs() from split_page_memcg()Matthew Wilcox (Oracle)1-12/+4
2025-03-17mm: convert lru_add_page_tail() to lru_add_split_folio()Matthew Wilcox (Oracle)1-9/+9
2025-03-17mm/truncate: use folio_split() in truncate operationZi Yan1-3/+3
2025-03-17mm/huge_memory: add folio_split() to debugfs testing interfaceZi Yan1-13/+34
2025-03-17mm/huge_memory: remove the old, unused __split_huge_page()Zi Yan1-215/+0
2025-03-17mm/huge_memory: add buddy allocator like (non-uniform) folio_split()Zi Yan1-42/+128
2025-03-17mm/huge_memory: move folio split common code to __folio_split()Zi Yan1-50/+62
2025-03-17mm/huge_memory: add two new (not yet used) functions for folio_split()Zi Yan1-1/+353
2025-03-17mm: remove redundant return in set_huge_zero_folio()Dev Jain1-2/+0
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand1-1/+1
2025-03-17mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friendsDavid Hildenbrand1-1/+1
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand1-0/+8
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple1-2/+4
2025-03-17mm/huge_memory: add vmf_insert_folio_pmd()Alistair Popple1-12/+53
2025-03-17mm/huge_memory: add vmf_insert_folio_pud()Alistair Popple1-12/+87
2025-03-16mm: avoid splitting pmd for lazyfree pmd-mapped THP in try_to_unmapBarry Song1-7/+17
2025-03-16mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes1-13/+6
2025-03-16mm/huge_memory: allow split shmem large folio to any lower orderZi Yan1-7/+1
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner1-1/+1
2025-03-16mm/huge_memory: drop beyond-EOF folios with the right number of refsZi Yan1-1/+1
2025-01-25mm/huge_memory: convert has_hwpoisoned into a pure folio flagDavid Hildenbrand1-1/+1
2025-01-25mm/huge_memory.c: rename shadowed localAndrew Morton1-4/+5