summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | sys_swapon: remove changelog from function commentCesar Eduardo Barros2011-03-221-5/+0
* | | | sys_swapon: use vzalloc() instead of vmalloc/memsetCesar Eduardo Barros2011-03-221-2/+1
* | | | mm: use __GFP_OTHER_NODE for transparent huge pagesAndi Kleen2011-03-221-9/+11
* | | | mm: add __GFP_OTHER_NODE flagAndi Kleen2011-03-222-3/+8
* | | | mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli2011-03-222-16/+34
* | | | mm: compaction: minimise the time IRQs are disabled while isolating pages for...Andrea Arcangeli2011-03-221-0/+18
* | | | mm: compaction: minimise the time IRQs are disabled while isolating free pagesMel Gorman2011-03-221-5/+13
* | | | mm: don't return 0 too early from find_get_pages()Hugh Dickins2011-03-221-0/+14
* | | | mm: remove worrying dead code from find_get_pages()Hugh Dickins2011-03-221-2/+16
* | | | hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesPetr Holasek2011-03-221-4/+2
* | | | mm: vmscan: kswapd should not free an excessive number of pages when balancin...Mel Gorman2011-03-221-3/+13
* | | | mempolicy: remove redundant check in __mpol_equal()Namhyung Kim2011-03-221-2/+1
* | | | pagewalk: only split huge pages when necessaryDave Hansen2011-03-222-6/+23
* | | | mm: reclaim invalidated page ASAPMinchan Kim2011-03-222-4/+49
* | | | memcg: move memcg reclaimable page into tail of inactive listMinchan Kim2011-03-222-1/+28
* | | | mm: deactivate invalidated pagesMinchan Kim2011-03-222-5/+90
* | | | mm: simplify anon_vma refcountsPeter Zijlstra2011-03-221-48/+28
* | | | mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra2011-03-221-8/+6
* | | | mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra2011-03-223-22/+9
* | | | mm: debug-pagealloc: fix kconfig dependency warningAkinobu Mita2011-03-221-14/+11
* | | | mm: batch-free pcp list if possibleNamhyung Kim2011-03-221-0/+4
* | | | mm: change __remove_from_page_cache()Minchan Kim2011-03-224-7/+7
* | | | mm: goodbye remove_from_page_cache()Minchan Kim2011-03-221-16/+9
* | | | mm: truncate: change remove_from_page_cacheMinchan Kim2011-03-221-2/+1
* | | | mm: shmem: change remove_from_page_cacheMinchan Kim2011-03-221-2/+1
* | | | mm: introduce delete_from_page_cache()Minchan Kim2011-03-221-0/+16
* | | | mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-223-3/+73
* | | | mm: allow GUP to fail instead of waiting on a pageGleb Natapov2011-03-222-3/+8
* | | | mm: notifier_from_errno() cleanupPrarit Bhargava2011-03-222-7/+2
* | | | oom: suppress nodes that are not allowed from meminfo on page alloc failureDavid Rientjes2011-03-221-3/+16
* | | | oom: suppress show_mem() for many nodes in irq context on page alloc failureDavid Rientjes2011-03-221-1/+16
* | | | oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes2011-03-222-2/+34
* | | | mm/compaction: check migrate_pages's return value instead of list_empty()Minchan Kim2011-03-221-2/+3
* | | | mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli2011-03-222-38/+4
* | | | mm: vmap area cacheNick Piggin2011-03-221-52/+104
* | | | oom: avoid deferring oom killer if exiting task is being tracedDavid Rientjes2011-03-221-15/+25
* | | | oom: skip zombies when iterating tasklistAndrey Vagin2011-03-221-1/+3
* | | | oom: prevent unnecessary oom kills or kernel panicsDavid Rientjes2011-03-221-4/+4
* | | | mm: swap: unlock swapfile inode mutex before closing file on bad swapfilesMel Gorman2011-03-221-1/+6
* | | | slub: Add statistics for this_cmpxchg_double failuresChristoph Lameter2011-03-221-1/+2
* | | | slub: Add missing irq restore for the OOM pathChristoph Lameter2011-03-221-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2011-03-223-100/+327
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'slub/lockless' into for-linusPekka Enberg2011-03-201-13/+221
| |\ \ \
| | * | | slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL caseChristoph Lameter2011-03-201-1/+3
| | * | | Lockless (and preemptless) fastpaths for slubChristoph Lameter2011-03-111-2/+203
| | * | | slub: Get rid of slab_free_hook_irq()Christoph Lameter2011-03-111-12/+17
| * | | | Merge branch 'slab/next' into for-linusPekka Enberg2011-03-203-87/+106
| |\ \ \ \
| | * \ \ \ Merge branch 'slab/urgent' into slab/nextPekka Enberg2011-03-111-4/+4
| | |\ \ \ \
| | | * | | | Revert "slab: Fix missing DEBUG_SLAB last user"Pekka Enberg2011-02-141-4/+4
| | * | | | | Merge branch 'slab/rcu' into slab/nextPekka Enberg2011-03-1119-190/+356
| | |\ \ \ \ \
OpenPOWER on IntegriCloud