aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slub_def.h
Commit message (Expand)AuthorAge
* Unify /proc/slabinfo configurationLinus Torvalds2008-01-02
* slub: provide /proc/slabinfoPekka J Enberg2008-01-01
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17
* SLUB: Optimize cacheline use for zeroingChristoph Lameter2007-10-16
* SLUB: Place kmem_cache_cpu structures in a NUMA aware wayChristoph Lameter2007-10-16
* SLUB: Move page->offset to kmem_cache_cpu->offsetChristoph Lameter2007-10-16
* SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slabChristoph Lameter2007-10-16
* SLUB: direct pass through of page size or higher kmalloc requestsChristoph Lameter2007-10-16
* SLUB: Force inlining for functions in slub_def.hChristoph Lameter2007-08-31
* fix gfp_t annotations for slubAl Viro2007-07-20
* Slab allocators: Cleanup zeroing allocationsChristoph Lameter2007-07-17
* SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUGChristoph Lameter2007-07-17
* Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter2007-07-17
* slob: initial NUMA supportPaul Mundt2007-07-16
* SLUB: minimum alignment fixesChristoph Lameter2007-06-16
* SLUB: return ZERO_SIZE_PTR for kmalloc(0)Christoph Lameter2007-06-08
* Slab allocators: define common size limitationsChristoph Lameter2007-05-17
* slub: fix handling of oversized slabsAndrew Morton2007-05-17
* Slab allocators: Drop support for destructorsChristoph Lameter2007-05-17
* SLUB: It is legit to allocate a slab of the maximum permitted sizeChristoph Lameter2007-05-17
* SLUB: CONFIG_LARGE_ALLOCS must consider MAX_ORDER limitChristoph Lameter2007-05-15
* slub: enable tracking of full slabsChristoph Lameter2007-05-07
* SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter2007-05-07
* SLUB coreChristoph Lameter2007-05-07