[ALSA] Add ALSA support for the SEGA Dreamcast PCM device
[safe/jmp/linux-2.6] / mm / slub.c
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...
2007-05-07 Christoph Lameterslub: add ability to list alloc / free callers per...
2007-05-07 Christoph LameterSLUB: Add MIN_PARTIAL
2007-05-07 Christoph Lameterslub: validation of slabs (metadata and guard zones)
2007-05-07 Christoph Lameterslub: enable tracking of full slabs
2007-05-07 Christoph Lameterslub: fix object tracking
2007-05-07 Christoph LameterAdd virt_to_head_page and consolidate code in slab...
2007-05-07 Christoph LameterMake page->private usable in compound pages
2007-05-07 Christoph LameterSLUB: allocate smallest object size if the user asks...
2007-05-07 Christoph LameterSLUB: change default alignments
2007-05-07 Christoph LameterSLUB core