Unify /proc/slabinfo configuration
[safe/jmp/linux-2.6] / mm / slub.c
2008-01-02 Linus TorvaldsUnify /proc/slabinfo configuration
2008-01-01 Pekka J Enbergslub: provide /proc/slabinfo
2007-12-21 Christoph LameterSLUB: Improve hackbench speed
2007-12-18 Christoph LameterSLUB: remove useless masking of GFP_ZERO
2007-12-09 Linus TorvaldsAvoid double memclear() in SLOB/SLUB
2007-12-05 Vegard NossumSLUB's ksize() fails for size > 2048
2007-11-12 Denis ChengSLUB: killed the unused "end" variable
2007-11-05 Christoph LameterSLUB: Fix memory leak by not reusing cpu_slab
2007-10-29 Al Viromissing atomic_read_long() in slub.c
2007-10-22 Yasunori Gotomemory hotplug: make kmem_cache_node for SLUB on memory...
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Christoph LameterSLUB: simplify IRQ off handling
2007-10-16 Andrew Mortonslub: list_locations() can use GFP_TEMPORARY
2007-10-16 Christoph LameterSLUB: Optimize cacheline use for zeroing
2007-10-16 Christoph LameterSLUB: Place kmem_cache_cpu structures in a NUMA aware way
2007-10-16 Christoph LameterSLUB: Avoid touching page struct when freeing to per...
2007-10-16 Christoph LameterSLUB: Move page->offset to kmem_cache_cpu->offset
2007-10-16 Christoph LameterSLUB: Do not use page->mapping
2007-10-16 Christoph LameterSLUB: Avoid page struct cacheline bouncing due to remot...
2007-10-16 Mel GormanGroup short-lived and reclaimable kernel allocations
2007-10-16 Christoph LameterCategorize GFP flags
2007-10-16 Christoph LameterMemoryless nodes: SLUB support
2007-10-16 Christoph LameterSlab allocators: fail if ksize is called with a NULL...
2007-10-16 Satyam Sharma{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR...
2007-10-16 Christoph LameterSLUB: direct pass through of page size or higher kmallo...
2007-10-16 Adrian Bunkslub.c:early_kmem_cache_node_alloc() shouldn't be __init
2007-09-12 Christoph LameterSLUB: accurately compare debug flags during slab cache...
2007-08-31 Christoph Lameterslub: do not fail if we cannot register a slab with...
2007-08-23 Christoph LameterSLUB: do not fail on broken memory configurations
2007-08-23 Christoph LameterSLUB: use atomic_long_read for atomic_long variables
2007-08-10 Christoph LameterSLUB: Fix dynamic dma kmalloc cache creation
2007-08-10 Christoph LameterSLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrink
2007-07-30 Peter Zijlstraslub: fix bug in slub debug support
2007-07-30 Peter Zijlstraslub: add lock debugging check
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Linus Torvaldsslub: fix ksize() for zero-sized pointers
2007-07-17 Christoph LameterSLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA
2007-07-17 Christoph LameterSLUB: Move sysfs operations outside of slub_lock
2007-07-17 Christoph LameterSLUB: Do not allocate object bit array on stack
2007-07-17 Christoph LameterSlab allocators: Cleanup zeroing allocations
2007-07-17 Christoph LameterSLUB: Do not use length parameter in slab_alloc()
2007-07-17 Christoph LameterSLUB: Style fix up the loop to disable small slabs
2007-07-17 Adrian Bunkmm/slub.c: make code static
2007-07-17 Christoph LameterSLUB: Simplify dma index -> size calculation
2007-07-17 Christoph LameterSLUB: faster more efficient slab determination for...
2007-07-17 Christoph LameterSLUB: do proper locking during dma slab creation
2007-07-17 Christoph LameterSLUB: extract dma_kmalloc_cache from get_cache.
2007-07-17 Christoph LameterSLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
2007-07-17 Christoph LameterSlab allocators: support __GFP_ZERO in all allocators
2007-07-17 Christoph LameterSlab allocators: consistent ZERO_SIZE_PTR support and...
2007-07-17 Christoph LameterSlab allocators: consolidate code for krealloc in mm...
2007-07-17 Christoph LameterSLUB Debug: fix initial object debug state of NUMA...
2007-07-17 Christoph LameterSLUB: ensure that the number of objects per slab stays...
2007-07-17 Christoph LameterSLUB slab validation: Move tracking information alloc...
2007-07-17 Christoph LameterSLUB: use list_for_each_entry for loops over all slabs
2007-07-17 Christoph LameterSLUB: change error reporting format to follow lockdep...
2007-07-16 Christoph LameterSLUB: support slub_debug on by default
2007-07-06 Christoph Lameterslub: remove useless EXPORT_SYMBOL
2007-07-03 Christoph LameterSLUB: Make lockdep happy by not calling add_partial...
2007-06-24 Christoph LameterSLUB: fix behavior if the text output of list_locations...
2007-06-16 Christoph LameterSLUB: minimum alignment fixes
2007-06-16 Christoph LameterSLUB slab validation: Alloc while interrupts are disabl...
2007-06-09 Christoph LameterSLUB: return ZERO_SIZE_PTR for kmalloc(0)
2007-06-01 Christoph LameterSLUB: fix locking for hotplug callbacks
2007-05-31 Christoph LameterSLUB: Fix NUMA / SYSFS bootstrap issue
2007-05-24 Christoph LameterSLUB Debug: fix check for super sized slabs (>512k...
2007-05-24 Christoph LameterSLUB Debug: Fix object size calculation
2007-05-17 Christoph LameterSLUB: Simplify debug code
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-17 Christoph LameterSLUB: Do our own flags based on PG_active and PG_error
2007-05-17 Christoph LameterSLUB: Define functions for cpu slab handling instead...
2007-05-17 Christoph LameterSlab allocators: Drop support for destructors
2007-05-17 Hugh Dickinsslub: don't confuse ctor and dtor
2007-05-10 Christoph LameterSLUB: remove nr_cpu_ids hack
2007-05-10 Christoph Lameterslub: support concurrent local and remote frees and...
2007-05-09 Christoph LameterMove remote node draining out of slab allocators
2007-05-09 Christoph Lametervmstat: use our own timer events
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Pekka J Enbergkrealloc: fix kerneldoc comments
2007-05-09 Christoph LameterSLUB: rework slab order determination
2007-05-09 Christoph LameterSLUB: include lifetime stats and sets of cpus / nodes...
2007-05-09 Christoph LameterSLUB: add CONFIG_SLUB_DEBUG
2007-05-09 Christoph LameterSLUB: move tracking definitions and check_valid_pointer...
2007-05-09 Christoph LameterSLUB: consolidate trace code
2007-05-09 Christoph LameterSLUB: introduce DebugSlab(page)
2007-05-09 Christoph LameterSLUB: move resiliency check into SYSFS section
2007-05-09 Christoph LameterSLUB: add macros for scanning objects in a slab
2007-05-09 Christoph LameterSLUB: update comments
2007-05-09 Christoph LameterSLUB: get rid of finish_bootstrap
2007-05-09 Christoph LameterSLUB: clean up krealloc
2007-05-09 Christoph LameterSLUB: use check_valid_pointer in kmem_ptr_validate
2007-05-09 Christoph LameterSLUB: after object padding only needed for Redzoning
2007-05-09 Christoph LameterSLUB: add support for dynamic cacheline size determination
2007-05-07 Linus TorvaldsFix up SLUB compile
2007-05-07 Christoph LameterSlab allocators: remove useless __GFP_NO_GROW flag
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_CTOR_ATOMIC
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Christoph Lameterslab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
2007-05-07 Christoph Lameterslub: remove object activities out of checking functions
2007-05-07 Christoph LameterSLUB: Free slabs and sort partial slab lists in kmem_ca...
next