[git pull] more SLUB updates for 2.6.25

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christoph Lameter
Date: Thursday, February 7, 2008 - 7:13 pm

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(-)

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git pull] more SLUB updates for 2.6.25, Christoph Lameter, (Thu Feb 7, 7:13 pm)
Re: [git pull] more SLUB updates for 2.6.25, Nick Piggin, (Fri Feb 8, 12:12 am)
Re: [git pull] more SLUB updates for 2.6.25, Eric Dumazet, (Fri Feb 8, 12:29 am)
Re: [git pull] more SLUB updates for 2.6.25, Nick Piggin, (Fri Feb 8, 1:08 am)
Re: [git pull] more SLUB updates for 2.6.25, Christoph Lameter, (Fri Feb 8, 1:10 am)
Re: [git pull] more SLUB updates for 2.6.25, Andi Kleen, (Fri Feb 8, 7:58 am)
Re: [git pull] more SLUB updates for 2.6.25, Eric Dumazet, (Sat Feb 9, 4:25 am)