aboutsummaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-01-13mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao1-0/+6
2025-01-13mm: migrate: remove unused argument vma from migrate_misplaced_folio()Donet Tom1-1/+1
2025-01-12mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts1-0/+12
2024-12-18mm: huge_memory: handle strsep not finding delimiterLeo Stone1-1/+1
2024-12-18mm: convert partially_mapped set/clear operations to be atomicUsama Arif1-4/+4
2024-12-18mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan1-4/+5
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-77/+150
2024-11-12mm/thp: fix deferred split queue not partially_mapped: fixHugh Dickins1-1/+3
2024-11-11mm: huge_memory: use strscpy() instead of strcpy()Maíra Canal1-2/+2
2024-11-11mm: move ``get_order_from_str()`` to internal.hMaíra Canal1-23/+15
2024-11-11mm: add per-order mTHP swpin countersBarry Song1-0/+3
2024-11-11mm: swap: count successful large folio zswap stores in hugepage zswpout statsKanchana P Sridhar1-0/+3
2024-11-07mm: remove references to page->index in huge_memory.cMatthew Wilcox (Oracle)1-9/+9
2024-11-06mm: huge_memory: move file_thp_enabled() into huge_memory.cKefeng Wang1-0/+15
2024-11-06mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan1-1/+7
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang1-1/+1
2024-11-06mm: allocate THP on hugezeropage wp-faultDev Jain1-1/+40
2024-11-06mm: abstract THP allocationDev Jain1-41/+57
2024-11-05mm: move mm flags to mm_types.hNanyong Sun1-1/+0
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins1-9/+26
2024-11-05mm/thp: fix deferred split queue not partially_mappedHugh Dickins1-4/+17