summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-03-22mm: vmscan: kswapd should not free an excessive number of pages when balancin...Mel Gorman1-3/+13
2011-03-22mempolicy: remove redundant check in __mpol_equal()Namhyung Kim1-2/+1
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen2-6/+23
2011-03-22mm: reclaim invalidated page ASAPMinchan Kim2-4/+49
2011-03-22memcg: move memcg reclaimable page into tail of inactive listMinchan Kim2-1/+28
2011-03-22mm: deactivate invalidated pagesMinchan Kim2-5/+90
2011-03-22mm: simplify anon_vma refcountsPeter Zijlstra1-48/+28
2011-03-22mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra1-8/+6
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra3-22/+9
2011-03-22mm: debug-pagealloc: fix kconfig dependency warningAkinobu Mita1-14/+11
2011-03-22mm: batch-free pcp list if possibleNamhyung Kim1-0/+4
2011-03-22mm: change __remove_from_page_cache()Minchan Kim4-7/+7
2011-03-22mm: goodbye remove_from_page_cache()Minchan Kim1-16/+9
2011-03-22mm: truncate: change remove_from_page_cacheMinchan Kim1-2/+1
2011-03-22mm: shmem: change remove_from_page_cacheMinchan Kim1-2/+1
2011-03-22mm: introduce delete_from_page_cache()Minchan Kim1-0/+16
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi3-3/+73
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov2-3/+8
2011-03-22mm: notifier_from_errno() cleanupPrarit Bhargava2-7/+2
2011-03-22oom: suppress nodes that are not allowed from meminfo on page alloc failureDavid Rientjes1-3/+16
2011-03-22oom: suppress show_mem() for many nodes in irq context on page alloc failureDavid Rientjes1-1/+16
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes2-2/+34
2011-03-22mm/compaction: check migrate_pages's return value instead of list_empty()Minchan Kim1-2/+3
2011-03-22mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli2-38/+4
2011-03-22mm: vmap area cacheNick Piggin1-52/+104
2011-03-22oom: avoid deferring oom killer if exiting task is being tracedDavid Rientjes1-15/+25
2011-03-22oom: skip zombies when iterating tasklistAndrey Vagin1-1/+3
2011-03-22oom: prevent unnecessary oom kills or kernel panicsDavid Rientjes1-4/+4
2011-03-22mm: swap: unlock swapfile inode mutex before closing file on bad swapfilesMel Gorman1-1/+6
2011-03-22slub: Add statistics for this_cmpxchg_double failuresChristoph Lameter1-1/+2
2011-03-22slub: Add missing irq restore for the OOM pathChristoph Lameter1-0/+3
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds3-100/+327
2011-03-20Merge branch 'slub/lockless' into for-linusPekka Enberg1-13/+221
2011-03-20Merge branch 'slab/next' into for-linusPekka Enberg3-87/+106
2011-03-20slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL caseChristoph Lameter1-1/+3
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-5/+5
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-40/+60
2011-03-17mm: PageBuddy and mapcount robustnessAndrea Arcangeli1-2/+2
2011-03-17mm: remove is_hwpoison_addressHuang Ying1-32/+0
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying1-3/+10
2011-03-17mm: export __get_user_pagesHuang Ying2-5/+50
2011-03-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe1-1/+1
2011-03-17mm: make generic_writepages() use pluggingShaohua Li1-1/+7
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+5
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-209/+485
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+3
2011-03-16Merge branch 'next' into for-linusJames Morris1-4/+5
2011-03-15Merge commit 'v2.6.38' into x86/mmIngo Molnar10-76/+116
2011-03-14Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds1-8/+3
2011-03-14oom: oom_kill_process: fix the child_points logicOleg Nesterov1-3/+8