aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAge
* mm: move cache_line_size() to <linux/cache.h>Pekka Enberg2008-04-28
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-28
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-28
* mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman2008-04-28
* slab_err: Pass parameters correctly to slab_bugChristoph Lameter2008-04-23
* slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter2008-04-14
* slub: Move map/flag clearing to __free_slabChristoph Lameter2008-04-14
* slub: Fixes to per cpu stat output in sysfsChristoph Lameter2008-04-14
* slub: Deal with config variable dependenciesChristoph Lameter2008-04-14
* slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logicChristoph Lameter2008-04-14
* slub: Initialize per-cpu statsPekka Enberg2008-04-14
* Fix undefined count_partial if !CONFIG_SLABINFOChristoph Lameter2008-04-01
* Revert "SLUB: remove useless masking of GFP_ZERO"Linus Torvalds2008-03-27
* count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter2008-03-26
* slub page alloc fallback: Enable interrupts for GFP_WAIT.Christoph Lameter2008-03-17
* slub: Do not cross cacheline boundaries for very small objectsNick Piggin2008-03-06
* slub statistics: Fix check for DEACTIVATE_REMOTE_FREESChristoph Lameter2008-03-06
* slub: fix possible NULL pointer dereferenceCyrill Gorcunov2008-03-03
* slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter2008-03-03
* slub: look up object from the freelist oncePekka J Enberg2008-03-03
* slub: Fix up commentsChristoph Lameter2008-03-03
* slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter2008-03-03
* slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter2008-03-03
* slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter2008-03-03
* slub: Remove useless checks in alloc_debug_processingChristoph Lameter2008-03-03
* slub: Remove objsize check in kmem_cache_flags()Christoph Lameter2008-03-03
* slub: rename slab_objects to show_slab_objectsChristoph Lameter2008-03-03
* Revert "unique end pointer" patchChristoph Lameter2008-03-03
* Revert "SLUB: Alternate fast paths using cmpxchg_local"Linus Torvalds2008-02-19
* slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter2008-02-14
* slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter2008-02-14
* slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter2008-02-14
* make slub.c:slab_address() staticAdrian Bunk2008-02-14
* slub: kmalloc page allocator pass-through cleanupPekka Enberg2008-02-14
* SLUB: fix checkpatch warningsIngo Molnar2008-02-07
* Use non atomic unlockNick Piggin2008-02-07
* SLUB: Support for performance statisticsChristoph Lameter2008-02-07
* SLUB: Alternate fast paths using cmpxchg_localChristoph Lameter2008-02-07
* SLUB: Use unique end pointer for each slab page.Christoph Lameter2008-02-07
* SLUB: Deal with annoying gcc warning on kfree()Christoph Lameter2008-02-07
* SLUB: Do not upset lockdeproot2008-02-04
* SLUB: Fix coding style violationsPekka Enberg2008-02-04
* Add parameter to add_partial to avoid having two functionsChristoph Lameter2008-02-04
* SLUB: rename defrag to remote_node_defrag_ratioChristoph Lameter2008-02-04
* Move count_partial before kmem_cache_shrinkChristoph Lameter2008-02-04
* SLUB: Fix sysfs refcountingChristoph Lameter2008-02-04
* slub: fix shadowed variable sparse warningsHarvey Harrison2008-02-04
* Kobject: convert mm/slub.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-24
* kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-24
* kset: move /sys/slab to /sys/kernel/slabGreg Kroah-Hartman2008-01-24