summaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual2020-04-021-3/+1
|/
* mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-271-0/+6
* mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()Thomas Hellstrom2019-11-061-2/+0
* Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-291-1/+6
|\
| * libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V2019-09-241-1/+6
* | mm: thp: make deferred split shrinker memcg awareYang Shi2019-09-241-0/+9
|/
* mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi2019-07-181-0/+23
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-141-4/+2
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-281-1/+12
* mm/gup: cache dev_pagemap while pinning pagesKeith Busch2018-10-261-4/+4
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-181-1/+1
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-251-2/+3
|\
| * device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-201-2/+3
* | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-4/+5
|/
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-2/+12
* mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi2017-09-081-0/+10
* mm: always enable thp for dax mappingsDan Williams2017-07-101-0/+5
* mm: improve readability of transparent_hugepage_enabled()Dan Williams2017-07-101-12/+29
* mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko2017-07-101-0/+1
* mm, THP, swap: check whether THP can be split firstlyHuang Ying2017-07-061-0/+7
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-5/+78
* mm, thp: add new defer+madvise defrag optionDavid Rientjes2017-02-221-0/+1
* mm: join struct fault_env and vm_faultJan Kara2016-12-141-5/+5
* mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes2016-12-121-0/+2
* mremap: fix race between mremap() and page cleanningAaron Lu2016-11-171-1/+1
* thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-071-4/+4