aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22mm: add __GFP_OTHER_NODE flagAndi Kleen2-3/+8
2011-03-22mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli2-16/+34
2011-03-22mm: compaction: minimise the time IRQs are disabled while isolating pages for migrationAndrea Arcangeli1-0/+18
2011-03-22mm: compaction: minimise the time IRQs are disabled while isolating free pagesMel Gorman1-5/+13
2011-03-22mm: don't return 0 too early from find_get_pages()Hugh Dickins1-0/+14
2011-03-22mm: remove worrying dead code from find_get_pages()Hugh Dickins1-2/+16
2011-03-22hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesPetr Holasek1-4/+2
2011-03-22mm: vmscan: kswapd should not free an excessive number of pages when balancing small zonesMel 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/penberg/slab-2.6Linus 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/jikos/trivialLinus 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-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-4/+5
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-209/+485