aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slab_def.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-2/+2
2013-10-24slab: use struct page for slab managementJoonsoo Kim1-2/+2
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter1-106/+0
2013-05-06slab: Return NULL for oversized allocationsChristoph Lameter1-0/+6
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter1-3/+0
2013-02-01slab: Rename nodelists to nodeChristoph Lameter1-1/+1
2013-02-01slab: Common name for the per node structuresChristoph Lameter1-1/+1
2013-02-01slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter1-35/+12
2012-12-18slab/slub: struct memcg_paramsGlauber Costa1-0/+3
2012-12-11slab: Simplify bootstrapChristoph Lameter1-1/+5
2012-09-29mm/slab: Fix kmem_cache_alloc_node_trace() declarationEzequiel Garcia1-7/+7
2012-09-25mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototypeEzequiel Garcia1-4/+3
2012-09-25mm, slab: Remove silly function slab_buffer_size()Ezequiel Garcia1-5/+0
2012-08-17mm, slab: remove dflagsDavid Rientjes1-1/+0
2012-07-02slab: rename gfpflags to allocflagsGlauber Costa1-1/+1
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter1-4/+6
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt1-2/+0
2011-07-20slab: shrink sizeof(struct kmem_cache)Eric Dumazet1-13/+13
2011-06-16slab, slub, slob: Unify alignment definitionChristoph Lameter1-26/+0
2010-11-28tracing/slab: Move kmalloc tracepoint out of inline codeSteven Rostedt1-20/+13
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori1-1/+3
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan1-1/+2
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>David Woodhouse1-0/+24
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan1-2/+2
2009-06-13slab: move struct kmem_cache to headersPekka Enberg1-0/+81
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint partZhaolei1-1/+1
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu1-5/+5
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/coreIngo Molnar1-8/+2
2009-01-27kmalloc: return NULL instead of link failureJeff Mahoney1-8/+2
2008-12-30tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker1-1/+1
2008-12-29kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu1-9/+59
2008-03-06slab - use angle brackets for include of kmalloc_sizes.hJoe Perches1-2/+2
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds1-3/+0
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter1-30/+0
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter1-0/+12
2007-07-16slob: initial NUMA supportPaul Mundt1-0/+4
2007-05-17SLAB: Move two remaining SLAB specific definitions to slab_def.hChristoph Lameter1-0/+3
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter1-9/+21
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter1-0/+100