public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 00/19] mutex subsystem, -V11
@ 2006-01-03 10:06 Ingo Molnar
  2006-01-03 15:07 ` David Howells
  2006-01-03 15:55 ` David Howells
  0 siblings, 2 replies; 8+ messages in thread
From: Ingo Molnar @ 2006-01-03 10:06 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 -V11 of the generic mutex subsystem, against v2.6.15.
It consists of the following 19 patches:

  add-atomic-xchg.patch
  add-function-typecheck.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

  sem2mutex-xfs.patch
  sem2mutex-vfs-i-sem.patch
  sem2mutex-vfs-i-sem-more.patch
  sem2mutex-simple-ones.patch

  sem2completion-sx8.patch
  sem2completion-cpu5wdt.patch
  sem2completion-ide-gendev.patch
  sem2completion-loop.patch

the patches should work fine on every Linux architecture. They can also 
be downloaded from:

  http://redhat.com/~mingo/generic-mutex-subsystem/

Changes since -V10:

  38 files changed, 99 insertions(+), 94 deletions(-)

- export mutex_trylock() too (reported by Antti Salmela)

- fixed attribution From: lines

- finished the i_sem -> i_mutex conversion: fixed up all affected 
  documentation as well, and rarely used code. It builds fine under
  allyesconfig.

- DECLARE_MUTEX -> DEFINE_MUTEX in cpufreq

- small cleanups

	Ingo

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

end of thread, other threads:[~2006-01-05 16:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-03 10:06 [patch 00/19] mutex subsystem, -V11 Ingo Molnar
2006-01-03 15:07 ` David Howells
2006-01-03 15:14   ` Arjan van de Ven
2006-01-05 13:44     ` David Howells
2006-01-05 16:48       ` Linus Torvalds
2006-01-03 15:55 ` David Howells
2006-01-03 15:58   ` Ingo Molnar
2006-01-03 16:16     ` [PATCH] Add synchronisation primitive testing module David Howells

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