aboutsummaryrefslogtreecommitdiff
path: root/include/linux/slab.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-07slab allocators: Provide generic description of alignment definesGravatar Christoph Lameter 1-0/+10
2011-06-16slab, slub, slob: Unify alignment definitionGravatar Christoph Lameter 1-0/+10
2011-01-23mm: Remove support for kmem_cache_name()Gravatar Christoph Lameter 1-1/+0
2011-01-07kernel: kmem_ptr_validate considered harmfulGravatar Nick Piggin 1-2/+0
2010-07-04slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACINGGravatar Xiaotian Feng 1-2/+4
2010-04-09slab: Generify kernel pointer validationGravatar Pekka Enberg 1-0/+1
2010-02-26failslab: add ability to filter slab cachesGravatar Dmitry Monakhov 1-0/+5
2009-06-15Merge commit 'linus/master' into HEADGravatar Vegard Nossum 1-0/+2
2009-06-15kmemcheck: add mm functionsGravatar Vegard Nossum 1-0/+7
2009-06-12slab,slub: don't enable interrupts during early bootGravatar Pekka Enberg 1-0/+2
2009-06-11kmemleak: Add the slab memory allocation/freeing hooksGravatar Catalin Marinas 1-0/+2
2009-02-20slab: introduce kzfree()Gravatar Johannes Weiner 1-0/+1
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Gravatar Pekka Enberg 1-4/+4
2008-12-29slab: Fix comment on #endifGravatar Pascal Terjan 1-1/+1
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Gravatar Eduard - Gabriel Munteanu 1-4/+4
2008-11-13slab: document SLAB_DESTROY_BY_RCUGravatar Peter Zijlstra 1-0/+28
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cGravatar Alexey Dobriyan 1-5/+0
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