summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2011-03-22sys_swapon: move setting of error nearer useCesar Eduardo Barros
2011-03-22sys_swapon: remove did_down variableCesar Eduardo Barros
2011-03-22sys_swapon: remove initial value of name variableCesar Eduardo Barros
2011-03-22sys_swapon: simplify error flow in alloc_swap_info()Cesar Eduardo Barros
2011-03-22sys_swapon: simplify error return from swap_info allocationCesar Eduardo Barros
2011-03-22sys_swapon: separate swap_info allocationCesar Eduardo Barros
2011-03-22sys_swapon: do not depend on "type" after allocationCesar Eduardo Barros
2011-03-22sys_swapon: remove changelog from function commentCesar Eduardo Barros
2011-03-22sys_swapon: use vzalloc() instead of vmalloc/memsetCesar Eduardo Barros
2011-03-22mm: use __GFP_OTHER_NODE for transparent huge pagesAndi Kleen
2011-03-22mm: add __GFP_OTHER_NODE flagAndi Kleen
2011-03-22mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli
2011-03-22mm: compaction: minimise the time IRQs are disabled while isolating pages for...Andrea Arcangeli
2011-03-22mm: compaction: minimise the time IRQs are disabled while isolating free pagesMel Gorman
2011-03-22mm: don't return 0 too early from find_get_pages()Hugh Dickins
2011-03-22mm: remove worrying dead code from find_get_pages()Hugh Dickins
2011-03-22hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesPetr Holasek
2011-03-22mm: vmscan: kswapd should not free an excessive number of pages when balancin...Mel Gorman
2011-03-22mempolicy: remove redundant check in __mpol_equal()Namhyung Kim
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen
2011-03-22mm: reclaim invalidated page ASAPMinchan Kim
2011-03-22memcg: move memcg reclaimable page into tail of inactive listMinchan Kim
2011-03-22mm: deactivate invalidated pagesMinchan Kim
2011-03-22mm: simplify anon_vma refcountsPeter Zijlstra
2011-03-22mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra
2011-03-22mm: debug-pagealloc: fix kconfig dependency warningAkinobu Mita
2011-03-22mm: batch-free pcp list if possibleNamhyung Kim
2011-03-22mm: change __remove_from_page_cache()Minchan Kim
2011-03-22mm: goodbye remove_from_page_cache()Minchan Kim
2011-03-22mm: truncate: change remove_from_page_cacheMinchan Kim
2011-03-22mm: shmem: change remove_from_page_cacheMinchan Kim
2011-03-22mm: introduce delete_from_page_cache()Minchan Kim
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov
2011-03-22mm: notifier_from_errno() cleanupPrarit Bhargava
2011-03-22oom: suppress nodes that are not allowed from meminfo on page alloc failureDavid Rientjes
2011-03-22oom: suppress show_mem() for many nodes in irq context on page alloc failureDavid Rientjes
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes
2011-03-22mm/compaction: check migrate_pages's return value instead of list_empty()Minchan Kim
2011-03-22mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli
2011-03-22mm: vmap area cacheNick Piggin
2011-03-22oom: avoid deferring oom killer if exiting task is being tracedDavid Rientjes
2011-03-22oom: skip zombies when iterating tasklistAndrey Vagin
2011-03-22oom: prevent unnecessary oom kills or kernel panicsDavid Rientjes
2011-03-22mm: swap: unlock swapfile inode mutex before closing file on bad swapfilesMel Gorman
2011-03-22slub: Add statistics for this_cmpxchg_double failuresChristoph Lameter
2011-03-22slub: Add missing irq restore for the OOM pathChristoph Lameter
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2011-03-20Merge branch 'slub/lockless' into for-linusPekka Enberg