summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-3/+3
2010-10-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2-373/+419
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+13
2010-10-24Merge branch 'master' into for-linusPekka Enberg13-504/+851
2010-10-24export __get_user_pages_fast() functionXiao Guangrong1-0/+13
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds6-206/+250
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+0
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+3
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-316/+631
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+10
2010-10-19memory_hotplug: drop spurious calls to flush_scheduled_work()Tejun Heo1-2/+0
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe23-212/+319
2010-10-11Merge branch 'x86/urgent' into core/memblockH. Peter Anvin3-11/+15
2010-10-11memblock: Annotate memblock functions with __init_memblockYinghai Lu1-2/+2
2010-10-11memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge1-0/+6
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar20-181/+269
2010-10-07Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+6
2010-10-07memcg: fix thresholds with use_hierarchy == 1Kirill A. Shutemov1-3/+7
2010-10-07mm: alloc_large_system_hash() printk overflow on 16TB bootRobin Holt1-2/+2
2010-10-07HWPOISON: Stop shrinking at right page countAndi Kleen1-1/+1
2010-10-07HWPOISON: Report correct address granuality for AO huge page errorsAndi Kleen1-5/+5
2010-10-06SLUB: Fix memory hotplug with !NUMAPekka Enberg1-1/+1
2010-10-06slub: Move functions to reduce #ifdefsChristoph Lameter1-156/+141
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter1-5/+35
2010-10-06SLUB: Optimize slab_free() debug checkPekka Enberg1-2/+2
2010-10-05memblock: Fix wraparound in find_region()Yinghai Lu1-1/+6
2010-10-04ksm: fix bad user data when swappingHugh Dickins1-2/+4
2010-10-04ksm: fix page_address_in_vma anon_vma oopsHugh Dickins1-1/+7
2010-10-02slub: Move NUMA-related functions under CONFIG_NUMANamhyung Kim1-2/+4
2010-10-02slub: Add lock release annotationNamhyung Kim1-0/+2
2010-10-02slub: Fix signedness warningsNamhyung Kim1-4/+3
2010-10-02slub: extract common code to remove objects from partial list without lockingChristoph Lameter1-8/+11
2010-10-02SLUB: Pass active and inactive redzone flags instead of boolean to debug func...Christoph Lameter1-19/+14
2010-10-02slub: reduce differences between SMP and NUMAChristoph Lameter1-38/+1
2010-10-02Revert "Slub: UP bandaid"Pekka Enberg1-16/+0
2010-10-02percpu: clear memory allocated with the km allocatorTejun Heo1-1/+5
2010-10-02percpu: use percpu allocator on UP tooTejun Heo5-41/+66
2010-10-02vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo1-0/+2
2010-10-02SLUB: Fix merged slab cache namesPekka Enberg1-1/+20
2010-10-02Slub: UP bandaidChristoph Lameter1-0/+16
2010-10-02slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc cachesDavid Rientjes1-6/+8
2010-10-02slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplugChristoph Lameter1-2/+2
2010-10-02slub: Add dummy functions for the !SLUB_DEBUG caseChristoph Lameter1-0/+12
2010-10-02slob: fix gfp flags for order-0 page allocationsDavid Rientjes1-1/+3
2010-10-02slub: Move gfpflag masking out of the hotpathChristoph Lameter1-2/+3
2010-10-02slub: Extract hooks for memory checkers from hotpathsChristoph Lameter1-11/+38
2010-10-02slub: Dynamically size kmalloc cache allocationsChristoph Lameter1-53/+138
2010-10-02slub: Remove static kmem_cache_cpu array for bootChristoph Lameter1-13/+4
2010-10-02slub: Remove dynamic dma slab allocationChristoph Lameter1-111/+39
2010-10-02slub: Force no inlining of debug functionsChristoph Lameter1-3/+3