All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5][RT] [GIT PULL] rt: Port of Lai Jiangshan's rt patch
@ 2011-01-11  3:53 Steven Rostedt
  2011-01-11  3:53 ` [PATCH 1/5][RT] rtmutex: Only save lock depth once in spin_slowlock Steven Rostedt
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Steven Rostedt @ 2011-01-11  3:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: Thomas Gleixner, Ingo Molnar, Lai Jiangshan, Peter Zijlstra

Thomas,

I finally got Lai's patch to a point that I'm happy with it.
The first 4 patches are clean ups to help in applying Lai's patch
at the end.

I've tested this patch series by running dbench 100 in a loop
and it crashes as much as mainline 2.6.33 does ;-) so I'm pretty
happy with it.

The following patches are in:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-rt.git

    branch: rt/tip/rt/devel


Lai Jiangshan (1):
      rtmutex: Ensure only the top waiter or higher priority task can take the lock

Steven Rostedt (4):
      rtmutex: Only save lock depth once in spin_slowlock
      rtmutex: Try to take lock early in rt_spin_lock_slowlock()
      rtmutex: Revert Optimize rt lock wakeup
      rtmutex: Fix comment about why new_owner can be NULL in wake_futex_pi()

----
 kernel/futex.c          |   20 +-
 kernel/rt.c             |   10 +-
 kernel/rtmutex-debug.c  |    1 -
 kernel/rtmutex.c        |  478 ++++++++++++++++++-----------------------------
 kernel/rtmutex_common.h |   18 +--
 5 files changed, 204 insertions(+), 323 deletions(-)


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

end of thread, other threads:[~2011-01-11  8:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11  3:53 [PATCH 0/5][RT] [GIT PULL] rt: Port of Lai Jiangshan's rt patch Steven Rostedt
2011-01-11  3:53 ` [PATCH 1/5][RT] rtmutex: Only save lock depth once in spin_slowlock Steven Rostedt
2011-01-11  3:53 ` [PATCH 2/5][RT] rtmutex: Try to take lock early in rt_spin_lock_slowlock() Steven Rostedt
2011-01-11  3:53 ` [PATCH 3/5][RT] rtmutex: Revert Optimize rt lock wakeup Steven Rostedt
2011-01-11  3:53 ` [PATCH 4/5][RT] rtmutex: Fix comment about why new_owner can be NULL in wake_futex_pi() Steven Rostedt
2011-01-11  3:54 ` [PATCH 5/5][RT] rtmutex: Ensure only the top waiter or higher priority task can take the lock Steven Rostedt
2011-01-11  8:24 ` [PATCH 0/5][RT] [GIT PULL] rt: Port of Lai Jiangshan's rt patch Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.