summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/mm/transhuge.rst
AgeCommit message (Expand)Author
11 daysdocs: update THP documentation to clarify sysfs "never" settingLorenzo Stoakes
2025-01-13mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao
2025-01-13docs: tmpfs: drop 'fadvise()' from the documentationBaolin Wang
2025-01-13docs: tmpfs: update the large folios policy for tmpfs and shmemDavid Hildenbrand
2025-01-13mm: shmem: add a kernel command line to change the default huge policy for tmpfsBaolin Wang
2024-12-30docs: mm: fix the incorrect 'FileHugeMapped' fieldBaolin Wang
2024-11-11mm: shmem: override mTHP shmem default with a kernel parameterMaíra Canal
2024-11-11mm: shmem: control THP support through the kernel command lineMaíra Canal
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-07mm: fix docs for the kernel parameter ``thp_anon=``Maíra Canal
2024-09-09mm: add sysfs entry to disable splitting underused THPsUsama Arif
2024-09-09mm: split underused THPsUsama 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-01mm: override mTHP "enabled" defaults at kernel cmdlineRyan Roberts
2024-07-12mm: shmem: rename mTHP shmem countersRyan Roberts
2024-07-12mm: fix khugepaged activation policyRyan Roberts
2024-07-12mm: add docs for per-order mTHP split countersLance Yang
2024-07-03mm: shmem: add mTHP counters for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang
2024-06-05mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang
2024-05-05mm/khugepaged: replace page_mapcount() check by folio_likely_mapped_shared()David Hildenbrand
2024-05-05mm: correct the docs for thp_fault_alloc and thp_fault_fallbackBarry Song
2024-05-05mm: add docs for per-order mTHP counters and transhuge_page ABIBarry Song
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts
2023-02-02docs/admin-guide/mm: remove useless markupMike Rapoport (IBM)
2022-10-03mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe
2022-10-03mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twiceLiu Shixin
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)
2020-12-15docs/vm: remove unused 3 items explanation for /proc/vmstatAlex Shi
2020-06-26doc: THP CoW fault no longer allocate THPYang Shi
2020-06-03khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov
2020-04-07mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes
2020-04-07mm, shmem: add vmstat for hugepage fallbackDavid Rientjes
2019-07-22docs/vm: transhuge: fix typo in madvise referenceJeremy Cline
2018-05-21docs/vm: transhuge: split userspace bits to admin-guide/mm/transhugeMike Rapoport