LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Christoph Lameter <clameter@sgi.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>,
linux-mm@kvack.org
Subject: [git pull] more SLUB updates for 2.6.25
Date: Thu, 7 Feb 2008 18:13:22 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.64.0802071755580.7473@schroedinger.engr.sgi.com> (raw)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm.git slub-linus
(includes the cmpxchg_local fastpath since the cmpxchg_local work
by Matheiu is in now, and the non atomic unlock by Nick. Verified that
this is not doing any harm after some other patches had been removed.
cmpxchg_local fastpath was stripped of support for CONFIG_PREEMPT since
that uglified the code and did not seem to work right. We will be
able to handle preempt much better in the future with some upcoming
patches)
Christoph Lameter (4):
SLUB: Deal with annoying gcc warning on kfree()
SLUB: Use unique end pointer for each slab page.
SLUB: Alternate fast paths using cmpxchg_local
SLUB: Support for performance statistics
Ingo Molnar (1):
SLUB: fix checkpatch warnings
Nick Piggin (1):
Use non atomic unlock
Documentation/vm/slabinfo.c | 149 ++++++++++++++++++--
arch/x86/Kconfig | 4 +
include/linux/mm_types.h | 5 +-
include/linux/slub_def.h | 23 +++
lib/Kconfig.debug | 13 ++
mm/slub.c | 326
++++++++++++++++++++++++++++++++++++-------
6 files changed, 457 insertions(+), 63 deletions(-)
next reply other threads:[~2008-02-08 2:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-08 2:13 Christoph Lameter [this message]
2008-02-08 7:12 ` Nick Piggin
2008-02-08 7:29 ` Eric Dumazet
2008-02-08 8:08 ` Nick Piggin
2008-02-08 8:10 ` Christoph Lameter
2008-02-09 11:25 ` Eric Dumazet
2008-02-08 14:58 ` Andi Kleen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.64.0802071755580.7473@schroedinger.engr.sgi.com \
--to=clameter@sgi.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=torvalds@linux-foundation.org \
--subject='Re: [git pull] more SLUB updates for 2.6.25' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).