aboutsummaryrefslogtreecommitdiff
path: root/include/linux/huge_mm.h
AgeCommit message (Expand)Author
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-12-11mm: thp: set the accessed flag for old pages on access faultWill Deacon
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman
2012-12-11mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman
2012-12-11mm: numa: Create basic numa page hinting infrastructureMel Gorman
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer
2012-05-29mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi
2012-03-21thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi
2012-03-21thp: optimize away unnecessary page table lockingNaoya Horiguchi
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li
2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli
2011-02-15thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli
2011-01-13thp: add compound_trans_head() helperAndrea Arcangeli
2011-01-13thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli
2011-01-13thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli
2011-01-13thp: fix anon memory statistics with transparent hugepagesRik van Riel
2011-01-13thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli
2011-01-13thp: mprotect: transparent huge page supportJohannes Weiner
2011-01-13thp: mincore transparent hugepage supportJohannes Weiner
2011-01-13thp: khugepagedAndrea Arcangeli
2011-01-13thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli
2011-01-13thp: transparent hugepage coreAndrea Arcangeli