summaryrefslogtreecommitdiff
path: root/include/linux/slub_def.h
AgeCommit message (Expand)Author
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-07-07slub: Add method to verify memory is not freedBen Greear
2011-07-02slub: fast release on full slabChristoph Lameter
2011-07-02slub: Add statistics for the case that the current slab does not match the nodeChristoph Lameter
2011-07-02slub: Add cmpxchg_double_slab()Christoph Lameter
2011-06-16slab, slub, slob: Unify alignment definitionChristoph Lameter
2011-05-21slub: Deal with hyperthetical case of PAGE_SIZE > 2MChristoph Lameter
2011-05-07slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyChristoph Lameter
2011-03-22slub: Add statistics for this_cmpxchg_double failuresChristoph Lameter
2011-03-20Merge branch 'slub/lockless' into for-linusPekka Enberg
2011-03-11slub: automatically reserve bytes at the end of slabLai Jiangshan
2011-03-11Lockless (and preemptless) fastpaths for slubChristoph Lameter
2011-03-11slub: min_partial needs to be in first cachelineChristoph Lameter
2010-11-06slub tracing: move trace calls out of always inlined functions to reduce kern...Richard Kennedy
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter
2010-10-02slub: reduce differences between SMP and NUMAChristoph Lameter
2010-10-02slub: Dynamically size kmalloc cache allocationsChristoph Lameter
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori
2010-08-09slub: add missing __percpu markup in mm/slub_def.hNamhyung Kim
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan
2010-05-30SLUB: Allow full duplication of kmalloc array for 390Christoph Lameter
2010-05-24slub: move kmem_cache_node into it's own cachelineAlexander Duyck
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>David Woodhouse
2009-12-20SLUB: this_cpu: Remove slub kmem_cache fieldsChristoph Lameter
2009-12-20SLUB: Get rid of dynamic DMA kmalloc cache allocationChristoph Lameter
2009-12-20SLUB: Use this_cpu operations in slubChristoph Lameter
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan
2009-09-14Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusPekka Enberg
2009-08-30SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Aaro Koskinen
2009-08-06slab: remove duplicate kmem_cache_init_late() declarationsWu Fengguang
2009-07-08kmemleak: Trace the kmalloc_large* functions in slubCatalin Marinas
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-24Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg
2009-02-23slub: move min_partial to struct kmem_cacheDavid Rientjes
2009-02-20Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penb...Ingo Molnar
2009-02-20SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter
2009-02-20SLUB: Do not pass 8k objects through to the page allocatorPekka Enberg
2009-02-20SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter
2008-12-30tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker
2008-12-29kmemtrace: SLUB hooks.Eduard - Gabriel Munteanu
2008-08-05SLUB: dynamic per-cache MIN_PARTIALPekka Enberg
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-04Christoph has movedChristoph Lameter
2008-07-03slub: Do not use 192 byte sized cache if minimum alignment is 128 byteChristoph Lameter
2008-04-27slub: Fallback to minimal order during slab page allocationChristoph Lameter