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