summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
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
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