summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
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-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
2008-03-27Revert "SLUB: remove useless masking of GFP_ZERO"Linus Torvalds
2008-03-26count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter
2008-03-17slub page alloc fallback: Enable interrupts for GFP_WAIT.Christoph Lameter
2008-03-06slub: Do not cross cacheline boundaries for very small objectsNick Piggin
2008-03-06slub statistics: Fix check for DEACTIVATE_REMOTE_FREESChristoph Lameter
2008-03-03slub: fix possible NULL pointer dereferenceCyrill Gorcunov
2008-03-03slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter
2008-03-03slub: look up object from the freelist oncePekka J Enberg
2008-03-03slub: Fix up commentsChristoph Lameter
2008-03-03slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter
2008-03-03slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter
2008-03-03slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter
2008-03-03slub: Remove useless checks in alloc_debug_processingChristoph Lameter
2008-03-03slub: Remove objsize check in kmem_cache_flags()Christoph Lameter
2008-03-03slub: rename slab_objects to show_slab_objectsChristoph Lameter
2008-03-03Revert "unique end pointer" patchChristoph Lameter
2008-02-19Revert "SLUB: Alternate fast paths using cmpxchg_local"Linus Torvalds
2008-02-14slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter
2008-02-14slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter
2008-02-14slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter
2008-02-14make slub.c:slab_address() staticAdrian Bunk
2008-02-14slub: kmalloc page allocator pass-through cleanupPekka Enberg
2008-02-07SLUB: fix checkpatch warningsIngo Molnar
2008-02-07Use non atomic unlockNick Piggin
2008-02-07SLUB: Support for performance statisticsChristoph Lameter
2008-02-07SLUB: Alternate fast paths using cmpxchg_localChristoph Lameter
2008-02-07SLUB: Use unique end pointer for each slab page.Christoph Lameter
2008-02-07SLUB: Deal with annoying gcc warning on kfree()Christoph Lameter
2008-02-04SLUB: Do not upset lockdeproot
2008-02-04SLUB: Fix coding style violationsPekka Enberg
2008-02-04Add parameter to add_partial to avoid having two functionsChristoph Lameter
2008-02-04SLUB: rename defrag to remote_node_defrag_ratioChristoph Lameter
2008-02-04Move count_partial before kmem_cache_shrinkChristoph Lameter
2008-02-04SLUB: Fix sysfs refcountingChristoph Lameter
2008-02-04slub: fix shadowed variable sparse warningsHarvey Harrison
2008-01-24Kobject: convert mm/slub.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman
2008-01-24kset: move /sys/slab to /sys/kernel/slabGreg Kroah-Hartman