aboutsummaryrefslogtreecommitdiff
path: root/include/linux/slab.h
AgeCommit message (Expand)AuthorFilesLines
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-0/+1
2008-07-26netfilter: fix double-free and use-after freeGravatar Pekka Enberg 1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-24kcalloc: remove runtime divisionGravatar Milton Miller 1-1/+1
2008-07-04Christoph has movedGravatar Christoph Lameter 1-1/+1
2008-06-06vm: add kzalloc_node() inlineGravatar Jeff Layton 1-0/+11
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersGravatar Robert P. J. Day 1-3/+0
2008-04-30slab: add a flag to prevent debug_free checks on a kmem_cacheGravatar Thomas Gleixner 1-0/+7
2008-01-02Unify /proc/slabinfo configurationGravatar Linus Torvalds 1-0/+5
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-10-16Group short-lived and reclaimable kernel allocationsGravatar Mel Gorman 1-1/+3
2007-07-20Fix ZERO_OR_NULL_PTR(ZERO_SIZE_PTR)Gravatar Roland Dreier 1-1/+1
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-31/+46
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsGravatar Christoph Lameter 1-0/+13
2007-07-16slob: initial NUMA supportGravatar Paul Mundt 1-64/+62
2007-07-16Remove the deprecated "kmem_cache_t" typedef from slab.h.Gravatar Robert P. J. Day 1-2/+0
2007-06-24slab allocators: MAX_ORDER one off fixGravatar Christoph Lameter 1-2/+2
2007-05-17Slab allocators: define common size limitationsGravatar Christoph Lameter 1-0/+15
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-3/+0
2007-05-17SLAB: Move two remaining SLAB specific definitions to slab_def.hGravatar Christoph Lameter 1-3/+0
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICGravatar Christoph Lameter 1-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+0
2007-05-07KMEM_CACHE(): simplify slab cache creationGravatar Christoph Lameter 1-0/+12
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNGravatar Christoph Lameter 1-1/+0
2007-05-07SLUB coreGravatar Christoph Lameter 1-4/+10
2007-05-07mm/slab.c: proper prototypesGravatar Adrian Bunk 1-0/+3
2007-05-07slab: introduce kreallocGravatar Pekka Enberg 1-1/+2
2006-12-13[PATCH] More slab.h cleanupsGravatar Christoph Lameter 1-20/+24
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsGravatar Christoph Lameter 1-196/+110
2006-12-07[PATCH] slab: deprecate kmem_cache_tGravatar Andrew Morton 1-8/+9
2006-12-07[PATCH] slab: remove SLAB_DMAGravatar Christoph Lameter 1-3/+0
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] slab: remove SLAB_ATOMICGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] slab: remove SLAB_USERGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] slab: remove SLAB_NOFSGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] slab: remove SLAB_NOIOGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] slab: remove SLAB_LEVEL_MASKGravatar Christoph Lameter 1-2/+0
2006-12-07[PATCH] slab: remove SLAB_NO_GROWGravatar Christoph Lameter 1-2/+0
2006-12-07[PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.hGravatar Christoph Lameter 1-15/+18
2006-12-07[PATCH] Move names_cachep to linux/fs.hGravatar Christoph Lameter 1-3/+0
2006-12-07[PATCH] Move fs_cachep to linux/fs_struct.hGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] Move filep_cachep to include/file.hGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] Move files_cachep to include/file.hGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] Move vm_area_cachep to include/mm.hGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] Move sighand_cachep to include/signal.hGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] Remove bio_cachep from slab.hGravatar Christoph Lameter 1-1/+0
2006-12-07[PATCH] leak tracking for kmalloc_nodeGravatar Christoph Hellwig 1-0/+23
2006-10-04[PATCH] slab: clean up leak tracking ifdefs a little bitGravatar Christoph Hellwig 1-8/+18
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 1-1/+1