summaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
Commit message (Expand)AuthorAgeFilesLines
* mm/huge_memory: avoid PMD-size page cache if neededGavin Shan2024-07-261-3/+9
* mm: shmem: rename mTHP shmem countersRyan Roberts2024-07-121-3/+3
* mm: fix khugepaged activation policyRyan Roberts2024-07-121-12/+0
* mm: add per-order mTHP split countersLance Yang2024-07-121-0/+3
* mm/vmscan: avoid split lazyfree THP during shrink_folio_list()Lance Yang2024-07-031-0/+9
* mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang2024-07-031-0/+6
* mm: shmem: add mTHP counters for anonymous shmemBaolin Wang2024-07-031-0/+3
* mm: shmem: add mTHP support for anonymous shmemBaolin Wang2024-07-031-0/+10
* mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang2024-07-031-0/+10
* mm/huge_memory: mark racy access onhuge_anon_orders_alwaysRan Xiaokai2024-07-031-2/+2
* mm: huge_mm: fix undefined reference to `mthp_stats' for CONFIG_SYSFS=nBarry Song2024-06-051-0/+6
* mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang2024-06-051-2/+2
* mm: simplify thp_vma_allowable_orderMatthew Wilcox2024-05-051-14/+15
* mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song2024-05-051-0/+2
* mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song2024-05-051-0/+21
* thp: add thp_get_unmapped_area_vmflags()Rick Edgecombe2024-04-251-0/+11
* mm/gup: handle huge pud for follow_pud_mask()Peter Xu2024-04-251-8/+0
* mm: make HPAGE_PXD_* macros even if !THPPeter Xu2024-04-251-14/+15
* mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)2024-04-251-7/+2
* mm: convert huge_zero_page to huge_zero_folioMatthew Wilcox (Oracle)2024-04-251-13/+8
* mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)2024-04-251-0/+10
* proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)2024-04-251-2/+2
* arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song2024-04-251-12/+0
* mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)2024-04-251-3/+0
* mm: thp: split huge page to any lower order pagesZi Yan2024-03-041-8/+13
* mm: remove VM_EXEC requirement for THP eligibilityFangrui Song2023-12-291-1/+0
* mm: thp: support allocation of anonymous multi-size THPRyan Roberts2023-12-201-2/+4
* mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts2023-12-201-26/+155
* mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)2023-08-211-2/+2
* mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)2023-08-211-2/+0
* smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand2023-08-211-3/+0
* mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes2023-04-051-37/+2
* mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu2023-03-281-1/+1
* mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)2023-02-021-2/+2
* mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)2023-02-021-8/+0
* mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)2023-02-021-5/+4
* mm: add split_folio()Matthew Wilcox (Oracle)2022-10-031-0/+5
* mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2022-09-111-2/+12
* mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe2022-09-111-5/+4
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-60/+34
|\
| * mm/huge_memory: fix comment of page_deferred_listMiaohe Lin2022-07-171-2/+2
| * mm/huge_memory: check pmd_present first in is_huge_zero_pmdMiaohe Lin2022-07-171-1/+1
| * mm: khugepaged: reorg some khugepaged helpersYang Shi2022-07-171-0/+8
| * mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-171-55/+2
| * mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-171-6/+10
| * mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi2022-07-171-0/+11
| * mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi2022-07-031-2/+6
* | arm64: enable THP_SWAP for arm64Barry Song2022-07-201-0/+12
|/
* mm: thp: only regular file could be THP eligibleYang Shi2022-05-191-0/+14
* mm: allow can_split_folio() to be called when THP are disabledMatthew Wilcox (Oracle)2022-05-131-1/+0