summaryrefslogtreecommitdiff
path: root/include/linux/huge_mm.h
AgeCommit message (Expand)Author
2025-11-09mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan
2025-09-21huge_memory: return -EINVAL in folio split functions when THP is disabledPankaj Raghav
2025-09-13huge_mm.h: disallow is_huge_zero_folio(NULL)Max Kellermann
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-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand
2025-09-13mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13mm: add largest_zero_folio() routinePankaj Raghav
2025-09-13mm: add persistent huge zero folioPankaj Raghav
2025-07-24mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()David Hildenbrand
2025-07-13mm/madvise: eliminate very confusing manipulation of prev VMALorenzo Stoakes
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-09mm: remove redundant pXd_devmap callsAlistair 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-05-12mm/huge_memory: remove useless folio pointers passingGavin Guo
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)
2025-03-17mm/truncate: use folio_split() in truncate operationZi Yan
2025-03-17mm/huge_memory: add vmf_insert_folio_pmd()Alistair Popple
2025-03-17mm/huge_memory: add vmf_insert_folio_pud()Alistair Popple
2025-03-16mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes
2025-01-13mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao
2024-11-11mm: add per-order mTHP swpin countersBarry Song
2024-11-11mm: swap: count successful large folio zswap stores in hugepage zswpout statsKanchana P Sridhar
2024-11-06mm: huge_memory: move file_thp_enabled() into huge_memory.cKefeng Wang
2024-11-05mm: move mm flags to mm_types.hNanyong Sun
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu
2024-09-17mm: drop is_huge_zero_pud()Peter Xu
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif
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: cleanup count_mthp_stat() definitionRyan Roberts
2024-09-02mm: split a folio in minimum folio order chunksLuis Chamberlain
2024-09-01mm/mprotect: fix dax pud handlingsPeter Xu
2024-09-01mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand
2024-07-26mm/huge_memory: avoid PMD-size page cache if neededGavin Shan
2024-07-12mm: shmem: rename mTHP shmem countersRyan Roberts
2024-07-12mm: fix khugepaged activation policyRyan Roberts
2024-07-12mm: add per-order mTHP split countersLance Yang
2024-07-03mm/vmscan: avoid split lazyfree THP during shrink_folio_list()Lance Yang
2024-07-03mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang
2024-07-03mm: shmem: add mTHP counters for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add mTHP support for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang
2024-07-03mm/huge_memory: mark racy access onhuge_anon_orders_alwaysRan Xiaokai
2024-06-05mm: huge_mm: fix undefined reference to `mthp_stats' for CONFIG_SYSFS=nBarry Song
2024-06-05mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox