aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-06slub statistics: Fix check for DEACTIVATE_REMOTE_FREESChristoph Lameter1-1/+1
2008-03-03slub: fix possible NULL pointer dereferenceCyrill Gorcunov1-2/+4
2008-03-03slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter1-2/+13
2008-03-03slub: look up object from the freelist oncePekka J Enberg1-2/+0
2008-03-03slub: Fix up commentsChristoph Lameter1-21/+28
2008-03-03slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter1-7/+8
2008-03-03slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter1-4/+2
2008-03-03slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter1-1/+1
2008-03-03slub: Remove useless checks in alloc_debug_processingChristoph Lameter1-2/+2
2008-03-03slub: Remove objsize check in kmem_cache_flags()Christoph Lameter1-23/+4
2008-03-03slub: rename slab_objects to show_slab_objectsChristoph Lameter1-5/+5
2008-03-03Revert "unique end pointer" patchChristoph Lameter1-47/+23
2008-02-19Revert "SLUB: Alternate fast paths using cmpxchg_local"Linus Torvalds1-86/+1
2008-02-14slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter1-9/+9
2008-02-14slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter1-5/+38
2008-02-14slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter1-8/+11
2008-02-14make slub.c:slab_address() staticAdrian Bunk1-1/+1
2008-02-14slub: kmalloc page allocator pass-through cleanupPekka Enberg1-8/+6
2008-02-07SLUB: fix checkpatch warningsIngo Molnar1-16/+21
2008-02-07Use non atomic unlockNick Piggin1-1/+1
2008-02-07SLUB: Support for performance statisticsChristoph Lameter1-8/+119
2008-02-07SLUB: Alternate fast paths using cmpxchg_localChristoph Lameter1-5/+88
2008-02-07SLUB: Use unique end pointer for each slab page.Christoph Lameter1-23/+47
2008-02-07SLUB: Deal with annoying gcc warning on kfree()Christoph Lameter1-1/+2
2008-02-04SLUB: Do not upset lockdeproot1-0/+8
2008-02-04SLUB: Fix coding style violationsPekka Enberg1-23/+23
2008-02-04Add parameter to add_partial to avoid having two functionsChristoph Lameter1-16/+15