string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / mm / slob.c
2009-08-06 Wu Fengguangslab: remove duplicate kmem_cache_init_late() declarations
2009-06-26 Paul E. McKenneyfix RCU-callback-after-kmem_cache_destroy problem in...
2009-06-17 Pekka EnbergMerge branches 'slab/documentation', 'slab/fixes',...
2009-06-17 Mel Gormanpage allocator: do not check NUMA node ID when the...
2009-06-11 Catalin Marinaskmemleak: Add the slob memory allocation/freeing hooks
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-05-11 Wu Fengguangslob: use PG_slab for identifying SLOB pages
2009-05-06 Nick Pigginmm: SLOB fix reclaim_state
2009-04-12 Zhaoleitracing, kmemtrace: Separate include/trace/kmemtrace...
2009-04-03 Pekka Enbergkmemtrace: trace kfree() calls with NULL or zero-length...
2009-04-03 Eduard - Gabriel... kmemtrace: use tracepoints
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-03-31 Linus TorvaldsMerge branch 'locking-for-linus' of git://git./linux...
2009-03-30 Ingo Molnarlockdep: annotate reclaim context (__GFP_NOFS), fix...
2009-03-24 Pekka EnbergMerge branches 'topic/slob/cleanups', 'topic/slob/fixes...
2009-03-23 Nick Pigginslob: fix lockup in slob_free()
2009-03-05 Ingo MolnarMerge commit 'v2.6.29-rc7' into core/locking
2009-03-04 Ingo MolnarMerge branch 'core/locking' into tracing/ftrace
2009-02-14 Nick Pigginlockdep: annotate reclaim context (__GFP_NOFS)
2009-02-13 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/ring-buffer...
2009-02-12 Kirill A. Shutemovmm: Export symbol ksize()
2009-01-19 Américo Wangslob: clean up the code
2008-12-30 Frederic Weisbeckertracing/kmemtrace: normalize the raw tracer event to...
2008-12-29 Ingo MolnarMerge branch 'topic/kmemtrace' of git://git./linux...
2008-12-29 Eduard - Gabriel... kmemtrace: SLOB hooks.
2008-12-16 Catalin Marinasslob: do not pass the SLAB flags as GFP in kmem_cache_c...
2008-10-09 Matt MackallSLOB: fix bogus ksize calculation fix
2008-10-07 Matt MackallSLOB: fix bogus ksize calculation
2008-07-29 Adrian Bunkmm: unexport ksize
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-24 Andy Whitcroftslob: record page flag overlays explicitly
2008-05-19 MinChan Kimslob: Fix to return wrong pointer
2008-04-27 Yi Lislob: fix bug - when slob allocates "struct kmem_cache...
2008-02-05 Matt Mackallslob: reduce external fragmentation by using three...
2008-02-05 Matt Mackallslob: fix free block merging at head of subpage
2007-12-09 Linus TorvaldsAvoid double memclear() in SLOB/SLUB
2007-12-05 Tetsuo HandaAdd EXPORT_SYMBOL(ksize);
2007-11-15 Nick Pigginslob: fix memory corruption
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
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-07-22 Matt Mackallslob: reduce list scanning
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-17 Christoph LameterSlab allocators: Cleanup zeroing allocations
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-16 Paul Mundtslob: sparsemem support
2007-07-16 Paul Mundtslob: initial NUMA support
2007-07-16 Nick Pigginslob: improved alignment handling
2007-07-16 Nick Pigginslob: remove bigblock tracking
2007-07-16 Nick Pigginslob: rework freelist handling
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-17 Christoph LameterSlab allocators: Drop support for destructors
2007-05-17 Nick Pigginslob: implement RCU freeing
2007-05-07 Akinobu Mitaslob: fix page order calculation on not 4KB page
2007-05-07 Christoph Lameterslab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
2007-05-07 Akinobu Mitaslob: handle SLAB_PANIC flag
2007-05-07 Pekka Enbergslab: introduce krealloc
2006-12-30 Dimitri Gorokhovik[PATCH] MM: SLOB is broken by recent cleanup of slab.h
2006-12-13 Christoph Lameter[PATCH] More slab.h cleanups
2006-12-13 Christoph Lameter[PATCH] Cleanup slab headers / API to allow easy additi...
2006-09-27 Alexey Dobriyan[PATCH] Make kmem_cache_destroy() return void
2006-09-26 Christoph Lameter[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRE...
2006-09-26 Christoph Lameter[PATCH] Extract the allocpercpu functions from the...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-04-19 John Hawkes[PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUS
2006-03-25 Pekka Enberg[PATCH] slab: introduce kmem_cache_zalloc allocator
2006-02-08 Ingo Molnar[PATCH] SLOB=y && SMP=y fix
2006-01-09 Matt Mackall[PATCH] slob: introduce the SLOB allocator