public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 00/13] mutex subsystem, -V9
@ 2005-12-29 21:03 Ingo Molnar
  0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2005-12-29 21:03 UTC (permalink / raw)
  To: lkml
  Cc: Linus Torvalds, Andrew Morton, Arjan van de Ven, Nicolas Pitre,
	Jes Sorensen, Al Viro, Oleg Nesterov, David Howells, Alan Cox,
	Christoph Hellwig, Andi Kleen, Russell King

this is version -V9 of the generic mutex subsystem. It consists of the 
following 13 patches:

  add-atomic-xchg.patch
  mutex-generic-asm-implementations.patch
  mutex-asm-mutex.h-i386.patch
  mutex-asm-mutex.h-x86_64.patch
  mutex-asm-mutex.h-arm.patch
  mutex-arch-mutex-h.patch
  mutex-core.patch
  mutex-docs.patch
  mutex-debug.patch
  mutex-debug-more.patch
  xfs-use-mutexes.patch
  vfs-i-sem-to-mutex.patch
  vfs-use-more-mutexes.patch

the patches are against Linus' latest GIT tree, and they should work 
fine on every Linux architecture.

i have tested all 5 mutex implementation variants under MUTEX_DEBUG_FULL 
on x86: native, -dec, -xchg, -null and debug.

Changes since -V8:

 93 files changed, 502 insertions(+), 500 deletions(-)

- ARMv6: __mutex_fastpath_trylock micro-optimization (Nicolas Pitre)

- asm-generic/mutex-xchg.h: better __mutex_fastpath_trylock 
  implementation (Nicolas Pitre)

- XFS: use mutexes directly (Jes Sorensen)

- experimental conversion of VFS: change i_sem to i_mutex (Jes Sorensen)

	Ingo

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-29 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-29 21:03 [patch 00/13] mutex subsystem, -V9 Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox