summaryrefslogtreecommitdiff
path: root/include/linux/slab.h
AgeCommit message (Expand)Author
2011-07-07slab allocators: Provide generic description of alignment definesChristoph Lameter
2011-06-16slab, slub, slob: Unify alignment definitionChristoph Lameter
2011-01-23mm: Remove support for kmem_cache_name()Christoph Lameter
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin
2010-07-04slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACINGXiaotian Feng
2010-04-09slab: Generify kernel pointer validationPekka Enberg
2010-02-26failslab: add ability to filter slab cachesDmitry Monakhov
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum
2009-06-15kmemcheck: add mm functionsVegard Nossum
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg
2009-06-11kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas
2009-02-20slab: introduce kzfree()Johannes Weiner
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg
2008-12-29slab: Fix comment on #endifPascal Terjan
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu
2008-11-13slab: document SLAB_DESTROY_BY_RCUPeter Zijlstra
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-26netfilter: fix double-free and use-after freePekka Enberg
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-24kcalloc: remove runtime divisionMilton Miller
2008-07-04Christoph has movedChristoph Lameter
2008-06-06vm: add kzalloc_node() inlineJeff Layton
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2008-04-30slab: add a flag to prevent debug_free checks on a kmem_cacheThomas Gleixner
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-07-20Fix ZERO_OR_NULL_PTR(ZERO_SIZE_PTR)Roland Dreier
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter
2007-07-16slob: initial NUMA supportPaul Mundt
2007-07-16Remove the deprecated "kmem_cache_t" typedef from slab.h.Robert P. J. Day
2007-06-24slab allocators: MAX_ORDER one off fixChristoph Lameter
2007-05-17Slab allocators: define common size limitationsChristoph Lameter
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-17SLAB: Move two remaining SLAB specific definitions to slab_def.hChristoph Lameter
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter
2007-05-07SLUB coreChristoph Lameter
2007-05-07mm/slab.c: proper prototypesAdrian Bunk
2007-05-07slab: introduce kreallocPekka Enberg
2006-12-13[PATCH] More slab.h cleanupsChristoph Lameter
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter
2006-12-07[PATCH] slab: deprecate kmem_cache_tAndrew Morton
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter