Linux Kernel Markers - Samples
[safe/jmp/linux-2.6] / include / linux / slub_def.h
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