aboutsummaryrefslogtreecommitdiff
path: root/include/linux/slub_def.h
AgeCommit message (Expand)Author
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
2008-04-27slub: Update statistics handling for variable order slabsChristoph Lameter
2008-04-27slub: Add kmem_cache_order_objects structChristoph Lameter
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter
2008-03-03slub: Fix up commentsChristoph Lameter
2008-02-14slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter
2008-02-14slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter
2008-02-14slub: kmalloc page allocator pass-through cleanupPekka Enberg
2008-02-07SLUB: Support for performance statisticsChristoph Lameter
2008-02-04Explain kmem_cache_cpu fieldsChristoph Lameter
2008-02-04SLUB: rename defrag to remote_node_defrag_ratioChristoph Lameter
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds
2008-01-01slub: provide /proc/slabinfoPekka J Enberg
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16SLUB: Optimize cacheline use for zeroingChristoph Lameter
2007-10-16SLUB: Place kmem_cache_cpu structures in a NUMA aware wayChristoph Lameter
2007-10-16SLUB: Move page->offset to kmem_cache_cpu->offsetChristoph Lameter
2007-10-16SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slabChristoph Lameter
2007-10-16SLUB: direct pass through of page size or higher kmalloc requestsChristoph Lameter
2007-08-31SLUB: Force inlining for functions in slub_def.hChristoph Lameter
2007-07-20fix gfp_t annotations for slubAl Viro
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter
2007-07-17SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUGChristoph Lameter
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter
2007-07-16slob: initial NUMA supportPaul Mundt
2007-06-16SLUB: minimum alignment fixesChristoph Lameter
2007-06-08SLUB: return ZERO_SIZE_PTR for kmalloc(0)Christoph Lameter
2007-05-17Slab allocators: define common size limitationsChristoph Lameter
2007-05-17slub: fix handling of oversized slabsAndrew Morton