summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* Move remote node draining out of slab allocatorsChristoph Lameter2007-05-091-84/+0
* vmstat: use our own timer eventsChristoph Lameter2007-05-091-1/+0
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+2
* krealloc: fix kerneldoc commentsPekka J Enberg2007-05-091-1/+0
* SLUB: rework slab order determinationChristoph Lameter2007-05-091-14/+52
* SLUB: include lifetime stats and sets of cpus / nodes in tracking outputChristoph Lameter2007-05-091-15/+81
* SLUB: add CONFIG_SLUB_DEBUGChristoph Lameter2007-05-091-75/+114
* SLUB: move tracking definitions and check_valid_pointer() away from debug codeChristoph Lameter2007-05-091-29/+29
* SLUB: consolidate trace codeChristoph Lameter2007-05-091-13/+18
* SLUB: introduce DebugSlab(page)Christoph Lameter2007-05-091-12/+28
* SLUB: move resiliency check into SYSFS sectionChristoph Lameter2007-05-091-57/+55
* SLUB: add macros for scanning objects in a slabChristoph Lameter2007-05-091-31/+44
* SLUB: update commentsChristoph Lameter2007-05-091-123/+119
* SLUB: get rid of finish_bootstrapChristoph Lameter2007-05-091-20/+10
* SLUB: clean up kreallocChristoph Lameter2007-05-091-11/+4
* SLUB: use check_valid_pointer in kmem_ptr_validateChristoph Lameter2007-05-091-10/+3
* SLUB: after object padding only needed for RedzoningChristoph Lameter2007-05-091-1/+1
* SLUB: add support for dynamic cacheline size determinationChristoph Lameter2007-05-091-5/+10
* 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
OpenPOWER on IntegriCloud