summaryrefslogtreecommitdiffstats
path: root/mm/slob.c
Commit message (Expand)AuthorAgeFilesLines
* slob: fix page order calculation on not 4KB pageAkinobu Mita2007-05-071-12/+3Star
* 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/+1Star
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-261-4/+0Star
* [PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter2006-09-261-45/+0Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUSJohn Hawkes2006-04-191-7/+3Star
* [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-091-0/+385