aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slub_def.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter1-0/+9
2014-04-07slub: rework sysfs layout for memcg cachesVladimir Davydov1-0/+3
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-1/+1
2013-11-11mm, slub: fix the typo in include/linux/slub_def.hZhi Yong Wu1-1/+1
2013-09-04slub: remove verify_mem_not_deleted()Christoph Lameter1-13/+0
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter1-97/+0
2013-02-01slab: Common definition for kmem_cache_nodeChristoph Lameter1-11/+0
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter1-31/+10
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter1-6/+0
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter1-16/+3
2013-02-01slab: Common kmalloc slab index determinationChristoph Lameter1-63/+0
2012-12-18slub: slub-specific propagation changesGlauber Costa1-0/+1
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa1-1/+4
2012-12-18slab/slub: struct memcg_paramsGlauber Costa1-0/+3
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter1-1/+1
2012-06-01slub: Get rid of the node fieldChristoph Lameter1-1/+0
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-2/+4
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-02-18slub: per cpu partial statistics changeAlex Shi1-2/+4
2011-09-27slub: correct comments error for per cpu partialAlex Shi1-1/+1
2011-08-19slub: per cpu cache for partial pagesChristoph Lameter1-0/+4
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-0/+3
2011-07-07slub: Add method to verify memory is not freedBen Greear1-0/+13
2011-07-02slub: fast release on full slabChristoph Lameter1-0/+1
2011-07-02slub: Add statistics for the case that the current slab does not match the nodeChristoph Lameter1-0/+1
2011-07-02slub: Add cmpxchg_double_slab()Christoph Lameter1-0/+1
2011-06-16slab, slub, slob: Unify alignment definitionChristoph Lameter1-10/+0
2011-05-21slub: Deal with hyperthetical case of PAGE_SIZE > 2MChristoph Lameter1-2/+4
2011-05-07slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyChristoph Lameter1-2/+0
2011-03-22slub: Add statistics for this_cmpxchg_double failuresChristoph Lameter1-0/+1
2011-03-20Merge branch 'slub/lockless' into for-linusPekka Enberg1-2/+5
2011-03-11slub: automatically reserve bytes at the end of slabLai Jiangshan1-0/+1
2011-03-11Lockless (and preemptless) fastpaths for slubChristoph Lameter1-1/+4
2011-03-11slub: min_partial needs to be in first cachelineChristoph Lameter1-1/+1
2010-11-06slub tracing: move trace calls out of always inlined functions to reduce kernel code sizeRichard Kennedy1-29/+26
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter1-1/+1
2010-10-02slub: reduce differences between SMP and NUMAChristoph Lameter1-4/+1
2010-10-02slub: Dynamically size kmalloc cache allocationsChristoph Lameter1-5/+2
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-1/+1
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori1-3/+5
2010-08-09slub: add missing __percpu markup in mm/slub_def.hNamhyung Kim1-1/+1
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-1/+2
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan1-1/+2
2010-05-30SLUB: Allow full duplication of kmalloc array for 390Christoph Lameter1-1/+1
2010-05-24slub: move kmem_cache_node into it's own cachelineAlexander Duyck1-6/+3
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>David Woodhouse1-0/+8
2009-12-20SLUB: this_cpu: Remove slub kmem_cache fieldsChristoph Lameter1-2/+0
2009-12-20SLUB: Get rid of dynamic DMA kmalloc cache allocationChristoph Lameter1-8/+11
2009-12-20SLUB: Use this_cpu operations in slubChristoph Lameter1-5/+1
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan1-2/+2