summaryrefslogtreecommitdiffstats
path: root/mm/slob.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+1
* Slab allocators: Cleanup zeroing allocationsChristoph Lameter2007-07-171-10/+0
* Slab allocators: support __GFP_ZERO in all allocatorsChristoph Lameter2007-07-171-0/+2
* Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter2007-07-171-4/+7
* Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter2007-07-171-33/+0
* slob: sparsemem supportPaul Mundt2007-07-161-0/+8
* slob: initial NUMA supportPaul Mundt2007-07-161-17/+55
* slob: improved alignment handlingNick Piggin2007-07-161-23/+26
* slob: remove bigblock trackingNick Piggin2007-07-161-74/+29
* slob: rework freelist handlingNick Piggin2007-07-161-97/+325
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-1/+1
* Slab allocators: Drop support for destructorsChristoph Lameter2007-05-171-5/+0
* slob: implement RCU freeingNick Piggin2007-05-171-7/+45
* slob: fix page order calculation on not 4KB pageAkinobu Mita2007-05-071-12/+3
* slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter2007-05-071-2/+2
* slob: handle SLAB_PANIC flagAkinobu Mita2007-05-071-1/+2
* slab: introduce kreallocPekka Enberg2007-05-071-1/+34
* [PATCH] MM: SLOB is broken by recent cleanup of slab.hDimitri Gorokhovik2006-12-301-2/+9
* [PATCH] More slab.h cleanupsChristoph Lameter2006-12-131-1/+1
* [PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter2006-12-131-3/+13
* [PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan2006-09-271-2/+1
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-261-4/+0
* [PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter2006-09-261-45/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUSJohn Hawkes2006-04-191-7/+3
* [PATCH] slab: introduce kmem_cache_zalloc allocatorPekka Enberg2006-03-251-0/+10
* [PATCH] SLOB=y && SMP=y fixIngo Molnar2006-02-081-1/+1
* [PATCH] slob: introduce the SLOB allocatorMatt Mackall2006-01-081-0/+385