summaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani2016-10-071-0/+7
* mm, THP: clean up return value of madvise_free_huge_pmdHuang Ying2016-07-281-1/+1
* thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov2016-07-261-0/+10
* shmem: add huge pages supportKirill A. Shutemov2016-07-261-0/+2
* shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2016-07-261-0/+2
* mm: introduce do_set_pmd()Kirill A. Shutemov2016-07-261-0/+2
* mm: introduce fault_envKirill A. Shutemov2016-07-261-15/+5
* mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi2016-07-151-2/+2
* huge mm: move_huge_pmd does not need new_vmaHugh Dickins2016-05-191-3/+1
* thp: keep huge zero page pinned until tlb flushKirill A. Shutemov2016-04-281-0/+5
* include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang2016-04-011-1/+1
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-3/+0
|\
| * mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-031-3/+0
* | thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov2016-03-171-4/+6
* | rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov2016-03-171-0/+7
* | mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman2016-03-171-7/+2
|/
* thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-211-8/+8
* mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-151-1/+9
* mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-151-2/+3
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-151-1/+1
* mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-151-0/+3
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-151-5/+0
* thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-151-0/+5
* thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-151-2/+5
* thp: implement split_huge_pmd()Kirill A. Shutemov2016-01-151-1/+10
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-15/+6
* thp: drop all split_huge_page()-related codeKirill A. Shutemov2016-01-151-22/+6
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-151-6/+2
* dax: don't use set_huge_zero_page()Kirill A. Shutemov2015-09-081-3/+0
* mm: add vmf_insert_pfn_pmd()Matthew Wilcox2015-09-081-0/+2
* mm: export various functions for the benefit of DAXMatthew Wilcox2015-09-081-0/+10
* thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov2015-09-081-10/+1
* mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-111-0/+12
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-091-1/+1
* mm: make copy_pte_range static againJerome Marchand2014-08-061-4/+0