public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 00/10] mutex subsystem, -V5
@ 2005-12-22 15:37 Ingo Molnar
  2005-12-22 16:36 ` Nicolas Pitre
  2005-12-22 17:14 ` Steven Rostedt
  0 siblings, 2 replies; 11+ messages in thread
From: Ingo Molnar @ 2005-12-22 15:37 UTC (permalink / raw)
  To: lkml
  Cc: Linus Torvalds, Andrew Morton, Arjan van de Ven, Nicolas Pitre,
	Jes Sorensen, Zwane Mwaikambo, Oleg Nesterov, David Howells,
	Alan Cox, Benjamin LaHaise, Steven Rostedt, Christoph Hellwig,
	Andi Kleen, Russell King

this is verion -V5 of the generic mutex subsystem. It consists of the 
following patches:

  add-atomic-xchg.patch
  add-atomic-call-func-i386.patch
  add-atomic-call-func-x86_64.patch
  add-atomic-call-wrappers-rest.patch
  mutex-core.patch
  mutex-docs.patch
  mutex-switch-arm-to-xchg.patch
  mutex-debug.patch
  mutex-debug-more.patch
  xfs-mutex-namespace-collision-fix.patch

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

Changes since -V4:

 26 files changed, 255 insertions(+), 104 deletions(-)

- added Documentation/mutex-design.txt, suggested by Andrew Morton.

- removed __ARCH_WANT_XCHG_BASED_ATOMICS and implemented
  CONFIG_MUTEX_XCHG_ALGORITHM instead, based on comments from
  Christoph Hellwig.

- updated ARM to use CONFIG_MUTEX_XCHG_ALGORITHM.

- added mutex_destroy(), suggested by Christoph Hellwig.

- added queue-secondary-waiters-as-LIFO, suggested by Nick Piggin.

- mutex.h: include file ordering fix (Christoph Hellwig).

- mutex.h: comment fix (Christoph Hellwig).

- mutex.c: smaller cleanups

	Ingo

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-12-22 23:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-22 15:37 [patch 00/10] mutex subsystem, -V5 Ingo Molnar
2005-12-22 16:36 ` Nicolas Pitre
2005-12-22 17:44   ` Linus Torvalds
2005-12-22 18:12     ` Christoph Lameter
2005-12-22 18:34       ` Nicolas Pitre
2005-12-22 21:39       ` Ingo Molnar
2005-12-22 21:52         ` Nicolas Pitre
2005-12-22 21:54         ` Christoph Lameter
2005-12-22 22:04     ` Arjan van de Ven
2005-12-22 23:10       ` Ingo Molnar
2005-12-22 17:14 ` Steven Rostedt

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