aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-7/+6
2008-07-24slub: record page flag overlays explicitlyAndy Whitcroft1-48/+17
2008-07-19slub: dump more data on slab corruptionPekka Enberg1-1/+1
2008-07-16SLUB: simplify re on_each_cpu()Alexey Dobriyan1-8/+0
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-15slub: current is always validAlexey Dobriyan1-1/+1
2008-07-15slub: Add check for kfree() of non slab objects.Christoph Lameter1-0/+1
2008-07-14Start using the new '%pS' infrastructure to print symbolsLinus Torvalds1-3/+2
2008-07-10slub: Fix use-after-preempt of per-CPU data structureDmitry Adamushko1-1/+3
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2008-07-03slub: Do not use 192 byte sized cache if minimum alignment is 128 byteChristoph Lameter1-2/+10
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-05-22slub: ksize() abuse checksPekka Enberg1-2/+3
2008-05-08slub: fix atomic usage in any_slab_objects()Benjamin Herrenschmidt1-1/+1
2008-05-02slub: #ifdef simplificationChristoph Lameter1-4/+2
2008-05-02slub: Whitespace cleanup and use of strict_strtoulChristoph Lameter1-13/+25
2008-05-01remove div_long_long_remRoman Zippel1-5/+4
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner1-0/+3
2008-04-29ipc: define the slab_memory_callback priority as a constantNadia Derbey1-1/+1
2008-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-194/+287
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg1-5/+0
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-1/+1
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-3/+5
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman1-2/+1
2008-04-27slub: pack objects denserChristoph Lameter1-2/+2
2008-04-27slub: Calculate min_objects based on number of processors.Christoph Lameter1-1/+3
2008-04-27slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTSChristoph Lameter1-21/+2
2008-04-27slub: Simplify any_slab_object checksChristoph Lameter1-9/+1
2008-04-27slub: Make the order configurable for each slab cacheChristoph Lameter1-7/+22
2008-04-27slub: Drop fallback to page allocator methodChristoph Lameter1-41/+2
2008-04-27slub: Fallback to minimal order during slab page allocationChristoph Lameter1-11/+28
2008-04-27slub: Update statistics handling for variable order slabsChristoph Lameter1-53/+97
2008-04-27slub: Add kmem_cache_order_objects structChristoph Lameter1-25/+51
2008-04-27slub: for_each_object must be passed the number of objects in a slabChristoph Lameter1-6/+18
2008-04-27slub: Store max number of objects in the page struct.Christoph Lameter1-20/+34
2008-04-27slub: Dump list of objects not freed on kmem_cache_close()Christoph Lameter1-1/+31
2008-04-27slub: free_list() cleanupChristoph Lameter1-11/+7
2008-04-27slub: improve kmem_cache_destroy() error messagePekka Enberg1-2/+5
2008-04-23slab_err: Pass parameters correctly to slab_bugChristoph Lameter1-2/+2
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter1-11/+40
2008-04-14slub: Move map/flag clearing to __free_slabChristoph Lameter1-2/+2
2008-04-14slub: Fixes to per cpu stat output in sysfsChristoph Lameter1-1/+3
2008-04-14slub: Deal with config variable dependenciesChristoph Lameter1-15/+15
2008-04-14slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logicChristoph Lameter1-4/+1
2008-04-14slub: Initialize per-cpu statsPekka Enberg1-0/+3
2008-04-01Fix undefined count_partial if !CONFIG_SLABINFOChristoph Lameter1-1/+1
2008-03-27Revert "SLUB: remove useless masking of GFP_ZERO"Linus Torvalds1-0/+3
2008-03-26count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter1-0/+2
2008-03-17slub page alloc fallback: Enable interrupts for GFP_WAIT.Christoph Lameter1-3/+9
2008-03-06slub: Do not cross cacheline boundaries for very small objectsNick Piggin1-4/+7