aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-01-13mm: fix hugepage migrationHugh Dickins
2011-01-13mm: fix migration hangs on anon_vma lockHugh Dickins
2011-01-13ksm: drain pagevecs to lruHugh Dickins
2011-01-13hugetlb: fix handling of parse errors in sysfsEric B Munson
2011-01-13hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson
2011-01-13hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko
2011-01-13mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Andrew Morton
2011-01-13mm/dmapool.c: take lock only once in dma_pool_free()Rolf Eike Beer
2011-01-13mm/page_alloc.c: simplify calculation of combined index of adjacent buddy listsKyongHo Cho
2011-01-13brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina
2011-01-13mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl
2011-01-13mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman
2011-01-13thp: add compound_trans_head() helperAndrea Arcangeli
2011-01-13thp: KSM on THPAndrea Arcangeli
2011-01-13thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli
2011-01-13thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli
2011-01-13thp: compound_trans_orderAndrea Arcangeli
2011-01-13thp: fix memory-failure hugetlbfs vs THP collisionAndrea Arcangeli
2011-01-13thp: add debug checks for mapcount related invariantsAndrea Arcangeli
2011-01-13thp: scale nr_rotated to balance memory pressureRik van Riel
2011-01-13thp: fix anon memory statistics with transparent hugepagesRik van Riel
2011-01-13thp: disable transparent hugepages by default on small systemsRik van Riel
2011-01-13thp: use compaction for all allocation ordersAndrea Arcangeli
2011-01-13thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli
2011-01-13thp: freeze khugepaged and ksmdAndrea Arcangeli
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli
2011-01-13thp: don't allow transparent hugepage support without PSEAndrea Arcangeli
2011-01-13thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli
2011-01-13thp: transhuge isolate_migratepages()Andrea Arcangeli
2011-01-13thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabledAndrea Arcangeli
2011-01-13thp: transparent hugepage config choiceAndrea Arcangeli
2011-01-13thp: allocate memory in khugepaged outside of mmap_sem write modeAndrea Arcangeli
2011-01-13thp: add numa awareness to hugepage allocationsAndrea Arcangeli
2011-01-13thp: enable direct defragAndrea Arcangeli
2011-01-13thp: set recommended min free kbytesAndrea Arcangeli
2011-01-13thp: mprotect: transparent huge page supportJohannes Weiner
2011-01-13thp: mprotect: pass vma down to page table walkersJohannes Weiner
2011-01-13thp: mincore transparent hugepage supportJohannes Weiner
2011-01-13thp: add x86 32bit supportJohannes Weiner
2011-01-13thp: remove PG_buddyAndrea Arcangeli
2011-01-13thp: skip transhuge pages in ksm for nowAndrea Arcangeli
2011-01-13thp: khugepaged vma mergeAndrea Arcangeli
2011-01-13thp: khugepagedAndrea Arcangeli
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli
2011-01-13thp: memcg huge memoryAndrea Arcangeli
2011-01-13thp: transhuge-memcg: commit tail pages at chargeDaisuke Nishimura
2011-01-13thp: memcg compoundAndrea Arcangeli
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli
2011-01-13thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli
2011-01-13thp: verify pmd_trans_huge isn't leakingAndrea Arcangeli