aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2007-05-07Fix up SLUB compileLinus Torvalds
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter
2007-05-07slub: remove object activities out of checking functionsChristoph Lameter
2007-05-07SLUB: Free slabs and sort partial slab lists in kmem_cache_shrinkChristoph Lameter
2007-05-07slub: add ability to list alloc / free callers per slabChristoph Lameter
2007-05-07SLUB: Add MIN_PARTIALChristoph Lameter
2007-05-07slub: validation of slabs (metadata and guard zones)Christoph Lameter
2007-05-07slub: enable tracking of full slabsChristoph Lameter
2007-05-07slub: fix object trackingChristoph Lameter
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter
2007-05-07Make page->private usable in compound pagesChristoph Lameter
2007-05-07SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter
2007-05-07SLUB: change default alignmentsChristoph Lameter
2007-05-07SLUB coreChristoph Lameter