summaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: close PageTail raceDavid Rientjes2014-03-041-41/+0
* mm: thp: optimize compound_trans_hugeAndrea Arcangeli2014-01-211-0/+23
* mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov2013-11-151-1/+2
* mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov2013-11-151-7/+7
* thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov2013-09-121-3/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-3/+3
|\
| * mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THPKirill A. Shutemov2013-06-261-1/+5
| * mm/THP: don't use HPAGE_SHIFT in transparent hugepage codeAneesh Kumar K.V2013-06-201-7/+3
* | mm: thp: Correct the HPAGE_PMD_ORDER check.Steve Capper2013-06-141-1/+1
|/