summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-07Fix up SLUB compileLinus Torvalds1-3/+3
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter1-3/+0
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter1-8/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-10/+0
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter1-3/+2
2007-05-07slub: remove object activities out of checking functionsChristoph Lameter1-61/+47
2007-05-07SLUB: Free slabs and sort partial slab lists in kmem_cache_shrinkChristoph Lameter1-13/+112
2007-05-07slub: add ability to list alloc / free callers per slabChristoph Lameter1-3/+181
2007-05-07SLUB: Add MIN_PARTIALChristoph Lameter1-19/+36
2007-05-07slub: validation of slabs (metadata and guard zones)Christoph Lameter1-3/+110
2007-05-07slub: enable tracking of full slabsChristoph Lameter1-1/+40
2007-05-07slub: fix object trackingChristoph Lameter1-37/+20
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter1-6/+4
2007-05-07Make page->private usable in compound pagesChristoph Lameter1-15/+4
2007-05-07SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter1-1/+1
2007-05-07SLUB: change default alignmentsChristoph Lameter1-2/+2
2007-05-07SLUB coreChristoph Lameter1-0/+3144