Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-01-13 | thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled | Andrea Arcangeli | 1 | -0/+1 |
2011-01-13 | thp: transparent hugepage config choice | Andrea Arcangeli | 2 | -2/+30 |
2011-01-13 | thp: allocate memory in khugepaged outside of mmap_sem write mode | Andrea Arcangeli | 1 | -22/+34 |
2011-01-13 | thp: add numa awareness to hugepage allocations | Andrea Arcangeli | 3 | -20/+87 |
2011-01-13 | thp: enable direct defrag | Andrea Arcangeli | 1 | -0/+1 |
2011-01-13 | thp: set recommended min free kbytes | Andrea Arcangeli | 1 | -0/+52 |
2011-01-13 | thp: mprotect: transparent huge page support | Johannes Weiner | 3 | -1/+36 |
2011-01-13 | thp: mprotect: pass vma down to page table walkers | Johannes Weiner | 1 | -6/+9 |
2011-01-13 | thp: add pmd_modify | Johannes Weiner | 2 | -0/+11 |
2011-01-13 | thp: mincore transparent hugepage support | Johannes Weiner | 3 | -1/+35 |
2011-01-13 | thp: add x86 32bit support | Johannes Weiner | 7 | -115/+156 |
2011-01-13 | thp: remove PG_buddy | Andrea Arcangeli | 7 | -29/+52 |
2011-01-13 | thp: skip transhuge pages in ksm for now | Andrea Arcangeli | 1 | -4/+15 |
2011-01-13 | thp: khugepaged vma merge | Andrea Arcangeli | 1 | -0/+5 |
2011-01-13 | thp: khugepaged | Andrea Arcangeli | 5 | -10/+1136 |
2011-01-13 | thp: transparent hugepage vmstat | Andrea Arcangeli | 5 | -5/+34 |
2011-01-13 | thp: memcg huge memory | Andrea Arcangeli | 1 | -5/+31 |
2011-01-13 | thp: transhuge-memcg: commit tail pages at charge | Daisuke Nishimura | 1 | -17/+35 |
2011-01-13 | thp: memcg compound | Andrea Arcangeli | 1 | -30/+53 |
2011-01-13 | thp: pmd_trans_huge migrate bugcheck | Andrea Arcangeli | 3 | -1/+12 |
2011-01-13 | thp: madvise(MADV_HUGEPAGE) | Andrea Arcangeli | 3 | -0/+30 |
2011-01-13 | thp: verify pmd_trans_huge isn't leaking | Andrea Arcangeli | 1 | -1/+6 |
2011-01-13 | thp: split_huge_page anon_vma ordering dependency | Andrea Arcangeli | 2 | -0/+20 |
2011-01-13 | thp: transparent hugepage core fixlet | Hugh Dickins | 1 | -1/+1 |
2011-01-13 | thp: transparent hugepage core | Andrea Arcangeli | 14 | -35/+1220 |
2011-01-13 | thp: don't alloc harder for gfp nomemalloc even if nowait | Andrea Arcangeli | 1 | -1/+6 |
2011-01-13 | thp: _GFP_NO_KSWAPD | Andrea Arcangeli | 2 | -2/+6 |
2011-01-13 | thp: kvm mmu transparent hugepage support | Andrea Arcangeli | 4 | -19/+125 |
2011-01-13 | thp: clear_copy_huge_page | Andrea Arcangeli | 3 | -67/+83 |
2011-01-13 | thp: split_huge_page paging | Andrea Arcangeli | 4 | -0/+11 |
2011-01-13 | thp: split_huge_page_mm/vma | Andrea Arcangeli | 6 | -0/+6 |
2011-01-13 | thp: add pmd_huge_pte to mm_struct | Andrea Arcangeli | 2 | -0/+10 |
2011-01-13 | thp: clear page compound | Andrea Arcangeli | 1 | -1/+16 |
2011-01-13 | thp: add pmd mmu_notifier helpers | Andrea Arcangeli | 1 | -0/+40 |
2011-01-13 | thp: pte alloc trans splitting | Andrea Arcangeli | 11 | -23/+35 |
2011-01-13 | thp: bail out gup_fast on splitting pmd | Andrea Arcangeli | 1 | -1/+12 |
2011-01-13 | thp: add pmd mangling functions to x86 | Andrea Arcangeli | 3 | -8/+179 |
2011-01-13 | thp: add pmd mangling generic functions | Andrea Arcangeli | 3 | -61/+278 |
2011-01-13 | thp: special pmd_trans_* functions | Andrea Arcangeli | 3 | -0/+26 |
2011-01-13 | thp: CONFIG_TRANSPARENT_HUGEPAGE | Andrea Arcangeli | 1 | -0/+14 |
2011-01-13 | thp: comment reminder in destroy_compound_page | Andrea Arcangeli | 1 | -0/+1 |
2011-01-13 | thp: export maybe_mkwrite | Andrea Arcangeli | 2 | -13/+13 |
2011-01-13 | thp: no paravirt version of pmd ops | Andrea Arcangeli | 1 | -0/+3 |
2011-01-13 | thp: add pmd paravirt ops | Andrea Arcangeli | 3 | -0/+34 |
2011-01-13 | thp: add native_set_pmd_at | Andrea Arcangeli | 1 | -0/+6 |
2011-01-13 | thp: clear compound mapping | Andrea Arcangeli | 1 | -7/+4 |
2011-01-13 | thp: update futex compound knowledge | Andrea Arcangeli | 1 | -10/+45 |
2011-01-13 | thp: put_page: recheck PageHead after releasing the compound_lock | Andrea Arcangeli | 1 | -2/+6 |
2011-01-13 | thp: alter compound get_page/put_page | Andrea Arcangeli | 4 | -9/+129 |
2011-01-13 | thp: compound_lock | Andrea Arcangeli | 2 | -1/+45 |