summaryrefslogtreecommitdiff
path: root/include/linux/huge_mm.h
AgeCommit message (Expand)Author
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
2016-01-15thp: reintroduce split_huge_page()Kirill A. Shutemov
2016-01-15thp: implement split_huge_pmd()Kirill A. Shutemov
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-15thp: drop all split_huge_page()-related codeKirill A. Shutemov
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2015-09-08dax: don't use set_huge_zero_page()Kirill A. Shutemov
2015-09-08mm: add vmf_insert_pfn_pmd()Matthew Wilcox
2015-09-08mm: export various functions for the benefit of DAXMatthew Wilcox
2015-09-08thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-08-06mm: make copy_pte_range static againJerome Marchand
2014-03-04mm: close PageTail raceDavid Rientjes
2014-01-21mm: thp: optimize compound_trans_hugeAndrea Arcangeli
2013-11-15mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov
2013-09-12thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-06-26mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THPKirill A. Shutemov
2013-06-20mm/THP: don't use HPAGE_SHIFT in transparent hugepage codeAneesh Kumar K.V
2013-06-14mm: thp: Correct the HPAGE_PMD_ORDER check.Steve Capper
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-12-11mm: thp: set the accessed flag for old pages on access faultWill Deacon