nfsd: 4.1 has an rfc number
[safe/jmp/linux-2.6] / mm / slub.c
2008-07-24 Andy Whitcroftslub: record page flag overlays explicitly
2008-07-19 Pekka Enbergslub: dump more data on slab corruption
2008-07-16 Alexey DobriyanSLUB: simplify re on_each_cpu()
2008-07-15 Ingo MolnarMerge branch 'generic-ipi' into generic-ipi-for-linus
2008-07-15 Alexey Dobriyanslub: current is always valid
2008-07-15 Christoph Lameterslub: Add check for kfree() of non slab objects.
2008-07-14 Linus TorvaldsStart using the new '%pS' infrastructure to print symbols
2008-07-10 Dmitry Adamushkoslub: Fix use-after-preempt of per-CPU data structure
2008-07-04 Christoph LameterChristoph has moved
2008-07-03 Christoph Lameterslub: Do not use 192 byte sized cache if minimum alignm...
2008-06-26 Jens Axboeon_each_cpu(): kill unused 'retry' parameter
2008-05-22 Pekka Enbergslub: ksize() abuse checks
2008-05-08 Benjamin Herrenschmidtslub: fix atomic usage in any_slab_objects()
2008-05-01 Christoph Lameterslub: #ifdef simplification
2008-05-01 Christoph Lameterslub: Whitespace cleanup and use of strict_strtoul
2008-05-01 Roman Zippelremove div_long_long_rem
2008-04-30 Thomas Gleixnerinfrastructure to debug (dynamic) objects
2008-04-29 Nadia Derbeyipc: define the slab_memory_callback priority as a...
2008-04-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-28 Pekka Enbergmm: move cache_line_size() to <linux/cache.h>
2008-04-28 Mel Gormanmm: have zonelist contains structs with both a zone...
2008-04-28 Mel Gormanmm: use two zonelist that are filtered by GFP mask
2008-04-28 Mel Gormanmm: introduce node_zonelist() for accessing the zonelis...
2008-04-27 Christoph Lameterslub: pack objects denser
2008-04-27 Christoph Lameterslub: Calculate min_objects based on number of processors.
2008-04-27 Christoph Lameterslub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTS
2008-04-27 Christoph Lameterslub: Simplify any_slab_object checks
2008-04-27 Christoph Lameterslub: Make the order configurable for each slab cache
2008-04-27 Christoph Lameterslub: Drop fallback to page allocator method
2008-04-27 Christoph Lameterslub: Fallback to minimal order during slab page allocation
2008-04-27 Christoph Lameterslub: Update statistics handling for variable order...
2008-04-27 Christoph Lameterslub: Add kmem_cache_order_objects struct
2008-04-27 Christoph Lameterslub: for_each_object must be passed the number of...
2008-04-27 Christoph Lameterslub: Store max number of objects in the page struct.
2008-04-27 Christoph Lameterslub: Dump list of objects not freed on kmem_cache_close()
2008-04-27 Christoph Lameterslub: free_list() cleanup
2008-04-27 Pekka Enbergslub: improve kmem_cache_destroy() error message
2008-04-23 Christoph Lameterslab_err: Pass parameters correctly to slab_bug
2008-04-14 Christoph Lameterslub: No need for per node slab counters if !SLUB_DEBUG
2008-04-14 Christoph Lameterslub: Move map/flag clearing to __free_slab
2008-04-14 Christoph Lameterslub: Fixes to per cpu stat output in sysfs
2008-04-14 Christoph Lameterslub: Deal with config variable dependencies
2008-04-14 Christoph Lameterslub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_d...
2008-04-14 Pekka Enbergslub: Initialize per-cpu stats
2008-04-01 Christoph LameterFix undefined count_partial if !CONFIG_SLABINFO
2008-03-28 Linus TorvaldsRevert "SLUB: remove useless masking of GFP_ZERO"
2008-03-26 Christoph Lametercount_partial() is not used if !SLUB_DEBUG and !CONFIG_...
2008-03-17 Christoph Lameterslub page alloc fallback: Enable interrupts for GFP_WAIT.
2008-03-07 Nick Pigginslub: Do not cross cacheline boundaries for very small...
2008-03-07 Christoph Lameterslub statistics: Fix check for DEACTIVATE_REMOTE_FREES
2008-03-03 Cyrill Gorcunovslub: fix possible NULL pointer dereference
2008-03-03 Christoph Lameterslub: Add kmalloc_large_node() to support kmalloc_node...
2008-03-03 Pekka J Enbergslub: look up object from the freelist once
2008-03-03 Christoph Lameterslub: Fix up comments
2008-03-03 Christoph Lameterslub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_s...
2008-03-03 Christoph Lameterslub: Remove BUG_ON() from ksize and omit checks for...
2008-03-03 Christoph Lameterslub: Use the objsize from the kmem_cache_cpu structure
2008-03-03 Christoph Lameterslub: Remove useless checks in alloc_debug_processing
2008-03-03 Christoph Lameterslub: Remove objsize check in kmem_cache_flags()
2008-03-03 Christoph Lameterslub: rename slab_objects to show_slab_objects
2008-03-03 Christoph LameterRevert "unique end pointer" patch
2008-02-19 Linus TorvaldsRevert "SLUB: Alternate fast paths using cmpxchg_local"
2008-02-14 Christoph Lameterslub: Support 4k kmallocs again to compensate for page...
2008-02-14 Christoph Lameterslub: Fallback to kmalloc_large for failing higher...
2008-02-14 Christoph Lameterslub: Determine gfpflags once and not every time a...
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
next