aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
Commit message (Expand)AuthorAge
* mremap: fix race between mremap() and page cleanningAaron Lu2016-11-17
* thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-07
* thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani2016-10-07
* mm, THP: clean up return value of madvise_free_huge_pmdHuang Ying2016-07-28
* thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov2016-07-26
* shmem: add huge pages supportKirill A. Shutemov2016-07-26
* shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2016-07-26
* mm: introduce do_set_pmd()Kirill A. Shutemov2016-07-26
* mm: introduce fault_envKirill A. Shutemov2016-07-26
* mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi2016-07-15
* huge mm: move_huge_pmd does not need new_vmaHugh Dickins2016-05-19
* thp: keep huge zero page pinned until tlb flushKirill A. Shutemov2016-04-28
* include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang2016-04-01
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-19
|\
| * mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-03
* | thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov2016-03-17
* | rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov2016-03-17
* | mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman2016-03-17
|/
* thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-21
* mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-15
* mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-15
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-15
* mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-15
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-15
* thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-15
* thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-15
* thp: implement split_huge_pmd()Kirill A. Shutemov2016-01-15
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-15
* thp: drop all split_huge_page()-related codeKirill A. Shutemov2016-01-15
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-15
* dax: don't use set_huge_zero_page()Kirill A. Shutemov2015-09-08
* mm: add vmf_insert_pfn_pmd()Matthew Wilcox2015-09-08
* mm: export various functions for the benefit of DAXMatthew Wilcox2015-09-08
* thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov2015-09-08
* mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-11
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-09
* mm: make copy_pte_range static againJerome Marchand2014-08-06
* mm: close PageTail raceDavid Rientjes2014-03-04
* mm: thp: optimize compound_trans_hugeAndrea Arcangeli2014-01-21
* mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov2013-11-14
* mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov2013-11-14
* thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov2013-09-12
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-04
|\
| * mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THPKirill A. Shutemov2013-06-25
| * mm/THP: don't use HPAGE_SHIFT in transparent hugepage codeAneesh Kumar K.V2013-06-20
* | mm: thp: Correct the HPAGE_PMD_ORDER check.Steve Capper2013-06-14
|/
* mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li2013-04-29
* mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov2013-02-23
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-16
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-11