summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-14thp: remove PG_buddyAndrea Arcangeli7-29/+52
2011-01-14thp: skip transhuge pages in ksm for nowAndrea Arcangeli1-4/+15
2011-01-14thp: khugepaged vma mergeAndrea Arcangeli1-0/+5
2011-01-14thp: khugepagedAndrea Arcangeli5-10/+1136
2011-01-14thp: transparent hugepage vmstatAndrea Arcangeli5-5/+34
2011-01-14thp: memcg huge memoryAndrea Arcangeli1-5/+31
2011-01-14thp: transhuge-memcg: commit tail pages at chargeDaisuke Nishimura1-17/+35
2011-01-14thp: memcg compoundAndrea Arcangeli1-30/+53
2011-01-14thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli3-1/+12
2011-01-14thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli3-0/+30
2011-01-14thp: verify pmd_trans_huge isn't leakingAndrea Arcangeli1-1/+6
2011-01-14thp: split_huge_page anon_vma ordering dependencyAndrea Arcangeli2-0/+20
2011-01-14thp: transparent hugepage core fixletHugh Dickins1-1/+1
2011-01-14thp: transparent hugepage coreAndrea Arcangeli14-35/+1220
2011-01-14thp: don't alloc harder for gfp nomemalloc even if nowaitAndrea Arcangeli1-1/+6
2011-01-14thp: _GFP_NO_KSWAPDAndrea Arcangeli2-2/+6
2011-01-14thp: kvm mmu transparent hugepage supportAndrea Arcangeli4-19/+125
2011-01-14thp: clear_copy_huge_pageAndrea Arcangeli3-67/+83
2011-01-14thp: split_huge_page pagingAndrea Arcangeli4-0/+11
2011-01-14thp: split_huge_page_mm/vmaAndrea Arcangeli6-0/+6
2011-01-14thp: add pmd_huge_pte to mm_structAndrea Arcangeli2-0/+10
2011-01-14thp: clear page compoundAndrea Arcangeli1-1/+16
2011-01-14thp: add pmd mmu_notifier helpersAndrea Arcangeli1-0/+40
2011-01-14thp: pte alloc trans splittingAndrea Arcangeli11-23/+35
2011-01-14thp: bail out gup_fast on splitting pmdAndrea Arcangeli1-1/+12
2011-01-14thp: add pmd mangling functions to x86Andrea Arcangeli3-8/+179
2011-01-14thp: add pmd mangling generic functionsAndrea Arcangeli3-61/+278
2011-01-14thp: special pmd_trans_* functionsAndrea Arcangeli3-0/+26
2011-01-14thp: CONFIG_TRANSPARENT_HUGEPAGEAndrea Arcangeli1-0/+14
2011-01-14thp: comment reminder in destroy_compound_pageAndrea Arcangeli1-0/+1
2011-01-14thp: export maybe_mkwriteAndrea Arcangeli2-13/+13
2011-01-14thp: no paravirt version of pmd opsAndrea Arcangeli1-0/+3
2011-01-14thp: add pmd paravirt opsAndrea Arcangeli3-0/+34
2011-01-14thp: add native_set_pmd_atAndrea Arcangeli1-0/+6
2011-01-14thp: clear compound mappingAndrea Arcangeli1-7/+4
2011-01-14thp: update futex compound knowledgeAndrea Arcangeli1-10/+45
2011-01-14thp: put_page: recheck PageHead after releasing the compound_lockAndrea Arcangeli1-2/+6
2011-01-14thp: alter compound get_page/put_pageAndrea Arcangeli4-9/+129
2011-01-14thp: compound_lockAndrea Arcangeli2-1/+45
2011-01-14thp: mm: define MADV_HUGEPAGEAndrea Arcangeli5-0/+10