summaryrefslogtreecommitdiff
path: root/mm/slob.c
Commit message (Expand)AuthorAge
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17
* Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter2007-10-16
* {slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) checkSatyam Sharma2007-10-16
* slob: reduce list scanningMatt Mackall2007-07-21
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-20
* Slab allocators: Cleanup zeroing allocationsChristoph Lameter2007-07-17
* Slab allocators: support __GFP_ZERO in all allocatorsChristoph Lameter2007-07-17
* Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter2007-07-17
* Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter2007-07-17
* slob: sparsemem supportPaul Mundt2007-07-16
* slob: initial NUMA supportPaul Mundt2007-07-16
* slob: improved alignment handlingNick Piggin2007-07-16
* slob: remove bigblock trackingNick Piggin2007-07-16
* slob: rework freelist handlingNick Piggin2007-07-16
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-17
* Slab allocators: Drop support for destructorsChristoph Lameter2007-05-17
* slob: implement RCU freeingNick Piggin2007-05-17
* slob: fix page order calculation on not 4KB pageAkinobu Mita2007-05-07
* slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter2007-05-07
* slob: handle SLAB_PANIC flagAkinobu Mita2007-05-07
* slab: introduce kreallocPekka Enberg2007-05-07
* [PATCH] MM: SLOB is broken by recent cleanup of slab.hDimitri Gorokhovik2006-12-30
* [PATCH] More slab.h cleanupsChristoph Lameter2006-12-13
* [PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter2006-12-13
* [PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan2006-09-27
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-26
* [PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter2006-09-26
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUSJohn Hawkes2006-04-19
* [PATCH] slab: introduce kmem_cache_zalloc allocatorPekka Enberg2006-03-25
* [PATCH] SLOB=y && SMP=y fixIngo Molnar2006-02-08
* [PATCH] slob: introduce the SLOB allocatorMatt Mackall2006-01-08