* [GIT PULL] SLAB fixes for 2.6.35-rc0
@ 2010-05-22 8:21 Pekka J Enberg
0 siblings, 0 replies; 2+ messages in thread
From: Pekka J Enberg @ 2010-05-22 8:21 UTC (permalink / raw)
To: torvalds; +Cc: cl, akpm, linux-kernel, linux-mm
Hi Linus,
It's been a rather quiet cycle this time for slab. The most interesting
bits here are SLAB memory hotplug support from David Rientjes and slab
minimum alignment cleanups from David Woodhouse. There are also some slab
debugging code fixes from Shiyong Li and Eric Dumazet.
Pekka
The following changes since commit f4b87dee923342505e1ddba8d34ce9de33e75050:
Randy Dunlap (1):
fbmem: avoid printk format warning with 32-bit resources
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6.git slab-for-linus
David Rientjes (1):
slab: add memory hotplug support
David Woodhouse (4):
mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>
mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>
mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>
crypto: Use ARCH_KMALLOC_MINALIGN for CRYPTO_MINALIGN now that it's exposed
Eric Dumazet (1):
slub: Potential stack overflow
Joe Perches (1):
slab: Fix continuation lines
Minchan Kim (1):
slub: Use alloc_pages_exact_node() for page allocation
Pekka Enberg (1):
Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linus
Shiyong Li (1):
slab: Fix missing DEBUG_SLAB last user
Xiaotian Feng (1):
slub: __kmalloc_node_track_caller should trace kmalloc_large_node case
include/linux/crypto.h | 6 --
include/linux/slab_def.h | 24 ++++++
include/linux/slob_def.h | 8 ++
include/linux/slub_def.h | 8 ++
mm/slab.c | 198 +++++++++++++++++++++++++++++++---------------
mm/slob.c | 8 --
mm/slub.c | 46 ++++++-----
7 files changed, 200 insertions(+), 98 deletions(-)
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] SLAB fixes for 2.6.35-rc0
@ 2010-05-30 19:36 Pekka J Enberg
0 siblings, 0 replies; 2+ messages in thread
From: Pekka J Enberg @ 2010-05-30 19:36 UTC (permalink / raw)
To: torvalds; +Cc: cl, akpm, linux-kernel, linux-mm
Hi Linus,
Here's few regression fixes to SLUB. The S390 regression was introduced in
.33 and the hackbench performance regression in .34.
Pekka
The following changes since commit 24010e460454ec0d2f4f0213b667b4349cbdb8e1:
Linus Torvalds (1):
Merge branch 'drm-linus' of git://git.kernel.org/.../airlied/drm-2.6
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6.git slub/urgent
Alexander Duyck (1):
slub: move kmem_cache_node into it's own cacheline
Christoph Lameter (1):
SLUB: Allow full duplication of kmalloc array for 390
include/linux/slub_def.h | 11 ++++-------
mm/slub.c | 33 +++++++++++----------------------
2 files changed, 15 insertions(+), 29 deletions(-)
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-30 19:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-22 8:21 [GIT PULL] SLAB fixes for 2.6.35-rc0 Pekka J Enberg
2010-05-30 19:36 Pekka J Enberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox