aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/kernel/git/nvdimm/nvdimmLinus 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 addressesDan 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/scm/linux/kernel/git/nvdimm/nvdimmLinus 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 to READ_ONCE()/WRITE_ONCE()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