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