aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slob.c
Commit message (Expand)AuthorAge
* 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-01
|\
| * 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
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-19
* Slab allocators: Cleanup zeroing allocationsChristoph Lameter2007-07-17
* Slab allocators: support __GFP_ZERO in all allocatorsChristoph Lameter2007-07-17
* Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter2007-07-17
* Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter2007-07-17
* slob: sparsemem supportPaul Mundt2007-07-16
* slob: initial NUMA supportPaul Mundt2007-07-16
* slob: improved alignment handlingNick Piggin2007-07-16
* slob: remove bigblock trackingNick Piggin2007-07-16
* slob: rework freelist handlingNick Piggin2007-07-16
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-17
* Slab allocators: Drop support for destructorsChristoph Lameter2007-05-17
* slob: implement RCU freeingNick Piggin2007-05-17
* slob: fix page order calculation on not 4KB pageAkinobu Mita2007-05-07