summaryrefslogtreecommitdiff
path: root/include/linux/slab_def.h
AgeCommit message (Expand)Author
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa
2014-01-21slab: struct kmem_cache is protected by slab_mutexFam Zheng
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2013-10-24slab: use struct page for slab managementJoonsoo Kim
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter
2013-05-06slab: Return NULL for oversized allocationsChristoph Lameter
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter
2013-02-01slab: Rename nodelists to nodeChristoph Lameter
2013-02-01slab: Common name for the per node structuresChristoph Lameter
2013-02-01slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter
2012-12-18slab/slub: struct memcg_paramsGlauber Costa
2012-12-11slab: Simplify bootstrapChristoph Lameter
2012-09-29mm/slab: Fix kmem_cache_alloc_node_trace() declarationEzequiel Garcia
2012-09-25mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototypeEzequiel Garcia
2012-09-25mm, slab: Remove silly function slab_buffer_size()Ezequiel Garcia
2012-08-17mm, slab: remove dflagsDavid Rientjes
2012-07-02slab: rename gfpflags to allocflagsGlauber Costa
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt
2011-07-20slab: shrink sizeof(struct kmem_cache)Eric Dumazet
2011-06-16slab, slub, slob: Unify alignment definitionChristoph Lameter
2010-11-28tracing/slab: Move kmalloc tracepoint out of inline codeSteven Rostedt
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>David Woodhouse
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan
2009-06-13slab: move struct kmem_cache to headersPekka Enberg
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar
2009-01-27kmalloc: return NULL instead of link failureJeff Mahoney
2008-12-30tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker
2008-12-29kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu
2008-03-06slab - use angle brackets for include of kmalloc_sizes.hJoe Perches
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds
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-05-17SLAB: Move two remaining SLAB specific definitions to slab_def.hChristoph Lameter
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter