tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING
[safe/jmp/linux-2.6] / include / linux / slub_def.h
2009-12-11 Li Zefantracing, slab: Define kmem_cache_alloc_notrace ifdef...
2009-09-14 Pekka EnbergMerge branches 'slab/cleanups' and 'slab/fixes' into...
2009-08-30 Aaro KoskinenSLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256
2009-08-06 Wu Fengguangslab: remove duplicate kmem_cache_init_late() declarations
2009-07-08 Catalin Marinaskmemleak: Trace the kmalloc_large* functions in slub
2009-06-12 Pekka Enbergslab,slub: don't enable interrupts during early boot
2009-04-12 Zhaoleitracing, kmemtrace: Separate include/trace/kmemtrace...
2009-04-03 Eduard - Gabriel... kmemtrace: use tracepoints
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-03-24 Pekka EnbergMerge branches 'topic/slob/cleanups', 'topic/slob/fixes...
2009-02-23 David Rientjesslub: move min_partial to struct kmem_cache
2009-02-20 Ingo MolnarMerge branch 'for-ingo' of git://git./linux/kernel...
2009-02-20 Christoph LameterSLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHI...
2009-02-20 Pekka EnbergSLUB: Do not pass 8k objects through to the page allocator
2009-02-20 Christoph LameterSLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHI...
2008-12-30 Frederic Weisbeckertracing/kmemtrace: normalize the raw tracer event to...
2008-12-29 Eduard - Gabriel... kmemtrace: SLUB hooks.
2008-08-05 Pekka EnbergSLUB: dynamic per-cache MIN_PARTIAL
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-04 Christoph LameterChristoph has moved
2008-07-03 Christoph Lameterslub: Do not use 192 byte sized cache if minimum alignm...
2008-04-27 Christoph Lameterslub: Fallback to minimal order during slab page allocation
2008-04-27 Christoph Lameterslub: Update statistics handling for variable order...
2008-04-27 Christoph Lameterslub: Add kmem_cache_order_objects struct
2008-04-14 Christoph Lameterslub: No need for per node slab counters if !SLUB_DEBUG
2008-03-03 Christoph Lameterslub: Fix up comments
2008-02-14 Christoph Lameterslub: Support 4k kmallocs again to compensate for page...
2008-02-14 Christoph Lameterslub: Determine gfpflags once and not every time a...
2008-02-14 Pekka Enbergslub: kmalloc page allocator pass-through cleanup
2008-02-08 Christoph LameterSLUB: Support for performance statistics
2008-02-04 Christoph LameterExplain kmem_cache_cpu fields
2008-02-04 Christoph LameterSLUB: rename defrag to remote_node_defrag_ratio
2008-01-02 Linus TorvaldsUnify /proc/slabinfo configuration
2008-01-01 Pekka J Enbergslub: provide /proc/slabinfo
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Christoph LameterSLUB: Optimize cacheline use for zeroing
2007-10-16 Christoph LameterSLUB: Place kmem_cache_cpu structures in a NUMA aware way
2007-10-16 Christoph LameterSLUB: Move page->offset to kmem_cache_cpu->offset
2007-10-16 Christoph LameterSLUB: Avoid page struct cacheline bouncing due to remot...
2007-10-16 Christoph LameterSLUB: direct pass through of page size or higher kmallo...
2007-08-31 Christoph LameterSLUB: Force inlining for functions in slub_def.h
2007-07-20 Al Virofix gfp_t annotations for slub
2007-07-17 Christoph LameterSlab allocators: Cleanup zeroing allocations
2007-07-17 Christoph LameterSLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
2007-07-17 Christoph LameterSlab allocators: consistent ZERO_SIZE_PTR support and...
2007-07-16 Paul Mundtslob: initial NUMA support
2007-06-16 Christoph LameterSLUB: minimum alignment fixes
2007-06-09 Christoph LameterSLUB: return ZERO_SIZE_PTR for kmalloc(0)
2007-05-17 Christoph LameterSlab allocators: define common size limitations
2007-05-17 Andrew Mortonslub: fix handling of oversized slabs
2007-05-17 Christoph LameterSlab allocators: Drop support for destructors
2007-05-17 Christoph LameterSLUB: It is legit to allocate a slab of the maximum...
2007-05-15 Christoph LameterSLUB: CONFIG_LARGE_ALLOCS must consider MAX_ORDER limit
2007-05-07 Christoph Lameterslub: enable tracking of full slabs
2007-05-07 Christoph LameterSLUB: allocate smallest object size if the user asks...
2007-05-07 Christoph LameterSLUB core