aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cGravatar Alexey Dobriyan 1-9/+20
2008-09-15slub: fixed uninitialized counter in struct kmem_cache_nodeGravatar Salman Qazi 1-0/+1
2008-08-20slub: Disable NUMA remote node defragmentation by defaultGravatar Christoph Lameter 1-2/+2
2008-08-05SLUB: dynamic per-cache MIN_PARTIALGravatar Pekka Enberg 1-7/+19
2008-07-29mm: unexport ksizeGravatar Adrian Bunk 1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-7/+6
2008-07-24slub: record page flag overlays explicitlyGravatar Andy Whitcroft 1-48/+17
2008-07-19slub: dump more data on slab corruptionGravatar Pekka Enberg 1-1/+1
2008-07-16SLUB: simplify re on_each_cpu()Gravatar Alexey Dobriyan 1-8/+0
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusGravatar Ingo Molnar 1-1/+1
2008-07-15slub: current is always validGravatar Alexey Dobriyan 1-1/+1
2008-07-15slub: Add check for kfree() of non slab objects.Gravatar Christoph Lameter 1-0/+1
2008-07-14Start using the new '%pS' infrastructure to print symbolsGravatar Linus Torvalds 1-3/+2
2008-07-10slub: Fix use-after-preempt of per-CPU data structureGravatar Dmitry Adamushko 1-1/+3
2008-07-04Christoph has movedGravatar Christoph Lameter 1-1/+1
2008-07-03slub: Do not use 192 byte sized cache if minimum alignment is 128 byteGravatar Christoph Lameter 1-2/+10
2008-06-26on_each_cpu(): kill unused 'retry' parameterGravatar Jens Axboe 1-1/+1
2008-05-22slub: ksize() abuse checksGravatar Pekka Enberg 1-2/+3
2008-05-08slub: fix atomic usage in any_slab_objects()Gravatar Benjamin Herrenschmidt 1-1/+1
2008-05-02slub: #ifdef simplificationGravatar Christoph Lameter 1-4/+2
2008-05-02slub: Whitespace cleanup and use of strict_strtoulGravatar Christoph Lameter 1-13/+25
2008-05-01remove div_long_long_remGravatar Roman Zippel 1-5/+4
2008-04-30infrastructure to debug (dynamic) objectsGravatar Thomas Gleixner 1-0/+3
2008-04-29ipc: define the slab_memory_callback priority as a constantGravatar Nadia Derbey 1-1/+1
2008-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-194/+287
2008-04-28mm: move cache_line_size() to <linux/cache.h>Gravatar Pekka Enberg 1-5/+0
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxGravatar Mel Gorman 1-1/+1
2008-04-28mm: use two zonelist that are filtered by GFP maskGravatar Mel Gorman 1-3/+5
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskGravatar Mel Gorman 1-2/+1
2008-04-27slub: pack objects denserGravatar Christoph Lameter 1-2/+2
2008-04-27slub: Calculate min_objects based on number of processors.Gravatar Christoph Lameter 1-1/+3
2008-04-27slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTSGravatar Christoph Lameter 1-21/+2
2008-04-27slub: Simplify any_slab_object checksGravatar Christoph Lameter 1-9/+1
2008-04-27slub: Make the order configurable for each slab cacheGravatar Christoph Lameter 1-7/+22
2008-04-27slub: Drop fallback to page allocator methodGravatar Christoph Lameter 1-41/+2
2008-04-27slub: Fallback to minimal order during slab page allocationGravatar Christoph Lameter 1-11/+28
2008-04-27slub: Update statistics handling for variable order slabsGravatar Christoph Lameter 1-53/+97
2008-04-27slub: Add kmem_cache_order_objects structGravatar Christoph Lameter 1-25/+51
2008-04-27slub: for_each_object must be passed the number of objects in a slabGravatar Christoph Lameter 1-6/+18
2008-04-27slub: Store max number of objects in the page struct.Gravatar Christoph Lameter 1-20/+34
2008-04-27slub: Dump list of objects not freed on kmem_cache_close()Gravatar Christoph Lameter 1-1/+31
2008-04-27slub: free_list() cleanupGravatar Christoph Lameter 1-11/+7
2008-04-27slub: improve kmem_cache_destroy() error messageGravatar Pekka Enberg 1-2/+5
2008-04-23slab_err: Pass parameters correctly to slab_bugGravatar Christoph Lameter 1-2/+2
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGGravatar Christoph Lameter 1-11/+40
2008-04-14slub: Move map/flag clearing to __free_slabGravatar Christoph Lameter 1-2/+2
2008-04-14slub: Fixes to per cpu stat output in sysfsGravatar Christoph Lameter 1-1/+3
2008-04-14slub: Deal with config variable dependenciesGravatar Christoph Lameter 1-15/+15
2008-04-14slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logicGravatar Christoph Lameter 1-4/+1
2008-04-14slub: Initialize per-cpu statsGravatar Pekka Enberg 1-0/+3