aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22mm: kmem_cache_create(): make it easier to catch NULL cache namesBenjamin Herrenschmidt1-0/+3
2009-09-15slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUGIngo Molnar1-0/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2009-09-14Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusPekka Enberg1-14/+68
2009-09-14slub: fix slab_pad_check()Eric Dumazet1-1/+1
2009-09-03slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet1-2/+2
2009-09-03slub: release kobject if sysfs_create_group failed in sysfs_slab_addXiaotian Feng1-1/+4
2009-08-30SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Aaro Koskinen1-6/+24
2009-08-19SLUB: Fix some coding style issuesAmerigo Wang1-3/+2
2009-08-18SLUB: Drop write permission to /proc/slabinfoWANG Cong1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-4/+8
2009-08-01slub: change kmem_cache->align to record the real alignmentZhang, Yanmin1-0/+1
2009-07-28slub: use size and objsize orders to disable debug flagsDavid Rientjes1-21/+19
2009-07-10slub: add option to disable higher order debugging slabsDavid Rientjes1-3/+38
2009-07-08kmemleak: Trace the kmalloc_large* functions in slubCatalin Marinas1-4/+6
2009-07-04Merge branch 'master' into for-nextTejun Heo1-2/+8
2009-06-26fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney1-0/+2
2009-06-24SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg1-2/+8
2009-06-24percpu: cleanup percpu array definitionsTejun Heo1-2/+2
2009-06-18mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt1-11/+1
2009-06-17Merge branch 'slub/earlyboot' into for-linusPekka Enberg1-4/+14
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linusPekka Enberg1-19/+68
2009-06-16Merge branch 'akpm'Linus Torvalds1-1/+1
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in fast pathsChristoph Lameter1-1/+1
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum1-0/+16
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum1-5/+18
2009-06-15SLUB: Fix early boot GFP_DMA allocationsNick Piggin1-3/+14
2009-06-15slub: add hooks for kmemcheckVegard Nossum1-2/+19
2009-06-13SLUB: Don't print out OOM warning for __GFP_NOFAILPekka Enberg1-1/+2
2009-06-13SLUB: fix build when !SLUB_DEBUGAlexander Beregalov1-3/+19
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg1-0/+16
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-1/+4
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg1-7/+10
2009-06-11kmemleak: Add the slub memory allocation/freeing hooksCatalin Marinas1-1/+4
2009-06-11SLUB: Out-of-memory diagnosticsPekka Enberg1-19/+51
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-05-06Merge branches 'topic/documentation', 'topic/slub/fixes' and 'topic/urgent' into for-linusPekka Enberg1-1/+5
2009-05-06mm: SLUB fix reclaim_stateNick Piggin1-0/+3
2009-04-23slub: enforce MAX_ORDERDavid Rientjes1-1/+2
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint partZhaolei1-1/+1
2009-04-03kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg1-2/+2
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu1-18/+12
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-8/+75
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-03-24Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', 'topic/slub/cleanups' and 'topic/slub/perf' into for-linusPekka Enberg1-30/+52
2009-03-23slub: use get_track()Akinobu Mita1-7/+1
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar1-0/+1
2009-02-25slub: rename calculate_min_partial() to set_min_partial()David Rientjes1-3/+3
2009-02-23slub: add min_partial sysfs tunableDavid Rientjes1-0/+21
2009-02-23slub: move min_partial to struct kmem_cacheDavid Rientjes1-13/+16