summaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-3/+0Star
|\
| * mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-031-3/+0Star
* | 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/+2Star
|/
* thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-221-8/+8
* mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-161-1/+9
* mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-161-2/+3
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-161-1/+1
* mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-161-0/+3
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-161-5/+0Star
* thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-161-0/+5
* thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-161-2/+5
* thp: implement split_huge_pmd()Kirill A. Shutemov2016-01-161-1/+10
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-15/+6Star
* thp: drop all split_huge_page()-related codeKirill A. Shutemov2016-01-161-22/+6Star
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-161-6/+2Star
* dax: don't use set_huge_zero_page()Kirill A. Shutemov2015-09-091-3/+0Star
* mm: add vmf_insert_pfn_pmd()Matthew Wilcox2015-09-091-0/+2
* mm: export various functions for the benefit of DAXMatthew Wilcox2015-09-091-0/+10
* thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov2015-09-091-10/+1Star
* mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-121-0/+12
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-101-1/+1
* mm: make copy_pte_range static againJerome Marchand2014-08-071-4/+0Star
* mm: close PageTail raceDavid Rientjes2014-03-041-41/+0Star
* mm: thp: optimize compound_trans_hugeAndrea Arcangeli2014-01-221-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-131-3/+0Star
* 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/+3Star
* | mm: thp: Correct the HPAGE_PMD_ORDER check.Steve Capper2013-06-141-1/+1
|/
* mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li2013-04-301-1/+10
* mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov2013-02-241-1/+1
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-2/+14
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-111-1/+1
| * mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman2012-12-111-1/+2
| * mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman2012-12-111-4/+5
| * mm: numa: Create basic numa page hinting infrastructureMel Gorman2012-12-111-0/+10
* | thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov2012-12-131-0/+4
* | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-131-4/+10
* | mm: thp: set the accessed flag for old pages on access faultWill Deacon2012-12-121-0/+4
|/
* mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes2012-10-091-1/+1
* thp: remove assumptions on pgtable_t typeGerald Schaefer2012-10-091-1/+0Star
* mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi2012-05-301-0/+2
* thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi2012-03-221-5/+6
* thp: optimize away unnecessary page table lockingNaoya Horiguchi2012-03-221-0/+17
* thp: add tlb_remove_pmd_tlb_entryShaohua Li2012-01-131-1/+1
* thp: mremap support and TLB optimizationAndrea Arcangeli2011-11-011-0/+5