summaryrefslogtreecommitdiff
path: root/include/linux/huge_mm.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-29mm, THP: clean up return value of madvise_free_huge_pmdHuang Ying1-1/+1
2016-07-27thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov1-0/+10
2016-07-27shmem: add huge pages supportKirill A. Shutemov1-0/+2
2016-07-27shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov1-0/+2
2016-07-27mm: introduce do_set_pmd()Kirill A. Shutemov1-0/+2
2016-07-27mm: 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-20huge mm: move_huge_pmd does not need new_vmaHugh Dickins1-3/+1
2016-04-29thp: keep huge zero page pinned until tlb flushKirill A. Shutemov1-0/+5
2016-04-02include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang1-1/+1
2016-03-20Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+0
2016-03-18thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov1-4/+6
2016-03-18rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov1-0/+7
2016-03-18mm: 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-22thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov1-8/+8
2016-01-16mm, x86: get_user_pages() for dax mappingsDan Williams1-1/+9
2016-01-16mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams1-2/+3
2016-01-16mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams1-1/+1
2016-01-16mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim1-0/+3
2016-01-16mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov1-5/+0
2016-01-16thp: introduce deferred_split_huge_page()Kirill A. Shutemov1-0/+5
2016-01-16thp: reintroduce split_huge_page()Kirill A. Shutemov1-2/+5
2016-01-16thp: implement split_huge_pmd()Kirill A. Shutemov1-1/+10
2016-01-16mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-15/+6
2016-01-16thp: drop all split_huge_page()-related codeKirill A. Shutemov1-22/+6
2016-01-16thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-6/+2
2015-09-09dax: don't use set_huge_zero_page()Kirill A. Shutemov1-3/+0
2015-09-09mm: add vmf_insert_pfn_pmd()Matthew Wilcox1-0/+2
2015-09-09mm: export various functions for the benefit of DAXMatthew Wilcox1-0/+10
2015-09-09thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov1-10/+1
2015-02-12mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin1-0/+12
2014-10-10mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin1-1/+1
2014-08-07mm: make copy_pte_range static againJerome Marchand1-4/+0
2014-03-04mm: close PageTail raceDavid Rientjes1-41/+0
2014-01-22mm: thp: optimize compound_trans_hugeAndrea Arcangeli1-0/+23
2013-11-15mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov1-1/+2
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov1-7/+7
2013-09-13thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov1-3/+0
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-3/+3
2013-06-26mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THPKirill A. Shutemov1-1/+5
2013-06-20mm/THP: don't use HPAGE_SHIFT in transparent hugepage codeAneesh Kumar K.V1-7/+3
2013-06-14mm: thp: Correct the HPAGE_PMD_ORDER check.Steve Capper1-1/+1
2013-04-30mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-1/+10
2013-02-24mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov1-1/+1
2012-12-17Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+14
2012-12-13thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov1-0/+4
2012-12-13thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-4/+10
2012-12-12mm: thp: set the accessed flag for old pages on access faultWill Deacon1-0/+4
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar1-1/+1