summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* SLUB: support slub_debug on by defaultChristoph Lameter2007-07-161-28/+51
* slub: remove useless EXPORT_SYMBOLChristoph Lameter2007-07-061-1/+0Star
* SLUB: Make lockdep happy by not calling add_partial with interrupts enabled d...Christoph Lameter2007-07-031-2/+6
* SLUB: fix behavior if the text output of list_locations overflows PAGE_SIZEChristoph Lameter2007-06-241-2/+4
* SLUB: minimum alignment fixesChristoph Lameter2007-06-161-5/+15
* SLUB slab validation: Alloc while interrupts are disabled must use GFP_ATOMICChristoph Lameter2007-06-161-1/+1
* SLUB: return ZERO_SIZE_PTR for kmalloc(0)Christoph Lameter2007-06-091-8/+18
* SLUB: fix locking for hotplug callbacksChristoph Lameter2007-06-011-1/+14
* SLUB: Fix NUMA / SYSFS bootstrap issueChristoph Lameter2007-05-311-0/+7
* SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit)Christoph Lameter2007-05-241-1/+1
* SLUB Debug: Fix object size calculationChristoph Lameter2007-05-241-1/+1
* SLUB: Simplify debug codeChristoph Lameter2007-05-171-55/+57
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-1/+1
* SLUB: Do our own flags based on PG_active and PG_errorChristoph Lameter2007-05-171-14/+14
* SLUB: Define functions for cpu slab handling instead of using PageActiveChristoph Lameter2007-05-171-19/+38
* Slab allocators: Drop support for destructorsChristoph Lameter2007-05-171-31/+14Star
* slub: don't confuse ctor and dtorHugh Dickins2007-05-171-1/+1
* SLUB: remove nr_cpu_ids hackChristoph Lameter2007-05-101-3/+2Star
* slub: support concurrent local and remote frees and allocs on a slabChristoph Lameter2007-05-101-36/+118
* Move remote node draining out of slab allocatorsChristoph Lameter2007-05-091-84/+0Star
* vmstat: use our own timer eventsChristoph Lameter2007-05-091-1/+0Star
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+2
* krealloc: fix kerneldoc commentsPekka J Enberg2007-05-091-1/+0Star
* 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/+55Star
* SLUB: add macros for scanning objects in a slabChristoph Lameter2007-05-091-31/+44
* SLUB: update commentsChristoph Lameter2007-05-091-123/+119Star
* SLUB: get rid of finish_bootstrapChristoph Lameter2007-05-091-20/+10Star
* SLUB: clean up kreallocChristoph Lameter2007-05-091-11/+4Star
* SLUB: use check_valid_pointer in kmem_ptr_validateChristoph Lameter2007-05-091-10/+3Star
* 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/+0Star
* slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter2007-05-071-8/+2Star
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-10/+0Star
* slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter2007-05-071-3/+2Star
* slub: remove object activities out of checking functionsChristoph Lameter2007-05-071-61/+47Star
* 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/+20Star
* Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter2007-05-071-6/+4Star