summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2008-09-15slub: fixed uninitialized counter in struct kmem_cache_nodeSalman Qazi
2008-08-20slub: Disable NUMA remote node defragmentation by defaultChristoph Lameter
2008-08-05SLUB: dynamic per-cache MIN_PARTIALPekka Enberg
2008-07-29mm: unexport ksizeAdrian Bunk
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-24slub: record page flag overlays explicitlyAndy Whitcroft
2008-07-19slub: dump more data on slab corruptionPekka Enberg
2008-07-16SLUB: simplify re on_each_cpu()Alexey Dobriyan
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-15slub: current is always validAlexey Dobriyan
2008-07-15slub: Add check for kfree() of non slab objects.Christoph Lameter
2008-07-14Start using the new '%pS' infrastructure to print symbolsLinus Torvalds
2008-07-10slub: Fix use-after-preempt of per-CPU data structureDmitry Adamushko
2008-07-04Christoph has movedChristoph Lameter
2008-07-03slub: Do not use 192 byte sized cache if minimum alignment is 128 byteChristoph Lameter
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-05-22slub: ksize() abuse checksPekka Enberg
2008-05-08slub: fix atomic usage in any_slab_objects()Benjamin Herrenschmidt
2008-05-02slub: #ifdef simplificationChristoph Lameter
2008-05-02slub: Whitespace cleanup and use of strict_strtoulChristoph Lameter
2008-05-01remove div_long_long_remRoman Zippel
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner
2008-04-29ipc: define the slab_memory_callback priority as a constantNadia Derbey
2008-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman
2008-04-27slub: pack objects denserChristoph Lameter
2008-04-27slub: Calculate min_objects based on number of processors.Christoph Lameter
2008-04-27slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTSChristoph Lameter
2008-04-27slub: Simplify any_slab_object checksChristoph Lameter
2008-04-27slub: Make the order configurable for each slab cacheChristoph Lameter
2008-04-27slub: Drop fallback to page allocator methodChristoph Lameter
2008-04-27slub: Fallback to minimal order during slab page allocationChristoph Lameter
2008-04-27slub: Update statistics handling for variable order slabsChristoph Lameter
2008-04-27slub: Add kmem_cache_order_objects structChristoph Lameter
2008-04-27slub: for_each_object must be passed the number of objects in a slabChristoph Lameter
2008-04-27slub: Store max number of objects in the page struct.Christoph Lameter
2008-04-27slub: Dump list of objects not freed on kmem_cache_close()Christoph Lameter
2008-04-27slub: free_list() cleanupChristoph Lameter
2008-04-27slub: improve kmem_cache_destroy() error messagePekka Enberg
2008-04-23slab_err: Pass parameters correctly to slab_bugChristoph Lameter
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter
2008-04-14slub: Move map/flag clearing to __free_slabChristoph Lameter
2008-04-14slub: Fixes to per cpu stat output in sysfsChristoph Lameter
2008-04-14slub: Deal with config variable dependenciesChristoph Lameter
2008-04-14slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logicChristoph Lameter
2008-04-14slub: Initialize per-cpu statsPekka Enberg
2008-04-01Fix undefined count_partial if !CONFIG_SLABINFOChristoph Lameter