aboutsummaryrefslogtreecommitdiff
path: root/mm/slob.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-09SLOB: fix bogus ksize calculation fixGravatar Matt Mackall 1-3/+5
2008-10-07SLOB: fix bogus ksize calculationGravatar Matt Mackall 1-1/+1
2008-07-29mm: unexport ksizeGravatar Adrian Bunk 1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-4/+3
2008-07-24slob: record page flag overlays explicitlyGravatar Andy Whitcroft 1-6/+6
2008-05-19slob: Fix to return wrong pointerGravatar MinChan Kim 1-2/+3
2008-04-27slob: fix bug - when slob allocates "struct kmem_cache", it does not force al...Gravatar Yi Li 1-1/+2
2008-02-05slob: reduce external fragmentation by using three free listsGravatar Matt Mackall 1-14/+33
2008-02-05slob: fix free block merging at head of subpageGravatar Matt Mackall 1-0/+4
2007-12-09Avoid double memclear() in SLOB/SLUBGravatar Linus Torvalds 1-1/+1
2007-12-05Add EXPORT_SYMBOL(ksize);Gravatar Tetsuo Handa 1-0/+1
2007-11-15slob: fix memory corruptionGravatar Nick Piggin 1-1/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-3/+3
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterGravatar Christoph Lameter 1-1/+2
2007-10-16{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) checkGravatar Satyam Sharma 1-3/+3
2007-07-21slob: reduce list scanningGravatar Matt Mackall 1-5/+16
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+1
2007-07-17Slab allocators: Cleanup zeroing allocationsGravatar Christoph Lameter 1-10/+0
2007-07-17Slab allocators: support __GFP_ZERO in all allocatorsGravatar Christoph Lameter 1-0/+2
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsGravatar Christoph Lameter 1-4/+7
2007-07-17Slab allocators: consolidate code for krealloc in mm/util.cGravatar Christoph Lameter 1-33/+0
2007-07-16slob: sparsemem supportGravatar Paul Mundt 1-0/+8
2007-07-16slob: initial NUMA supportGravatar Paul Mundt 1-17/+55
2007-07-16slob: improved alignment handlingGravatar Nick Piggin 1-23/+26
2007-07-16slob: remove bigblock trackingGravatar Nick Piggin 1-74/+29
2007-07-16slob: rework freelist handlingGravatar Nick Piggin 1-97/+325
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-1/+1
2007-05-17Slab allocators: Drop support for destructorsGravatar Christoph Lameter 1-5/+0
2007-05-17slob: implement RCU freeingGravatar Nick Piggin 1-7/+45
2007-05-07slob: fix page order calculation on not 4KB pageGravatar Akinobu Mita 1-12/+3
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNGravatar Christoph Lameter 1-2/+2
2007-05-07slob: handle SLAB_PANIC flagGravatar Akinobu Mita 1-1/+2
2007-05-07slab: introduce kreallocGravatar Pekka Enberg 1-1/+34
2006-12-30[PATCH] MM: SLOB is broken by recent cleanup of slab.hGravatar Dimitri Gorokhovik 1-2/+9
2006-12-13[PATCH] More slab.h cleanupsGravatar Christoph Lameter 1-1/+1
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsGravatar Christoph Lameter 1-3/+13
2006-09-27[PATCH] Make kmem_cache_destroy() return voidGravatar Alexey Dobriyan 1-2/+1
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEGravatar Christoph Lameter 1-4/+0
2006-09-26[PATCH] Extract the allocpercpu functions from the slab allocatorGravatar Christoph Lameter 1-45/+0
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-04-19[PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUSGravatar John Hawkes 1-7/+3
2006-03-25[PATCH] slab: introduce kmem_cache_zalloc allocatorGravatar Pekka Enberg 1-0/+10
2006-02-08[PATCH] SLOB=y && SMP=y fixGravatar Ingo Molnar 1-1/+1
2006-01-08[PATCH] slob: introduce the SLOB allocatorGravatar Matt Mackall 1-0/+385