aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slob.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-1/+1
2007-05-17Slab allocators: Drop support for destructorsChristoph Lameter1-5/+0
2007-05-17slob: implement RCU freeingNick Piggin1-7/+45
2007-05-07slob: fix page order calculation on not 4KB pageAkinobu Mita1-12/+3
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter1-2/+2
2007-05-07slob: handle SLAB_PANIC flagAkinobu Mita1-1/+2
2007-05-07slab: introduce kreallocPekka Enberg1-1/+34
2006-12-30[PATCH] MM: SLOB is broken by recent cleanup of slab.hDimitri Gorokhovik1-2/+9
2006-12-13[PATCH] More slab.h cleanupsChristoph Lameter1-1/+1
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter1-3/+13
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan1-2/+1
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-4/+0
2006-09-26[PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter1-45/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-19[PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUSJohn Hawkes1-7/+3
2006-03-25[PATCH] slab: introduce kmem_cache_zalloc allocatorPekka Enberg1-0/+10
2006-02-08[PATCH] SLOB=y && SMP=y fixIngo Molnar1-1/+1
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall1-0/+385