aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slab.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20Fix ZERO_OR_NULL_PTR(ZERO_SIZE_PTR)Roland Dreier1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+1
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter1-31/+46
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter1-0/+13
2007-07-16slob: initial NUMA supportPaul Mundt1-64/+62
2007-07-16Remove the deprecated "kmem_cache_t" typedef from slab.h.Robert P. J. Day1-2/+0
2007-06-24slab allocators: MAX_ORDER one off fixChristoph Lameter1-2/+2
2007-05-17Slab allocators: define common size limitationsChristoph Lameter1-0/+15
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-3/+0
2007-05-17SLAB: Move two remaining SLAB specific definitions to slab_def.hChristoph Lameter1-3/+0
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter1-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+0
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter1-0/+12
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter1-1/+0
2007-05-07SLUB coreChristoph Lameter1-4/+10
2007-05-07mm/slab.c: proper prototypesAdrian Bunk1-0/+3
2007-05-07slab: introduce kreallocPekka Enberg1-1/+2
2006-12-13[PATCH] More slab.h cleanupsChristoph Lameter1-20/+24
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter1-196/+110
2006-12-07[PATCH] slab: deprecate kmem_cache_tAndrew Morton1-8/+9
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter1-3/+0
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+0
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+0
2006-12-07[PATCH] slab: remove SLAB_USERChristoph Lameter1-1/+0
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter1-1/+0
2006-12-07[PATCH] slab: remove SLAB_NOIOChristoph Lameter1-1/+0
2006-12-07[PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter1-2/+0
2006-12-07[PATCH] slab: remove SLAB_NO_GROWChristoph Lameter1-2/+0
2006-12-07[PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.hChristoph Lameter1-15/+18
2006-12-07[PATCH] Move names_cachep to linux/fs.hChristoph Lameter1-3/+0
2006-12-07[PATCH] Move fs_cachep to linux/fs_struct.hChristoph Lameter1-1/+0
2006-12-07[PATCH] Move filep_cachep to include/file.hChristoph Lameter1-1/+0
2006-12-07[PATCH] Move files_cachep to include/file.hChristoph Lameter1-1/+0
2006-12-07[PATCH] Move vm_area_cachep to include/mm.hChristoph Lameter1-1/+0
2006-12-07[PATCH] Move sighand_cachep to include/signal.hChristoph Lameter1-1/+0
2006-12-07[PATCH] Remove bio_cachep from slab.hChristoph Lameter1-1/+0
2006-12-07[PATCH] leak tracking for kmalloc_nodeChristoph Hellwig1-0/+23
2006-10-04[PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig1-8/+18
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan1-2/+2
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-2/+0
2006-09-26[PATCH] slab: optimize kmalloc_node the same way as kmallocChristoph Hellwig1-1/+24
2006-09-26[PATCH] mm/: make functions staticAdrian Bunk1-2/+0
2006-06-23[PATCH] slab: kmalloc, kzalloc comments cleanup and fixPaul Drynoff1-0/+50
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2006-05-15[PATCH] add slab_is_available() routine for boot codeMike Kravetz1-0/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov1-1/+0
2006-03-25[PATCH] slab: optimize constant-size kzalloc callsPekka Enberg1-3/+27
2006-03-25[PATCH] slab: introduce kmem_cache_zalloc allocatorPekka Enberg1-0/+2