aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-29SLUB: Fix __GFP_ZERO unlikely() annotationGravatar Pekka Enberg 1-1/+1
2009-10-15slub: allow stats to be clearedGravatar David Rientjes 1-1/+17
2009-09-22mm: kmem_cache_create(): make it easier to catch NULL cache namesGravatar Benjamin Herrenschmidt 1-0/+3
2009-09-15slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUGGravatar Ingo Molnar 1-0/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-2/+2
2009-09-14Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusGravatar Pekka Enberg 1-14/+68
2009-09-14slub: fix slab_pad_check()Gravatar Eric Dumazet 1-1/+1
2009-09-03slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUGravatar Eric Dumazet 1-2/+2
2009-09-03slub: release kobject if sysfs_create_group failed in sysfs_slab_addGravatar Xiaotian Feng 1-1/+4
2009-08-30SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Gravatar Aaro Koskinen 1-6/+24
2009-08-19SLUB: Fix some coding style issuesGravatar Amerigo Wang 1-3/+2
2009-08-18SLUB: Drop write permission to /proc/slabinfoGravatar WANG Cong 1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextGravatar Tejun Heo 1-4/+8
2009-08-01slub: change kmem_cache->align to record the real alignmentGravatar Zhang, Yanmin 1-0/+1
2009-07-28slub: use size and objsize orders to disable debug flagsGravatar David Rientjes 1-21/+19
2009-07-10slub: add option to disable higher order debugging slabsGravatar David Rientjes 1-3/+38
2009-07-08kmemleak: Trace the kmalloc_large* functions in slubGravatar Catalin Marinas 1-4/+6
2009-07-04Merge branch 'master' into for-nextGravatar Tejun Heo 1-2/+8
2009-06-26fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bGravatar Paul E. McKenney 1-0/+2
2009-06-24SLUB: Don't pass __GFP_FAIL for the initial allocationGravatar Pekka Enberg 1-2/+8
2009-06-24percpu: cleanup percpu array definitionsGravatar Tejun Heo 1-2/+2
2009-06-18mm: Extend gfp masking to the page allocatorGravatar Benjamin Herrenschmidt 1-11/+1
2009-06-17Merge branch 'slub/earlyboot' into for-linusGravatar Pekka Enberg 1-4/+14