summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-28mm/huge_memory: drop beyond-EOF folios with the right number of refsZi Yan1-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/...Linus 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
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang1-12/+1
2024-10-09mm/huge_memory: check pmd_special() only after pmd_present()David Hildenbrand1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-118/+471
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-4/+61
2024-09-17mm/fork: accept huge pfnmap entriesPeter Xu1-3/+26
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu1-2/+2
2024-09-17mm: mark special bits for huge pfn mappings when injectPeter Xu1-0/+4
2024-09-17mm: drop is_huge_zero_pud()Peter Xu1-12/+1
2024-09-17mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag setMiaohe Lin1-0/+2
2024-09-09mm/codetag: fix pgalloc_tag_split()Yu Zhao1-1/+1
2024-09-09mm: thp: simplify split_huge_pages_pid()Nanyong Sun1-6/+1
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel1-1/+1
2024-09-09mm: add sysfs entry to disable splitting underused THPsUsama Arif1-0/+26
2024-09-09mm: split underused THPsUsama Arif1-2/+58
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif1-11/+30
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao1-4/+4
2024-09-09mm: count the number of partially mapped anonymous THPs per sizeBarry Song1-0/+6
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song1-3/+10
2024-09-09mm: tidy up shmem mTHP controls and statsRyan Roberts1-28/+112
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)1-1/+3
2024-09-03mm: remove PageUnevictableMatthew Wilcox (Oracle)1-8/+8
2024-09-02mm: split a folio in minimum folio order chunksLuis Chamberlain1-4/+61
2024-09-01mm: override mTHP "enabled" defaults at kernel cmdlineRyan Roberts1-1/+97
2024-09-01mm/mprotect: fix dax pud handlingsPeter Xu1-0/+52
2024-09-01mm/x86: implement arch_check_zapped_pud()Peter Xu1-1/+3
2024-09-01mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan1-18/+11
2024-09-01mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand1-11/+16
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan1-4/+2
2024-09-01memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()Zi Yan1-1/+2