summaryrefslogtreecommitdiff
path: root/mm/slob.c
Commit message (Expand)AuthorAge
* mm: Remove support for kmem_cache_name()Christoph Lameter2011-01-23
* kernel: kmem_ptr_validate considered harmfulNick Piggin2011-01-07
* slob: fix gfp flags for order-0 page allocationsDavid Rientjes2010-10-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2010-08-06
|\
| * SLOB: Free objects to their own listBob Liu2010-07-16
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-06
|\ \
| * | tracing: Remove kmemtrace ftrace pluginLi Zefan2010-06-09
| |/
* | mm: remove all rcu head initializationsPaul E. McKenney2010-06-14
|/
* mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>David Woodhouse2010-05-19
* slab: remove duplicate kmem_cache_init_late() declarationsWu Fengguang2009-08-06
* fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney2009-06-26
*---. Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg2009-06-17
|\ \ \
| | | * slob: use PG_slab for identifying SLOB pagesWu Fengguang2009-05-11
| | |/
* | | page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-16
* | | kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas2009-06-11
* | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
|\ \ \ | |/ / |/| |
| * | tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei2009-04-12
| |/
* | mm: SLOB fix reclaim_stateNick Piggin2009-05-06
|/
* kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg2009-04-03
* kmemtrace: use tracepointsEduard - Gabriel Munteanu2009-04-03
* Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-02
|\
| * Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-04
| |\
| * \ Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar2009-02-13
| |\ \
| * | | tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker2008-12-30
| * | | Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2008-12-29
| |\ \ \
| | * | | kmemtrace: SLOB hooks.Eduard - Gabriel Munteanu2008-12-29
* | | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-30
|\ \ \ \ \
| * | | | | lockdep: annotate reclaim context (__GFP_NOFS), fix SLOBIngo Molnar2009-03-30
| | |_|_|/ | |/| | |
| * | | | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-14
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg2009-03-24
|\ \ \ \ \ \ | | | |/ / / | | | | | / | |_|_|_|/ |/| | | |
| | * | | slob: fix lockup in slob_free()Nick Piggin2009-03-23
| | |/ /
| * | | slob: clean up the codeAmérico Wang2009-01-19
| |/ /
* | | mm: Export symbol ksize()Kirill A. Shutemov2009-02-12
|/ /
* | slob: do not pass the SLAB flags as GFP in kmem_cache_create()Catalin Marinas2008-12-15
|/
* SLOB: fix bogus ksize calculation fixMatt Mackall2008-10-09
* SLOB: fix bogus ksize calculationMatt Mackall2008-10-07
* mm: unexport ksizeAdrian Bunk2008-07-29
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* slob: record page flag overlays explicitlyAndy Whitcroft2008-07-24
* slob: Fix to return wrong pointerMinChan Kim2008-05-19
* slob: fix bug - when slob allocates "struct kmem_cache", it does not force al...Yi Li2008-04-27
* slob: reduce external fragmentation by using three free listsMatt Mackall2008-02-05
* slob: fix free block merging at head of subpageMatt Mackall2008-02-05
* Avoid double memclear() in SLOB/SLUBLinus Torvalds2007-12-09
* Add EXPORT_SYMBOL(ksize);Tetsuo Handa2007-12-05
* slob: fix memory corruptionNick Piggin2007-11-15
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17
* Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter2007-10-16
* {slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) checkSatyam Sharma2007-10-16
* slob: reduce list scanningMatt Mackall2007-07-21