aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox1-14/+15
2024-05-05mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song1-0/+2
2024-05-05mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song1-0/+21
2024-04-25thp: add thp_get_unmapped_area_vmflags()Rick Edgecombe1-0/+11
2024-04-25mm/gup: handle huge pud for follow_pud_mask()Peter Xu1-8/+0
2024-04-25mm: make HPAGE_PXD_* macros even if !THPPeter Xu1-14/+15
2024-04-25mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)1-7/+2
2024-04-25mm: convert huge_zero_page to huge_zero_folioMatthew Wilcox (Oracle)1-13/+8
2024-04-25mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)1-0/+10
2024-04-25proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)1-2/+2
2024-04-25arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song1-12/+0
2024-04-25mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)1-3/+0
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...Linus 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_...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...Aneesh 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
2020-04-07mm: merge parameters for change_protection()Peter Xu1-1/+1
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+39
2020-04-02include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THPMatthew Wilcox (Oracle)1-1/+5
2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual1-3/+1
2020-03-24mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entriesThomas Hellstrom (VMware)1-2/+39
2020-01-27mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson1-0/+6
2019-11-06mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()Thomas Hellstrom1-2/+0
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2019-09-24mm: thp: make deferred split shrinker memcg awareYang Shi1-0/+9
2019-09-24libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V1-1/+6
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi1-0/+23
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams1-4/+2
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko1-1/+12
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch1-4/+4
2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds1-1/+1
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds1-2/+3
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-4/+5
2018-07-20device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams1-2/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan1-2/+12
2017-09-08mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi1-0/+10
2017-07-10mm: always enable thp for dax mappingsDan Williams1-0/+5
2017-07-10mm: improve readability of transparent_hugepage_enabled()Dan Williams1-12/+29
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko1-0/+1
2017-07-06mm, THP, swap: check whether THP can be split firstlyHuang Ying1-0/+7
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox1-5/+78
2017-02-22mm, thp: add new defer+madvise defrag optionDavid Rientjes1-0/+1
2016-12-14mm: join struct fault_env and vm_faultJan Kara1-5/+5
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes1-0/+2
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu1-1/+1
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu1-4/+4
2016-10-07thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani1-0/+7
2016-07-28mm, THP: clean up return value of madvise_free_huge_pmdHuang Ying1-1/+1
2016-07-26thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov1-0/+10
2016-07-26shmem: add huge pages supportKirill A. Shutemov1-0/+2
2016-07-26shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov1-0/+2
2016-07-26mm: introduce do_set_pmd()Kirill A. Shutemov1-0/+2
2016-07-26mm: introduce fault_envKirill A. Shutemov1-15/+5
2016-07-15mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi1-2/+2
2016-05-19huge mm: move_huge_pmd does not need new_vmaHugh Dickins1-3/+1
2016-04-28thp: keep huge zero page pinned until tlb flushKirill A. Shutemov1-0/+5
2016-04-01include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang1-1/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+0
2016-03-17thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov1-4/+6
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov1-0/+7
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman1-7/+2
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov1-3/+0
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov1-8/+8
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams1-1/+9
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams1-2/+3
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams1-1/+1
2016-01-15mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim1-0/+3
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov1-5/+0
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov1-0/+5
2016-01-15thp: reintroduce split_huge_page()Kirill A. Shutemov1-2/+5
2016-01-15thp: implement split_huge_pmd()Kirill A. Shutemov1-1/+10
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-15/+6
2016-01-15thp: drop all split_huge_page()-related codeKirill A. Shutemov1-22/+6
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-6/+2
2015-09-08dax: don't use set_huge_zero_page()Kirill A. Shutemov1-3/+0
2015-09-08mm: add vmf_insert_pfn_pmd()Matthew Wilcox1-0/+2
2015-09-08mm: export various functions for the benefit of DAXMatthew Wilcox1-0/+10
2015-09-08thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov1-10/+1
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin1-0/+12
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin1-1/+1
2014-08-06mm: make copy_pte_range static againJerome Marchand1-4/+0
2014-03-04mm: close PageTail raceDavid Rientjes1-41/+0
2014-01-21mm: thp: optimize compound_trans_hugeAndrea Arcangeli1-0/+23
2013-11-15mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov1-1/+2
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov1-7/+7
2013-09-12thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov1-3/+0
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-3/+3
2013-06-26mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THPKirill A. Shutemov1-1/+5
2013-06-20mm/THP: don't use HPAGE_SHIFT in transparent hugepage codeAneesh Kumar K.V1-7/+3
2013-06-14mm: thp: Correct the HPAGE_PMD_ORDER check.Steve Capper1-1/+1
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-1/+10
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov1-1/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+14
2012-12-12thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov1-0/+4
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-4/+10
2012-12-11mm: thp: set the accessed flag for old pages on access faultWill Deacon1-0/+4
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar1-1/+1
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman1-1/+2
2012-12-11mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman1-4/+5
2012-12-11mm: numa: Create basic numa page hinting infrastructureMel Gorman1-0/+10
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes1-1/+1
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer1-1/+0
2012-05-29mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi1-0/+2
2012-03-21thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi1-5/+6
2012-03-21thp: optimize away unnecessary page table lockingNaoya Horiguchi1-0/+17
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li1-1/+1
2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli1-0/+5
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra1-6/+2
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli1-1/+1
2011-02-15thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli1-1/+2
2011-01-13thp: add compound_trans_head() helperAndrea Arcangeli1-0/+18
2011-01-13thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli1-2/+4
2011-01-13thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli1-6/+8
2011-01-13thp: fix anon memory statistics with transparent hugepagesRik van Riel1-0/+8
2011-01-13thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli1-0/+19
2011-01-13thp: mprotect: transparent huge page supportJohannes Weiner1-0/+2
2011-01-13thp: mincore transparent hugepage supportJohannes Weiner1-0/+3
2011-01-13thp: khugepagedAndrea Arcangeli1-0/+1
2011-01-13thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli1-0/+6
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-0/+118