aboutsummaryrefslogtreecommitdiff
path: root/include/linux/slub_def.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheGravatar Christoph Lameter 1-0/+9
2014-04-07slub: rework sysfs layout for memcg cachesGravatar Vladimir Davydov 1-0/+3
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-1/+1
2013-11-11mm, slub: fix the typo in include/linux/slub_def.hGravatar Zhi Yong Wu 1-1/+1
2013-09-04slub: remove verify_mem_not_deleted()Gravatar Christoph Lameter 1-13/+0
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeGravatar Christoph Lameter 1-97/+0
2013-02-01slab: Common definition for kmem_cache_nodeGravatar Christoph Lameter 1-11/+0
2013-02-01slab: Common Kmalloc cache determinationGravatar Christoph Lameter 1-31/+10
2013-02-01slab: Common definition for the array of kmalloc cachesGravatar Christoph Lameter 1-6/+0
2013-02-01slab: Common constants for kmalloc boundariesGravatar Christoph Lameter 1-16/+3
2013-02-01slab: Common kmalloc slab index determinationGravatar Christoph Lameter 1-63/+0
2012-12-18slub: slub-specific propagation changesGravatar Glauber Costa 1-0/+1
2012-12-18sl[au]b: allocate objects from memcg cacheGravatar Glauber Costa 1-1/+4
2012-12-18slab/slub: struct memcg_paramsGravatar Glauber Costa 1-0/+3
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheGravatar Christoph Lameter 1-1/+1
2012-06-01slub: Get rid of the node fieldGravatar Christoph Lameter 1-1/+0
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+4
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 1-0/+1
2012-02-18slub: per cpu partial statistics changeGravatar Alex Shi 1-2/+4
2011-09-27slub: correct comments error for per cpu partialGravatar Alex Shi 1-1/+1
2011-08-19slub: per cpu cache for partial pagesGravatar Christoph Lameter 1-0/+4
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2011-07-07slub: Add method to verify memory is not freedGravatar Ben Greear 1-0/+13
2011-07-02slub: fast release on full slabGravatar Christoph Lameter 1-0/+1
2011-07-02slub: Add statistics for the case that the current slab does not match the nodeGravatar Christoph Lameter 1-0/+1
2011-07-02slub: Add cmpxchg_double_slab()Gravatar Christoph Lameter 1-0/+1
2011-06-16slab, slub, slob: Unify alignment definitionGravatar Christoph Lameter 1-10/+0
2011-05-21slub: Deal with hyperthetical case of PAGE_SIZE > 2MGravatar Christoph Lameter 1-2/+4
2011-05-07slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyGravatar Christoph Lameter 1-2/+0
2011-03-22slub: Add statistics for this_cmpxchg_double failuresGravatar Christoph Lameter 1-0/+1
2011-03-20Merge branch 'slub/lockless' into for-linusGravatar Pekka Enberg 1-2/+5
2011-03-11slub: automatically reserve bytes at the end of slabGravatar Lai Jiangshan 1-0/+1
2011-03-11Lockless (and preemptless) fastpaths for slubGravatar Christoph Lameter 1-1/+4
2011-03-11slub: min_partial needs to be in first cachelineGravatar Christoph Lameter 1-1/+1
2010-11-06slub tracing: move trace calls out of always inlined functions to reduce kern...Gravatar Richard Kennedy 1-29/+26
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGGravatar Christoph Lameter 1-1/+1
2010-10-02slub: reduce differences between SMP and NUMAGravatar Christoph Lameter 1-4/+1
2010-10-02slub: Dynamically size kmalloc cache allocationsGravatar Christoph Lameter 1-5/+2
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-1/+1
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNGravatar FUJITA Tomonori 1-3/+5
2010-08-09slub: add missing __percpu markup in mm/slub_def.hGravatar Namhyung Kim 1-1/+1
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Ingo Molnar 1-1/+2
2010-06-09tracing: Remove kmemtrace ftrace pluginGravatar Li Zefan 1-1/+2
2010-05-30SLUB: Allow full duplication of kmalloc array for 390Gravatar Christoph Lameter 1-1/+1
2010-05-24slub: move kmem_cache_node into it's own cachelineGravatar Alexander Duyck 1-6/+3
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>Gravatar David Woodhouse 1-0/+8
2009-12-20SLUB: this_cpu: Remove slub kmem_cache fieldsGravatar Christoph Lameter 1-2/+0
2009-12-20SLUB: Get rid of dynamic DMA kmalloc cache allocationGravatar Christoph Lameter 1-8/+11
2009-12-20SLUB: Use this_cpu operations in slubGravatar Christoph Lameter 1-5/+1
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGGravatar Li Zefan 1-2/+2