aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-43/+43
2010-08-04Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' into for-linusPekka Enberg1-43/+43
2010-08-03slub: Allow removal of slab caches during bootChristoph Lameter1-9/+15
2010-08-03Revert "slub: Allow removal of slab caches during boot"Pekka Enberg1-7/+0
2010-07-29slub numa: Fix rare allocation from unexpected nodeChristoph Lameter1-1/+1
2010-07-16slub: Use kmem_cache flags to detect if slab is in debugging mode.Christoph Lameter1-21/+12
2010-07-16slub: Allow removal of slab caches during bootChristoph Lameter1-0/+7
2010-07-16slub: Check kasprintf results in kmem_cache_init()Christoph Lameter1-3/+6
2010-07-16SLUB: Constants need ULChristoph Lameter1-2/+2
2010-07-16slub: Use a constant for a unspecified node.Christoph Lameter1-7/+7
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-1/+0
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan1-1/+0
2010-05-30Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-22/+11
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-1/+5
2010-05-24slub: move kmem_cache_node into it's own cachelineAlexander Duyck1-22/+11
2010-05-22Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linusPekka Enberg1-20/+26
2010-05-22slub: Use alloc_pages_exact_node() for page allocationMinchan Kim1-1/+1
2010-05-22slub: __kmalloc_node_track_caller should trace kmalloc_large_node caseXiaotian Feng1-2/+9
2010-05-22slub: Potential stack overflowEric Dumazet1-9/+16
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>David Woodhouse1-8/+0
2010-05-05slub: Fix bad boundary check in init_kmem_cache_nodes()Zhang, Yanmin1-1/+1
2010-04-09slub: Fix kmem_ptr_validate() for non-kernel pointersPekka Enberg1-0/+3
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-04SLUB: Fix per-cpu merge conflictStephen Rothwell1-1/+1
2010-03-04Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linusPekka Enberg1-233/+104
2010-02-26failslab: add ability to filter slab cachesDmitry Monakhov1-2/+27
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2010-01-22dma kmalloc handling fixesChristoph Lameter1-2/+3
2010-01-22slub: remove impossible conditionDavid Rientjes1-1/+1
2009-12-20SLUB: Make slub statistics use this_cpu_incChristoph Lameter1-23/+20
2009-12-20SLUB: this_cpu: Remove slub kmem_cache fieldsChristoph Lameter1-59/+17
2009-12-20SLUB: Get rid of dynamic DMA kmalloc cache allocationChristoph Lameter1-14/+10
2009-12-20SLUB: Use this_cpu operations in slubChristoph Lameter1-154/+48
2009-12-14Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-12-12Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' into for-linusPekka Enberg1-2/+18
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan1-2/+2
2009-11-29SLUB: Fix __GFP_ZERO unlikely() annotationPekka Enberg1-1/+1
2009-10-15slub: allow stats to be clearedDavid Rientjes1-1/+17
2009-09-22mm: kmem_cache_create(): make it easier to catch NULL cache namesBenjamin Herrenschmidt1-0/+3
2009-09-15slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUGIngo Molnar1-0/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2009-09-14Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusPekka Enberg1-14/+68
2009-09-14slub: fix slab_pad_check()Eric Dumazet1-1/+1
2009-09-03slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet1-2/+2
2009-09-03slub: release kobject if sysfs_create_group failed in sysfs_slab_addXiaotian Feng1-1/+4
2009-08-30SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Aaro Koskinen1-6/+24
2009-08-19SLUB: Fix some coding style issuesAmerigo Wang1-3/+2