aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slub_def.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-31SLUB: Force inlining for functions in slub_def.hChristoph Lameter1-4/+4
2007-07-20fix gfp_t annotations for slubAl Viro1-1/+1
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter1-13/+0
2007-07-17SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUGChristoph Lameter1-0/+4
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter1-12/+0
2007-07-16slob: initial NUMA supportPaul Mundt1-1/+5
2007-06-16SLUB: minimum alignment fixesChristoph Lameter1-2/+11
2007-06-08SLUB: return ZERO_SIZE_PTR for kmalloc(0)Christoph Lameter1-8/+17
2007-05-17Slab allocators: define common size limitationsChristoph Lameter1-17/+2
2007-05-17slub: fix handling of oversized slabsAndrew Morton1-1/+6
2007-05-17Slab allocators: Drop support for destructorsChristoph Lameter1-1/+0
2007-05-16SLUB: It is legit to allocate a slab of the maximum permitted sizeChristoph Lameter1-1/+1
2007-05-15SLUB: CONFIG_LARGE_ALLOCS must consider MAX_ORDER limitChristoph Lameter1-1/+5
2007-05-07slub: enable tracking of full slabsChristoph Lameter1-0/+1
2007-05-07SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter1-2/+6
2007-05-07SLUB coreChristoph Lameter1-0/+201