summaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mm: convert anon_vma->lock to a mutexPeter Zijlstra2011-05-251-6/+2Star
* mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli2011-04-281-1/+1
* thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli2011-02-161-1/+2
* thp: add compound_trans_head() helperAndrea Arcangeli2011-01-141-0/+18
* thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli2011-01-141-2/+4
* thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli2011-01-141-6/+8
* thp: fix anon memory statistics with transparent hugepagesRik van Riel2011-01-141-0/+8
* thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli2011-01-141-0/+19
* thp: mprotect: transparent huge page supportJohannes Weiner2011-01-141-0/+2
* thp: mincore transparent hugepage supportJohannes Weiner2011-01-141-0/+3
* thp: khugepagedAndrea Arcangeli2011-01-141-0/+1
* thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli2011-01-141-0/+6
* thp: transparent hugepage coreAndrea Arcangeli2011-01-141-0/+118