summaryrefslogtreecommitdiff
path: root/include/linux/huge_mm.h
AgeCommit message (Expand)Author
2019-11-06mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()Thomas Hellstrom
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-24mm: thp: make deferred split shrinker memcg awareYang Shi
2019-09-24libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch
2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-07-20device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan
2017-09-08mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi
2017-07-10mm: always enable thp for dax mappingsDan Williams
2017-07-10mm: improve readability of transparent_hugepage_enabled()Dan Williams
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko
2017-07-06mm, THP, swap: check whether THP can be split firstlyHuang Ying
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2017-02-22mm, thp: add new defer+madvise defrag optionDavid Rientjes
2016-12-14mm: join struct fault_env and vm_faultJan Kara
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-10-07thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani
2016-07-28mm, THP: clean up return value of madvise_free_huge_pmdHuang Ying
2016-07-26thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov
2016-07-26shmem: add huge pages supportKirill A. Shutemov
2016-07-26shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov
2016-07-26mm: introduce do_set_pmd()Kirill A. Shutemov
2016-07-26mm: introduce fault_envKirill A. Shutemov
2016-07-15mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi
2016-05-19huge mm: move_huge_pmd does not need new_vmaHugh Dickins
2016-04-28thp: keep huge zero page pinned until tlb flushKirill A. Shutemov
2016-04-01include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-17thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-15mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov