Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753109Ab1CVOkX (ORCPT ); Tue, 22 Mar 2011 10:40:23 -0400 Received: from filtteri1.pp.htv.fi ([213.243.153.184]:43391 "EHLO filtteri1.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751423Ab1CVOkT (ORCPT ); Tue, 22 Mar 2011 10:40:19 -0400 Date: Tue, 22 Mar 2011 16:40:15 +0200 (EET) From: Pekka Enberg X-X-Sender: penberg@tiger To: torvalds@linux-foundation.org cc: cl@linux-foundation.org, akpm@linux-foundation.org, tj@kernel.org, npiggin@kernel.dk, rientjes@google.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [GIT PULL] SLAB changes for v2.6.39-rc1 Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3363 Lines: 79 Hi Linus, Here's SLAB updates for 2.6.39-rc1. The interesting bits are SLUB lockless fastpath patches from Christoph which improve performance and updates to support bigger 'struct rcu_head' from Lai. I pulled the per-CPU tree to slub/lockless which is why some already merged patches show up in the pull request. Pekka The following changes since commit a952baa034ae7c2e4a66932005cbc7ebbccfe28d: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../dtor/input are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6.git for-linus Christoph Lameter (5): mm: Remove support for kmem_cache_name() slub: min_partial needs to be in first cacheline slub: Get rid of slab_free_hook_irq() Lockless (and preemptless) fastpaths for slub slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL case Eric Dumazet (1): slub: fix kmemcheck calls to match ksize() hints Lai Jiangshan (3): slub: automatically reserve bytes at the end of slab slub,rcu: don't assume the size of struct rcu_head slab,rcu: don't assume the size of struct rcu_head Mariusz Kozlowski (1): slub: fix ksize() build error Pekka Enberg (6): Revert "slab: Fix missing DEBUG_SLAB last user" Merge branch 'for-2.6.39' of git://git.kernel.org/.../tj/percpu into slub/lockless Merge branch 'slab/rcu' into slab/next Merge branch 'slab/urgent' into slab/next Merge branch 'slab/next' into for-linus Merge branch 'slub/lockless' into for-linus arch/alpha/kernel/vmlinux.lds.S | 5 +- arch/arm/kernel/vmlinux.lds.S | 2 +- arch/blackfin/kernel/vmlinux.lds.S | 2 +- arch/cris/kernel/vmlinux.lds.S | 2 +- arch/frv/kernel/vmlinux.lds.S | 2 +- arch/ia64/kernel/vmlinux.lds.S | 2 +- arch/m32r/kernel/vmlinux.lds.S | 2 +- arch/mips/kernel/vmlinux.lds.S | 2 +- arch/mn10300/kernel/vmlinux.lds.S | 2 +- arch/parisc/kernel/vmlinux.lds.S | 2 +- arch/powerpc/kernel/vmlinux.lds.S | 2 +- arch/s390/kernel/vmlinux.lds.S | 2 +- arch/sh/kernel/vmlinux.lds.S | 2 +- arch/sparc/kernel/vmlinux.lds.S | 2 +- arch/tile/kernel/vmlinux.lds.S | 2 +- arch/um/include/asm/common.lds.S | 2 +- arch/x86/include/asm/percpu.h | 48 +++++ arch/x86/kernel/vmlinux.lds.S | 4 +- arch/x86/lib/Makefile | 1 + arch/x86/lib/cmpxchg16b_emu.S | 59 ++++++ arch/xtensa/kernel/vmlinux.lds.S | 2 +- include/asm-generic/vmlinux.lds.h | 35 +++-- include/linux/percpu.h | 128 +++++++++++++ include/linux/slab.h | 1 - include/linux/slub_def.h | 8 +- mm/slab.c | 55 +++--- mm/slob.c | 6 - mm/slub.c | 366 +++++++++++++++++++++++++++++------- 28 files changed, 612 insertions(+), 136 deletions(-) create mode 100644 arch/x86/lib/cmpxchg16b_emu.S -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/