summaryrefslogtreecommitdiff
path: root/include/linux/huge_mm.h
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman1-1/+2
2012-12-11mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman1-4/+5
2012-12-11mm: numa: Create basic numa page hinting infrastructureMel Gorman1-0/+10
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes1-1/+1
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer1-1/+0
2012-05-30mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi1-0/+2
2012-03-22thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi1-5/+6
2012-03-22thp: optimize away unnecessary page table lockingNaoya Horiguchi1-0/+17
2012-01-13thp: add tlb_remove_pmd_tlb_entryShaohua Li1-1/+1
2011-11-01thp: mremap support and TLB optimizationAndrea Arcangeli1-0/+5
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra1-6/+2
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli1-1/+1
2011-02-16thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli1-1/+2
2011-01-14thp: add compound_trans_head() helperAndrea Arcangeli1-0/+18
2011-01-14thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli1-2/+4
2011-01-14thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli1-6/+8
2011-01-14thp: fix anon memory statistics with transparent hugepagesRik van Riel1-0/+8
2011-01-14thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli1-0/+19
2011-01-14thp: mprotect: transparent huge page supportJohannes Weiner1-0/+2
2011-01-14thp: mincore transparent hugepage supportJohannes Weiner1-0/+3
2011-01-14thp: khugepagedAndrea Arcangeli1-0/+1
2011-01-14thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli1-0/+6
2011-01-14thp: transparent hugepage coreAndrea Arcangeli1-0/+118