summaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/mprotect: use mmu_gatherNadav Amit2022-05-131-2/+3
* mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin2022-03-241-6/+0
* mm: Support arbitrary THP sizesMatthew Wilcox (Oracle)2022-03-211-47/+0
* mm: Turn can_split_huge_page() into can_split_folio()Matthew Wilcox (Oracle)2022-03-211-2/+2
* mm/huge_memory: Convert __split_huge_pmd() to take a folioMatthew Wilcox (Oracle)2022-03-211-4/+4
* mm: Add split_folio_to_list()Matthew Wilcox (Oracle)2022-03-211-0/+6
* mm: Add folio_test_pmd_mappable()Matthew Wilcox (Oracle)2022-01-041-0/+14
* mm/writeback: Add folio_wait_stable()Matthew Wilcox (Oracle)2021-09-271-15/+0
* mm: memory: add orig_pmd to struct vm_faultYang Shi2021-06-301-5/+4
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-06-301-1/+1
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-06-301-22/+35
* mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASKMiaohe Lin2021-06-301-4/+2
* mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-161-1/+7
* mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAGMiaohe Lin2021-05-051-3/+0
* mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V2021-02-241-6/+9
* include/linux/huge_mm.h: remove extern keywordRalph Campbell2020-12-151-52/+41
* include/linux/huge_mm.h: remove mincore_huge_pmd declarationyuleixzhang2020-10-131-3/+0
* mm: add thp_headMatthew Wilcox (Oracle)2020-08-141-0/+15
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-4/+9
* mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-141-0/+11
* mm: add thp_orderMatthew Wilcox (Oracle)2020-08-141-0/+19
* mm: thp: remove debug_cow switchYang Shi2020-08-121-7/+0
* mm/mremap: it is sure to have enough space when extent meets requirementWei Yang2020-08-071-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mm: merge parameters for change_protection()Peter Xu2020-04-071-1/+1
* Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-041-2/+39
|\
| * mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entriesThomas Hellstrom (VMware)2020-03-241-2/+39
* | include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THPMatthew Wilcox (Oracle)2020-04-021-1/+5