summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
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
2011-03-20Merge branch 'slab/next' into for-linusPekka Enberg
2011-03-20slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL caseChristoph Lameter
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-03-17mm: PageBuddy and mapcount robustnessAndrea Arcangeli
2011-03-17mm: remove is_hwpoison_addressHuang Ying
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying
2011-03-17mm: export __get_user_pagesHuang Ying
2011-03-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe
2011-03-17mm: make generic_writepages() use pluggingShaohua Li
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-16Merge branch 'next' into for-linusJames Morris
2011-03-15Merge commit 'v2.6.38' into x86/mmIngo Molnar
2011-03-14Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds
2011-03-14oom: oom_kill_process: fix the child_points logicOleg Nesterov