aboutsummaryrefslogtreecommitdiff
path: root/mm/slob.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-07slob/lockdep: Fix gfp flags passed to lockdepGravatar Steven Rostedt 1-0/+6
2011-01-23mm: Remove support for kmem_cache_name()Gravatar Christoph Lameter 1-6/+0
2011-01-07kernel: kmem_ptr_validate considered harmfulGravatar Nick Piggin 1-5/+0
2010-10-02slob: fix gfp flags for order-0 page allocationsGravatar David Rientjes 1-1/+3
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-1/+8
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+3
2010-07-16SLOB: Free objects to their own listGravatar Bob Liu 1-1/+8
2010-06-14mm: remove all rcu head initializationsGravatar Paul E. McKenney 1-1/+0
2010-06-09tracing: Remove kmemtrace ftrace pluginGravatar Li Zefan 1-1/+3
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>Gravatar David Woodhouse 1-8/+0
2009-08-06slab: remove duplicate kmem_cache_init_late() declarationsGravatar Wu Fengguang 1-0/+5
2009-06-26fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bGravatar Paul E. McKenney 1-0/+2
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Gravatar Pekka Enberg 1-3/+3
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Gravatar Mel Gorman 1-2/+2
2009-06-11kmemleak: Add the slob memory allocation/freeing hooksGravatar Catalin Marinas 1-0/+7
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2009-05-11slob: use PG_slab for identifying SLOB pagesGravatar Wu Fengguang 1-3/+3
2009-05-06mm: SLOB fix reclaim_stateGravatar Nick Piggin 1-1/+4
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Gravatar Zhaolei 1-1/+1
2009-04-03kmemtrace: trace kfree() calls with NULL or zero-length objectsGravatar Pekka Enberg 1-2/+2
2009-04-03kmemtrace: use tracepointsGravatar Eduard - Gabriel Munteanu 1-16/+12
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusGravatar Ingo Molnar 1-5/+30
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2009-03-30lockdep: annotate reclaim context (__GFP_NOFS), fix SLOBGravatar Ingo Molnar 1-1/+1
2009-03-24Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Gravatar Pekka Enberg 1-16/+27
2009-03-23slob: fix lockup in slob_free()Gravatar Nick Piggin 1-1/+2
2009-03-04Merge branch 'core/locking' into tracing/ftraceGravatar Ingo Molnar 1-0/+2
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Gravatar Nick Piggin 1-0/+2
2009-02-13Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Gravatar Ingo Molnar 1-0/+1
2009-02-12mm: Export symbol ksize()Gravatar Kirill A. Shutemov 1-0/+1
2009-01-19slob: clean up the codeGravatar Américo Wang 1-15/+25
2008-12-30tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIGravatar Frederic Weisbecker 1-1/+1
2008-12-29Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Ingo Molnar 1-6/+31
2008-12-29kmemtrace: SLOB hooks.Gravatar Eduard - Gabriel Munteanu 1-6/+31
2008-12-15slob: do not pass the SLAB flags as GFP in kmem_cache_create()Gravatar Catalin Marinas 1-1/+1
2008-10-09SLOB: fix bogus ksize calculation fixGravatar Matt Mackall 1-3/+5
2008-10-07SLOB: fix bogus ksize calculationGravatar Matt Mackall 1-1/+1
2008-07-29mm: unexport ksizeGravatar Adrian Bunk 1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-4/+3
2008-07-24slob: record page flag overlays explicitlyGravatar Andy Whitcroft 1-6/+6
2008-05-19slob: Fix to return wrong pointerGravatar MinChan Kim 1-2/+3
2008-04-27slob: fix bug - when slob allocates "struct kmem_cache", it does not force al...Gravatar Yi Li 1-1/+2
2008-02-05slob: reduce external fragmentation by using three free listsGravatar Matt Mackall 1-14/+33
2008-02-05slob: fix free block merging at head of subpageGravatar Matt Mackall 1-0/+4
2007-12-09Avoid double memclear() in SLOB/SLUBGravatar Linus Torvalds 1-1/+1
2007-12-05Add EXPORT_SYMBOL(ksize);Gravatar Tetsuo Handa 1-0/+1
2007-11-15slob: fix memory corruptionGravatar Nick Piggin 1-1/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-3/+3