aboutsummaryrefslogtreecommitdiff
path: root/mm/slob.c
AgeCommit message (Expand)Author
2008-10-09SLOB: fix bogus ksize calculation fixMatt Mackall
2008-10-07SLOB: fix bogus ksize calculationMatt Mackall
2008-07-29mm: unexport ksizeAdrian Bunk
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-24slob: record page flag overlays explicitlyAndy Whitcroft
2008-05-19slob: Fix to return wrong pointerMinChan Kim
2008-04-27slob: fix bug - when slob allocates "struct kmem_cache", it does not force al...Yi Li
2008-02-05slob: reduce external fragmentation by using three free listsMatt Mackall
2008-02-05slob: fix free block merging at head of subpageMatt Mackall
2007-12-09Avoid double memclear() in SLOB/SLUBLinus Torvalds
2007-12-05Add EXPORT_SYMBOL(ksize);Tetsuo Handa
2007-11-15slob: fix memory corruptionNick Piggin
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter
2007-10-16{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) checkSatyam Sharma
2007-07-21slob: reduce list scanningMatt Mackall
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter
2007-07-17Slab allocators: support __GFP_ZERO in all allocatorsChristoph Lameter
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter
2007-07-17Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter
2007-07-16slob: sparsemem supportPaul Mundt
2007-07-16slob: initial NUMA supportPaul Mundt
2007-07-16slob: improved alignment handlingNick Piggin
2007-07-16slob: remove bigblock trackingNick Piggin
2007-07-16slob: rework freelist handlingNick Piggin
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-17Slab allocators: Drop support for destructorsChristoph Lameter
2007-05-17slob: implement RCU freeingNick Piggin
2007-05-07slob: fix page order calculation on not 4KB pageAkinobu Mita
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter
2007-05-07slob: handle SLAB_PANIC flagAkinobu Mita
2007-05-07slab: introduce kreallocPekka Enberg
2006-12-30[PATCH] MM: SLOB is broken by recent cleanup of slab.hDimitri Gorokhovik
2006-12-13[PATCH] More slab.h cleanupsChristoph Lameter
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter
2006-09-26[PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-19[PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUSJohn Hawkes
2006-03-25[PATCH] slab: introduce kmem_cache_zalloc allocatorPekka Enberg
2006-02-08[PATCH] SLOB=y && SMP=y fixIngo Molnar
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall