aboutsummaryrefslogtreecommitdiff
path: root/include/linux/slab.h
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-27[PATCH] Make kmem_cache_destroy() return voidGravatar Alexey Dobriyan 1-2/+2
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEGravatar Christoph Lameter 1-2/+0
2006-09-26[PATCH] slab: optimize kmalloc_node the same way as kmallocGravatar Christoph Hellwig 1-1/+24
2006-09-26[PATCH] mm/: make functions staticGravatar Adrian Bunk 1-2/+0
2006-06-23[PATCH] slab: kmalloc, kzalloc comments cleanup and fixGravatar Paul Drynoff 1-0/+50
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Woodhouse 1-0/+1
2006-05-15[PATCH] add slab_is_available() routine for boot codeGravatar Mike Kravetz 1-0/+1
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_signalGravatar Oleg Nesterov 1-1/+0
2006-03-25[PATCH] slab: optimize constant-size kzalloc callsGravatar Pekka Enberg 1-3/+27
2006-03-25[PATCH] slab: introduce kmem_cache_zalloc allocatorGravatar Pekka Enberg 1-0/+2