aboutsummaryrefslogtreecommitdiff
path: root/mm/slob.c
AgeCommit message (Expand)Author
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-07slob/lockdep: Fix gfp flags passed to lockdepSteven Rostedt
2011-01-23mm: Remove support for kmem_cache_name()Christoph Lameter
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin
2010-10-02slob: fix gfp flags for order-0 page allocationsDavid Rientjes
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-07-16SLOB: Free objects to their own listBob Liu
2010-06-14mm: remove all rcu head initializationsPaul E. McKenney
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>David Woodhouse
2009-08-06slab: remove duplicate kmem_cache_init_late() declarationsWu Fengguang
2009-06-26fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman
2009-06-11kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-05-11slob: use PG_slab for identifying SLOB pagesWu Fengguang
2009-05-06mm: SLOB fix reclaim_stateNick Piggin
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei
2009-04-03kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-03-30lockdep: annotate reclaim context (__GFP_NOFS), fix SLOBIngo Molnar
2009-03-24Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg
2009-03-23slob: fix lockup in slob_free()Nick Piggin
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin
2009-02-13Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov
2009-01-19slob: clean up the codeAmérico Wang
2008-12-30tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker
2008-12-29Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2008-12-29kmemtrace: SLOB hooks.Eduard - Gabriel Munteanu
2008-12-15slob: do not pass the SLAB flags as GFP in kmem_cache_create()Catalin Marinas
2008-10-09SLOB: fix bogus ksize calculation fixMatt Mackall
2008-10-07SLOB: fix bogus ksize calculationMatt Mackall
2008-07-29mm: unexport ksizeAdrian Bunk
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-24slob: record page flag overlays explicitlyAndy Whitcroft
2008-05-19slob: Fix to return wrong pointerMinChan Kim
2008-04-27slob: fix bug - when slob allocates "struct kmem_cache", it does not force al...Yi Li
2008-02-05slob: reduce external fragmentation by using three free listsMatt Mackall
2008-02-05slob: fix free block merging at head of subpageMatt Mackall
2007-12-09Avoid double memclear() in SLOB/SLUBLinus Torvalds
2007-12-05Add EXPORT_SYMBOL(ksize);Tetsuo Handa
2007-11-15slob: fix memory corruptionNick Piggin
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter