index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
admin-guide
/
mm
/
transhuge.rst
Age
Commit message (
Expand
)
Author
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