index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
admin-guide
/
mm
/
transhuge.rst
Age
Commit message (
Expand
)
Author
11 days
docs: update THP documentation to clarify sysfs "never" setting
Lorenzo Stoakes
2025-01-13
mm: add per-order mTHP swap-in fallback/fallback_charge counters
Wenchao Hao
2025-01-13
docs: tmpfs: drop 'fadvise()' from the documentation
Baolin Wang
2025-01-13
docs: tmpfs: update the large folios policy for tmpfs and shmem
David Hildenbrand
2025-01-13
mm: shmem: add a kernel command line to change the default huge policy for tmpfs
Baolin Wang
2024-12-30
docs: mm: fix the incorrect 'FileHugeMapped' field
Baolin Wang
2024-11-11
mm: shmem: override mTHP shmem default with a kernel parameter
Maíra Canal
2024-11-11
mm: shmem: control THP support through the kernel command line
Maíra Canal
2024-11-11
mm: add per-order mTHP swpin counters
Barry Song
2024-11-11
mm: swap: count successful large folio zswap stores in hugepage zswpout stats
Kanchana P Sridhar
2024-11-07
mm: fix docs for the kernel parameter ``thp_anon=``
Maíra Canal
2024-09-09
mm: add sysfs entry to disable splitting underused THPs
Usama Arif
2024-09-09
mm: split underused THPs
Usama Arif
2024-09-09
mm: count the number of partially mapped anonymous THPs per size
Barry Song
2024-09-09
mm: count the number of anonymous THPs per size
Barry Song
2024-09-01
mm: override mTHP "enabled" defaults at kernel cmdline
Ryan Roberts
2024-07-12
mm: shmem: rename mTHP shmem counters
Ryan Roberts
2024-07-12
mm: fix khugepaged activation policy
Ryan Roberts
2024-07-12
mm: add docs for per-order mTHP split counters
Lance Yang
2024-07-03
mm: shmem: add mTHP counters for anonymous shmem
Baolin Wang
2024-07-03
mm: shmem: add multi-size THP sysfs interface for anonymous shmem
Baolin Wang
2024-06-05
mm: drop the 'anon_' prefix for swap-out mTHP counters
Baolin Wang
2024-05-05
mm/khugepaged: replace page_mapcount() check by folio_likely_mapped_shared()
David Hildenbrand
2024-05-05
mm: correct the docs for thp_fault_alloc and thp_fault_fallback
Barry Song
2024-05-05
mm: add docs for per-order mTHP counters and transhuge_page ABI
Barry Song
2023-12-20
mm: thp: introduce multi-size THP sysfs interface
Ryan Roberts
2023-02-02
docs/admin-guide/mm: remove useless markup
Mike Rapoport (IBM)
2022-10-03
mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmds
Zach O'Keefe
2022-10-03
mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice
Liu Shixin
2021-04-30
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
2020-12-15
docs/vm: remove unused 3 items explanation for /proc/vmstat
Alex Shi
2020-06-26
doc: THP CoW fault no longer allocate THP
Yang Shi
2020-06-03
khugepaged: introduce 'max_ptes_shared' tunable
Kirill A. Shutemov
2020-04-07
mm, thp: track fallbacks due to failed memcg charges separately
David Rientjes
2020-04-07
mm, shmem: add vmstat for hugepage fallback
David Rientjes
2019-07-22
docs/vm: transhuge: fix typo in madvise reference
Jeremy Cline
2018-05-21
docs/vm: transhuge: split userspace bits to admin-guide/mm/transhuge
Mike Rapoport