aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-02SLUB: Fix merged slab cache namesGravatar Pekka Enberg 1-1/+20
2010-10-02Slub: UP bandaidGravatar Christoph Lameter 1-0/+16
2010-10-02slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc cachesGravatar David Rientjes 1-6/+8
2010-10-02slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplugGravatar Christoph Lameter 1-2/+2
2010-10-02slub: Add dummy functions for the !SLUB_DEBUG caseGravatar Christoph Lameter 1-0/+12
2010-10-02slub: Move gfpflag masking out of the hotpathGravatar Christoph Lameter 1-2/+3
2010-10-02slub: Extract hooks for memory checkers from hotpathsGravatar Christoph Lameter 1-11/+38
2010-10-02slub: Dynamically size kmalloc cache allocationsGravatar Christoph Lameter 1-53/+138
2010-10-02slub: Remove static kmem_cache_cpu array for bootGravatar Christoph Lameter 1-13/+4
2010-10-02slub: Remove dynamic dma slab allocationGravatar Christoph Lameter 1-111/+39
2010-10-02slub: Force no inlining of debug functionsGravatar Christoph Lameter 1-3/+3
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-43/+43
2010-08-04Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' i...Gravatar Pekka Enberg 1-43/+43
2010-08-03slub: Allow removal of slab caches during bootGravatar Christoph Lameter 1-9/+15
2010-08-03Revert "slub: Allow removal of slab caches during boot"Gravatar Pekka Enberg 1-7/+0
2010-07-29slub numa: Fix rare allocation from unexpected nodeGravatar Christoph Lameter 1-1/+1
2010-07-16slub: Use kmem_cache flags to detect if slab is in debugging mode.Gravatar Christoph Lameter 1-21/+12
2010-07-16slub: Allow removal of slab caches during bootGravatar Christoph Lameter 1-0/+7
2010-07-16slub: Check kasprintf results in kmem_cache_init()Gravatar Christoph Lameter 1-3/+6
2010-07-16SLUB: Constants need ULGravatar Christoph Lameter 1-2/+2
2010-07-16slub: Use a constant for a unspecified node.Gravatar Christoph Lameter 1-7/+7
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Ingo Molnar 1-1/+0
2010-06-09tracing: Remove kmemtrace ftrace pluginGravatar Li Zefan 1-1/+0
2010-05-30Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-22/+11
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsGravatar Miao Xie 1-1/+5
2010-05-24slub: move kmem_cache_node into it's own cachelineGravatar Alexander Duyck 1-22/+11
2010-05-22Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' ...Gravatar Pekka Enberg 1-20/+26
2010-05-22slub: Use alloc_pages_exact_node() for page allocationGravatar Minchan Kim 1-1/+1
2010-05-22slub: __kmalloc_node_track_caller should trace kmalloc_large_node caseGravatar Xiaotian Feng 1-2/+9
2010-05-22slub: Potential stack overflowGravatar Eric Dumazet 1-9/+16
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>Gravatar David Woodhouse 1-8/+0
2010-05-05slub: Fix bad boundary check in init_kmem_cache_nodes()Gravatar Zhang, Yanmin 1-1/+1
2010-04-09slub: Fix kmem_ptr_validate() for non-kernel pointersGravatar Pekka Enberg 1-0/+3
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-1/+1
2010-03-04SLUB: Fix per-cpu merge conflictGravatar Stephen Rothwell 1-1/+1
2010-03-04Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp...Gravatar Pekka Enberg 1-233/+104
2010-02-26failslab: add ability to filter slab cachesGravatar Dmitry Monakhov 1-2/+27
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Gravatar Adam Buchbinder 1-1/+1
2010-01-22dma kmalloc handling fixesGravatar Christoph Lameter 1-2/+3
2010-01-22slub: remove impossible conditionGravatar David Rientjes 1-1/+1
2009-12-20SLUB: Make slub statistics use this_cpu_incGravatar Christoph Lameter 1-23/+20
2009-12-20SLUB: this_cpu: Remove slub kmem_cache fieldsGravatar Christoph Lameter 1-59/+17
2009-12-20SLUB: Get rid of dynamic DMA kmalloc cache allocationGravatar Christoph Lameter 1-14/+10
2009-12-20SLUB: Use this_cpu operations in slubGravatar Christoph Lameter 1-154/+48
2009-12-14Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2009-12-12Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' in...Gravatar Pekka Enberg 1-2/+18
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGGravatar Li Zefan 1-2/+2