Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / mm / slob.c
2011-10-31 Paul Gortmakermm: Map most files to use export.h instead of module.h
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-06-07 Steven Rostedtslob/lockdep: Fix gfp flags passed to lockdep
2011-01-23 Christoph Lametermm: Remove support for kmem_cache_name()
2011-01-22 Jeff Mahoney- Update to 2.6.38-rc1.
2011-01-07 Nick Pigginkernel: kmem_ptr_validate considered harmful
2010-11-12 Jeff Mahoney- Update to 2.6.37-rc1.
2010-10-02 David Rientjesslob: fix gfp flags for order-0 page allocations
2010-08-18 Jeff Mahoney- Update to 2.6.36-rc1.
2010-08-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-06 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-07-16 Bob LiuSLOB: Free objects to their own list
2010-06-14 Paul E. McKenneymm: remove all rcu head initializations
2010-06-09 Li Zefantracing: Remove kmemtrace ftrace plugin
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-19 David Woodhousemm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN...
2009-11-27 Suresh Jayaraman- Rebase Swap-over-NFS(SoN) patches:
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 Jeff Mahoney- Update to 2.6.29-rc4-git7.
2009-02-13 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/ring-buffer...
2009-02-12 Kirill A. Shutemovmm: Export symbol ksize()
2009-02-02 Jeff Mahoney- Updated to 2.6.29-rc3.
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-10 Jeff Mahoney- Updated to 2.6.27 final.
2008-10-09 Matt MackallSLOB: fix bogus ksize calculation fix
2008-10-08 Suresh Jayaraman- Refreshed to -v19 of swap over nfs patchset.
2008-10-07 Matt MackallSLOB: fix bogus ksize calculation
2008-09-29 Jiri Kosina- disabled Swap-over-NFS patches, as they cause kernel...
2008-09-26 Suresh Jayaraman- Add Swap over NFS patchset.
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-25 Jeff Mahoney- Update to 2.6.25-rc3.
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-11-07 Jeff Mahoney-rc2 for real this time. ;)
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-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
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-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
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