aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
Commit message (Expand)AuthorAgeFilesLines
* thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov2013-09-121-3/+0
* 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/+3
* | 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-291-1/+10
* mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov2013-02-231-1/+1
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-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-121-0/+4
* | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-121-4/+10
* | mm: thp: set the accessed flag for old pages on access faultWill Deacon2012-12-111-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/+0
* mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi2012-05-291-0/+2
* thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi2012-03-211-5/+6
* thp: optimize away unnecessary page table lockingNaoya Horiguchi2012-03-211-0/+17
* thp: add tlb_remove_pmd_tlb_entryShaohua Li2012-01-121-1/+1
* thp: mremap support and TLB optimizationAndrea Arcangeli2011-10-311-0/+5
* mm: convert anon_vma->lock to a mutexPeter Zijlstra2011-05-251-6/+2
* 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-151-1/+2
* thp: add compound_trans_head() helperAndrea Arcangeli2011-01-131-0/+18
* thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli2011-01-131-2/+4
* thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli2011-01-131-6/+8
* thp: fix anon memory statistics with transparent hugepagesRik van Riel2011-01-131-0/+8
* thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli2011-01-131-0/+19
* thp: mprotect: transparent huge page supportJohannes Weiner2011-01-131-0/+2
* thp: mincore transparent hugepage supportJohannes Weiner2011-01-131-0/+3
* thp: khugepagedAndrea Arcangeli2011-01-131-0/+1
* thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli2011-01-131-0/+6
* thp: transparent hugepage coreAndrea Arcangeli2011-01-131-0/+118