aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-13ksm: drain pagevecs to lruHugh Dickins1-0/+12
2011-01-13hugetlb: fix handling of parse errors in sysfsEric B Munson1-4/+2
2011-01-13hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson1-2/+21
2011-01-13hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko1-6/+12
2011-01-13fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-docStefan Hajnoczi1-1/+1
2011-01-13mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Andrew Morton1-1/+1
2011-01-13mm/dmapool.c: take lock only once in dma_pool_free()Rolf Eike Beer1-8/+6
2011-01-13mm/page_alloc.c: simplify calculation of combined index of adjacent buddy listsKyongHo Cho1-15/+10
2011-01-13brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina1-1/+9
2011-01-13mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl1-1/+3
2011-01-13mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migrationMel Gorman2-2/+18
2011-01-13thp: add compound_trans_head() helperAndrea Arcangeli3-36/+35
2011-01-13thp: KSM on THPAndrea Arcangeli1-9/+58
2011-01-13thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli3-7/+24
2011-01-13thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli5-21/+46
2011-01-13thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli5-0/+5
2011-01-13thp: compound_trans_orderAndrea Arcangeli3-12/+26
2011-01-13thp: fix memory-failure hugetlbfs vs THP collisionAndrea Arcangeli2-2/+2
2011-01-13thp: add debug checks for mapcount related invariantsAndrea Arcangeli1-2/+4
2011-01-13thp: transparent hugepage sysfs meminfoDavid Rientjes1-3/+18
2011-01-13thp: scale nr_rotated to balance memory pressureRik van Riel1-2/+3
2011-01-13thp: fix anon memory statistics with transparent hugepagesRik van Riel5-9/+30
2011-01-13thp: disable transparent hugepages by default on small systemsRik van Riel1-0/+8
2011-01-13thp: use compaction for all allocation ordersAndrea Arcangeli1-1/+1
2011-01-13thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli3-18/+54
2011-01-13thp: freeze khugepaged and ksmdAndrea Arcangeli2-4/+18
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli7-2/+105
2011-01-13thp: don't allow transparent hugepage support without PSEAndrea Arcangeli2-0/+13
2011-01-13thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli3-2/+99
2011-01-13thp: transhuge isolate_migratepages()Andrea Arcangeli1-0/+15
2011-01-13thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabledAndrea Arcangeli1-0/+1
2011-01-13thp: transparent hugepage config choiceAndrea Arcangeli2-2/+30
2011-01-13thp: allocate memory in khugepaged outside of mmap_sem write modeAndrea Arcangeli1-22/+34
2011-01-13thp: add numa awareness to hugepage allocationsAndrea Arcangeli3-20/+87
2011-01-13thp: enable direct defragAndrea Arcangeli1-0/+1
2011-01-13thp: set recommended min free kbytesAndrea Arcangeli1-0/+52
2011-01-13thp: mprotect: transparent huge page supportJohannes Weiner3-1/+36
2011-01-13thp: mprotect: pass vma down to page table walkersJohannes Weiner1-6/+9
2011-01-13thp: add pmd_modifyJohannes Weiner2-0/+11
2011-01-13thp: mincore transparent hugepage supportJohannes Weiner3-1/+35
2011-01-13thp: add x86 32bit supportJohannes Weiner7-115/+156
2011-01-13thp: remove PG_buddyAndrea Arcangeli7-29/+52
2011-01-13thp: skip transhuge pages in ksm for nowAndrea Arcangeli1-4/+15
2011-01-13thp: khugepaged vma mergeAndrea Arcangeli1-0/+5
2011-01-13thp: khugepagedAndrea Arcangeli5-10/+1136
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli5-5/+34
2011-01-13thp: memcg huge memoryAndrea Arcangeli1-5/+31
2011-01-13thp: transhuge-memcg: commit tail pages at chargeDaisuke Nishimura1-17/+35
2011-01-13thp: memcg compoundAndrea Arcangeli1-30/+53
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli3-1/+12