aboutsummaryrefslogtreecommitdiff
path: root/include/linux/slub_def.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGGravatar Christoph Lameter 1-1/+1
2010-10-02slub: reduce differences between SMP and NUMAGravatar Christoph Lameter 1-4/+1
2010-10-02slub: Dynamically size kmalloc cache allocationsGravatar Christoph Lameter 1-5/+2
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-1/+1
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNGravatar FUJITA Tomonori 1-3/+5
2010-08-09slub: add missing __percpu markup in mm/slub_def.hGravatar Namhyung Kim 1-1/+1
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Ingo Molnar 1-1/+2
2010-06-09tracing: Remove kmemtrace ftrace pluginGravatar Li Zefan 1-1/+2
2010-05-30SLUB: Allow full duplication of kmalloc array for 390Gravatar Christoph Lameter 1-1/+1
2010-05-24slub: move kmem_cache_node into it's own cachelineGravatar Alexander Duyck 1-6/+3
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>Gravatar David Woodhouse 1-0/+8
2009-12-20SLUB: this_cpu: Remove slub kmem_cache fieldsGravatar Christoph Lameter 1-2/+0
2009-12-20SLUB: Get rid of dynamic DMA kmalloc cache allocationGravatar Christoph Lameter 1-8/+11
2009-12-20SLUB: Use this_cpu operations in slubGravatar Christoph Lameter 1-5/+1
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGGravatar Li Zefan 1-2/+2
2009-09-14Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusGravatar Pekka Enberg 1-6/+2
2009-08-30SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Gravatar Aaro Koskinen 1-4/+2
2009-08-06slab: remove duplicate kmem_cache_init_late() declarationsGravatar Wu Fengguang 1-2/+0
2009-07-08kmemleak: Trace the kmalloc_large* functions in slubGravatar Catalin Marinas 1-0/+2
2009-06-12slab,slub: don't enable interrupts during early bootGravatar Pekka Enberg 1-0/+2
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Gravatar Zhaolei 1-1/+1
2009-04-03kmemtrace: use tracepointsGravatar Eduard - Gabriel Munteanu 1-8/+4
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusGravatar Ingo Molnar 1-3/+50
2009-03-24Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Gravatar Pekka Enberg 1-4/+17
2009-02-23slub: move min_partial to struct kmem_cacheGravatar David Rientjes 1-1/+1
2009-02-20Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penb...Gravatar Ingo Molnar 1-3/+16
2009-02-20SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsGravatar Christoph Lameter 1-3/+16
2009-02-20SLUB: Do not pass 8k objects through to the page allocatorGravatar Pekka Enberg 1-2/+2
2009-02-20SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsGravatar Christoph Lameter 1-3/+16
2008-12-30tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIGravatar Frederic Weisbecker 1-1/+1
2008-12-29kmemtrace: SLUB hooks.Gravatar Eduard - Gabriel Munteanu 1-3/+50
2008-08-05SLUB: dynamic per-cache MIN_PARTIALGravatar Pekka Enberg 1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-04Christoph has movedGravatar Christoph Lameter 1-1/+1
2008-07-03slub: Do not use 192 byte sized cache if minimum alignment is 128 byteGravatar Christoph Lameter 1-0/+2
2008-04-27slub: Fallback to minimal order during slab page allocationGravatar Christoph Lameter 1-0/+2
2008-04-27slub: Update statistics handling for variable order slabsGravatar Christoph Lameter 1-0/+2
2008-04-27slub: Add kmem_cache_order_objects structGravatar Christoph Lameter 1-2/+10
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGGravatar Christoph Lameter 1-1/+1
2008-03-03slub: Fix up commentsGravatar Christoph Lameter 1-2/+2
2008-02-14slub: Support 4k kmallocs again to compensate for page allocator slownessGravatar Christoph Lameter 1-3/+3
2008-02-14slub: Determine gfpflags once and not every time a slab is allocatedGravatar Christoph Lameter 1-0/+1
2008-02-14slub: kmalloc page allocator pass-through cleanupGravatar Pekka Enberg 1-2/+6
2008-02-07SLUB: Support for performance statisticsGravatar Christoph Lameter 1-0/+23
2008-02-04Explain kmem_cache_cpu fieldsGravatar Christoph Lameter 1-5/+5
2008-02-04SLUB: rename defrag to remote_node_defrag_ratioGravatar Christoph Lameter 1-1/+4
2008-01-02Unify /proc/slabinfo configurationGravatar Linus Torvalds 1-2/+0
2008-01-01slub: provide /proc/slabinfoGravatar Pekka J Enberg 1-0/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-10-16SLUB: Optimize cacheline use for zeroingGravatar Christoph Lameter 1-0/+1