summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2010-05-30Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-05-24slub: move kmem_cache_node into it's own cachelineAlexander Duyck
2010-05-22Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' ...Pekka Enberg
2010-05-22slub: Use alloc_pages_exact_node() for page allocationMinchan Kim
2010-05-22slub: __kmalloc_node_track_caller should trace kmalloc_large_node caseXiaotian Feng
2010-05-22slub: Potential stack overflowEric Dumazet
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>David Woodhouse
2010-05-05slub: Fix bad boundary check in init_kmem_cache_nodes()Zhang, Yanmin
2010-04-09slub: Fix kmem_ptr_validate() for non-kernel pointersPekka Enberg
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2010-03-04SLUB: Fix per-cpu merge conflictStephen Rothwell
2010-03-04Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp...Pekka Enberg
2010-02-26failslab: add ability to filter slab cachesDmitry Monakhov
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder
2010-01-22dma kmalloc handling fixesChristoph Lameter
2010-01-22slub: remove impossible conditionDavid Rientjes
2009-12-20SLUB: Make slub statistics use this_cpu_incChristoph Lameter
2009-12-20SLUB: this_cpu: Remove slub kmem_cache fieldsChristoph Lameter
2009-12-20SLUB: Get rid of dynamic DMA kmalloc cache allocationChristoph Lameter
2009-12-20SLUB: Use this_cpu operations in slubChristoph Lameter
2009-12-14Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-12Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' in...Pekka Enberg
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan
2009-11-29SLUB: Fix __GFP_ZERO unlikely() annotationPekka Enberg
2009-10-15slub: allow stats to be clearedDavid Rientjes
2009-09-22mm: kmem_cache_create(): make it easier to catch NULL cache namesBenjamin Herrenschmidt
2009-09-15slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUGIngo Molnar
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-14Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusPekka Enberg
2009-09-14slub: fix slab_pad_check()Eric Dumazet
2009-09-03slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet
2009-09-03slub: release kobject if sysfs_create_group failed in sysfs_slab_addXiaotian Feng
2009-08-30SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Aaro Koskinen
2009-08-19SLUB: Fix some coding style issuesAmerigo Wang
2009-08-18SLUB: Drop write permission to /proc/slabinfoWANG Cong
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-08-01slub: change kmem_cache->align to record the real alignmentZhang, Yanmin
2009-07-28slub: use size and objsize orders to disable debug flagsDavid Rientjes
2009-07-10slub: add option to disable higher order debugging slabsDavid Rientjes
2009-07-08kmemleak: Trace the kmalloc_large* functions in slubCatalin Marinas
2009-07-04Merge branch 'master' into for-nextTejun Heo
2009-06-26fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney
2009-06-24SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg
2009-06-24percpu: cleanup percpu array definitionsTejun Heo
2009-06-18mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt
2009-06-17Merge branch 'slub/earlyboot' into for-linusPekka Enberg