aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/huge_mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-04mm: thp: split huge page to any lower order pagesZi Yan1-8/+13
2023-12-29mm: remove VM_EXEC requirement for THP eligibilityFangrui Song1-1/+0
2023-12-20mm: thp: support allocation of anonymous multi-size THPRyan Roberts1-2/+4
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts1-26/+155
2023-08-21mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)1-2/+2
2023-08-21mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)1-2/+0
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand1-3/+0
2023-04-05mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes1-37/+2
2023-03-28mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu1-1/+1
2023-02-02mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)1-2/+2
2023-02-02mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)1-8/+0
2023-02-02mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)1-5/+4
2022-10-03mm: add split_folio()Matthew Wilcox (Oracle)1-0/+5
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe1-2/+12
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe1-5/+4
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-60/+34
2022-07-20arm64: enable THP_SWAP for arm64Barry Song1-0/+12
2022-07-17mm/huge_memory: fix comment of page_deferred_listMiaohe Lin1-2/+2
2022-07-17mm/huge_memory: check pmd_present first in is_huge_zero_pmdMiaohe Lin1-1/+1
2022-07-17mm: khugepaged: reorg some khugepaged helpersYang Shi1-0/+8
2022-07-17mm: thp: kill __transhuge_page_enabled()Yang Shi1-55/+2
2022-07-17mm: thp: kill transparent_hugepage_active()Yang Shi1-6/+10
2022-07-17mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi1-0/+11
2022-07-03mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi1-2/+6
2022-05-19mm: thp: only regular file could be THP eligibleYang Shi1-0/+14
2022-05-13mm: allow can_split_folio() to be called when THP are disabledMatthew Wilcox (Oracle)1-1/+0
2022-05-13mm/mprotect: use mmu_gatherNadav Amit1-2/+3
2022-03-24mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin1-6/+0
2022-03-21mm: Support arbitrary THP sizesMatthew Wilcox (Oracle)1-47/+0
2022-03-21mm: Turn can_split_huge_page() into can_split_folio()Matthew Wilcox (Oracle)1-2/+2
2022-03-21mm/huge_memory: Convert __split_huge_pmd() to take a folioMatthew Wilcox (Oracle)1-4/+4
2022-03-21mm: Add split_folio_to_list()Matthew Wilcox (Oracle)1-0/+6
2022-01-04mm: Add folio_test_pmd_mappable()Matthew Wilcox (Oracle)1-0/+14
2021-09-27mm/writeback: Add folio_wait_stable()Matthew Wilcox (Oracle)1-15/+0
2021-06-30mm: memory: add orig_pmd to struct vm_faultYang Shi1-5/+4
2021-06-30mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu1-1/+1
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()Miaohe Lin1-22/+35
2021-06-30mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASKMiaohe Lin1-4/+2
2021-06-16mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins1-1/+7
2021-05-05mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAGMiaohe Lin1-3/+0
2021-02-24mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is disabledAneesh Kumar K.V1-6/+9
2020-12-15include/linux/huge_mm.h: remove extern keywordRalph Campbell1-52/+41
2020-10-13include/linux/huge_mm.h: remove mincore_huge_pmd declarationyuleixzhang1-3/+0
2020-08-14mm: add thp_headMatthew Wilcox (Oracle)1-0/+15
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-4/+9
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)1-0/+11
2020-08-14mm: add thp_orderMatthew Wilcox (Oracle)1-0/+19
2020-08-12mm: thp: remove debug_cow switchYang Shi1-7/+0
2020-08-07mm/mremap: it is sure to have enough space when extent meets requirementWei Yang1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1