summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2024-11-06mm: huge_memory: move file_thp_enabled() into huge_memory.cKefeng Wang
2024-11-06mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang
2024-11-06mm: allocate THP on hugezeropage wp-faultDev Jain
2024-11-06mm: abstract THP allocationDev Jain
2024-11-05mm: move mm flags to mm_types.hNanyong Sun
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins
2024-11-05mm/thp: fix deferred split queue not partially_mappedHugh Dickins
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang
2024-10-09mm/huge_memory: check pmd_special() only after pmd_present()David Hildenbrand
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-17mm/fork: accept huge pfnmap entriesPeter Xu
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu
2024-09-17mm: mark special bits for huge pfn mappings when injectPeter Xu
2024-09-17mm: drop is_huge_zero_pud()Peter Xu
2024-09-17mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag setMiaohe Lin
2024-09-09mm/codetag: fix pgalloc_tag_split()Yu Zhao
2024-09-09mm: thp: simplify split_huge_pages_pid()Nanyong Sun
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel
2024-09-09mm: add sysfs entry to disable splitting underused THPsUsama Arif
2024-09-09mm: split underused THPsUsama Arif
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao
2024-09-09mm: count the number of partially mapped anonymous THPs per sizeBarry Song
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song
2024-09-09mm: tidy up shmem mTHP controls and statsRyan Roberts
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)
2024-09-03mm: remove PageUnevictableMatthew Wilcox (Oracle)
2024-09-02mm: split a folio in minimum folio order chunksLuis Chamberlain
2024-09-01mm: override mTHP "enabled" defaults at kernel cmdlineRyan Roberts
2024-09-01mm/mprotect: fix dax pud handlingsPeter Xu
2024-09-01mm/x86: implement arch_check_zapped_pud()Peter Xu
2024-09-01mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan
2024-09-01mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan
2024-09-01memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()Zi Yan
2024-09-01mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang
2024-09-01mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang
2024-08-15mm/numa: no task_numa_fault() call if PMD is changedZi Yan
2024-07-26mm/huge_memory: avoid PMD-size page cache if neededGavin Shan
2024-07-26mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi
2024-07-12mm: shmem: rename mTHP shmem countersRyan Roberts
2024-07-12mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li
2024-07-12mm: fix khugepaged activation policyRyan Roberts
2024-07-12mm: add per-order mTHP split countersLance Yang
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi
2024-07-04mm: refactor folio_undo_large_rmappable()Kefeng Wang