aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/powerpc/linuxLinus 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