linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Pekka Enberg <penberg@kernel.org>
To: torvalds@linux-foundation.org
Cc: cl@linux-foundation.org, akpm@linux-foundation.org,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: [GIT PULL] SLAB changes for v3.1-rc0
Date: Fri, 22 Jul 2011 11:08:44 +0300 (EEST)	[thread overview]
Message-ID: <alpine.DEB.2.00.1107221108190.2996@tiger> (raw)

Hi Linus,

Here's batch of slab/slub/slob changes accumulated over the past few months.
The biggest changes are alignment unification from Christoph Lameter and SLUB
debugging improvements from Ben Greear. Also notable is SLAB 'struct
kmem_cache' shrinkage from Eric Dumazet that helps large SMP systems.

Please note that the SLUB lockless slowpath patches will be sent in a separate
pull request.

                         Pekka

The following changes since commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe:
   Linus Torvalds (1):
         Linux 3.0

are available in the git repository at:

   ssh://master.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6.git slab-for-linus

Ben Greear (2):
       slub: Enable backtrace for create/delete points
       slub: Add method to verify memory is not freed

Christoph Lameter (2):
       slab, slub, slob: Unify alignment definition
       slab allocators: Provide generic description of alignment defines

Eric Dumazet (1):
       slab: shrink sizeof(struct kmem_cache)

Hugh Dickins (1):
       slab: fix DEBUG_SLAB build

Marcin Slusarz (1):
       slub: reduce overhead of slub_debug

Pekka Enberg (1):
       SLUB: Fix missing <linux/stacktrace.h> include

Steven Rostedt (1):
       slob/lockdep: Fix gfp flags passed to lockdep

Tetsuo Handa (1):
       slab: fix DEBUG_SLAB warning

  include/linux/slab.h     |   20 +++++++++
  include/linux/slab_def.h |   52 ++++++-----------------
  include/linux/slob_def.h |   10 ----
  include/linux/slub_def.h |   23 ++++++----
  mm/slab.c                |   17 ++++----
  mm/slob.c                |    6 +++
  mm/slub.c                |  105 +++++++++++++++++++++++++++++++++++++++++++++-
  7 files changed, 164 insertions(+), 69 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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

             reply	other threads:[~2011-07-22  8:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-22  8:08 Pekka Enberg [this message]
2011-07-25  6:55 ` Eric Dumazet
2011-07-28 10:40   ` Pekka Enberg
2011-07-28 10:04 ` Pekka Enberg
2011-07-28 13:47   ` Christoph Lameter
2011-07-28 22:22   ` David Rientjes
2011-07-29 15:24     ` Christoph Lameter
2011-07-31 16:12       ` Pekka Enberg

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=alpine.DEB.2.00.1107221108190.2996@tiger \
    --to=penberg@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=torvalds@linux-foundation.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox