aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slab.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-23mm: Remove support for kmem_cache_name()Christoph Lameter1-1/+0
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin1-2/+0
2010-07-04slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACINGXiaotian Feng1-2/+4
2010-04-09slab: Generify kernel pointer validationPekka Enberg1-0/+1
2010-02-26failslab: add ability to filter slab cachesDmitry Monakhov1-0/+5
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum1-0/+2
2009-06-15kmemcheck: add mm functionsVegard Nossum1-0/+7
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg1-0/+2
2009-06-11kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas1-0/+2
2009-02-20slab: introduce kzfree()Johannes Weiner1-0/+1
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg1-4/+4
2008-12-29slab: Fix comment on #endifPascal Terjan1-1/+1
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu1-4/+4
2008-11-13slab: document SLAB_DESTROY_BY_RCUPeter Zijlstra1-0/+28
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan1-5/+0
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2008-07-26netfilter: fix double-free and use-after freePekka Enberg1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-24kcalloc: remove runtime divisionMilton Miller1-1/+1
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2008-06-06vm: add kzalloc_node() inlineJeff Layton1-0/+11
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-3/+0
2008-04-30slab: add a flag to prevent debug_free checks on a kmem_cacheThomas Gleixner1-0/+7
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds1-0/+5
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-1/+3
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/torval...David 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
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro1-2/+4
2006-03-24[PATCH] cpuset memory spread slab cache implementationPaul Jackson1-0/+1
2006-03-22[PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter1-1/+0
2006-03-22[PATCH] kcalloc(): INT_MAX -> ULONG_MAXAdrian Bunk1-1/+1
2006-02-01[PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLABPekka Enberg1-0/+7
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall1-0/+35
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg1-1/+1
2005-10-28[PATCH] gfp_t: mm/* (easy parts)Al Viro1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-10/+9
2005-09-10[PATCH] mm/slab: fix sparse warningsVictor Fusco1-1/+2
2005-09-07[PATCH] introduce and use kzallocPekka J Enberg1-1/+15
2005-07-27[PATCH] Really __nocast-annotate kmalloc_node()Alexey Dobriyan1-1/+1
2005-07-07[PATCH] propagate __nocast annotationsAlexey Dobriyan1-2/+2
2005-06-18[SLAB] Introduce kmem_cache_nameArnaldo Carvalho de Melo1-0/+1
2005-05-01[PATCH] add kmalloc_node, inline cleanupManfred Spraul1-8/+15
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+129