mm: introduce debug_kmap_atomic
[safe/jmp/linux-2.6] / mm / slub.c
2008-02-14 Adrian Bunkmake slub.c:slab_address() static
2008-02-14 Pekka Enbergslub: kmalloc page allocator pass-through cleanup
2008-02-08 Ingo MolnarSLUB: fix checkpatch warnings
2008-02-08 Nick PigginUse non atomic unlock
2008-02-08 Christoph LameterSLUB: Support for performance statistics
2008-02-08 Christoph LameterSLUB: Alternate fast paths using cmpxchg_local
2008-02-08 Christoph LameterSLUB: Use unique end pointer for each slab page.
2008-02-08 Christoph LameterSLUB: Deal with annoying gcc warning on kfree()
2008-02-04 rootSLUB: Do not upset lockdep
2008-02-04 Pekka EnbergSLUB: Fix coding style violations
2008-02-04 Christoph LameterAdd parameter to add_partial to avoid having two functions
2008-02-04 Christoph LameterSLUB: rename defrag to remote_node_defrag_ratio
2008-02-04 Christoph LameterMove count_partial before kmem_cache_shrink
2008-02-04 Christoph LameterSLUB: Fix sysfs refcounting
2008-02-04 Harvey Harrisonslub: fix shadowed variable sparse warnings
2008-01-25 Greg Kroah-HartmanKobject: convert mm/slub.c to use kobject_init/add_ng()
2008-01-25 Greg Kroah-Hartmankobject: convert kernel_kset to be a kobject
2008-01-25 Greg Kroah-Hartmankset: move /sys/slab to /sys/kernel/slab
2008-01-25 Greg Kroah-Hartmankset: convert slub to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
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
next