public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] RT: adaptive-lock enhancements
@ 2008-05-20 14:49 Gregory Haskins
  2008-05-20 14:49 ` [PATCH 1/5] optimize rt lock wakeup Gregory Haskins
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Gregory Haskins @ 2008-05-20 14:49 UTC (permalink / raw)
  To: mingo, tglx, rostedt, linux-rt-users
  Cc: linux-kernel, sdietrich, pmorreale, mkohari, ghaskins

Hi Ingo, Steven, Thomas,
  The following series are the scraps from adaptive-locks-v3 that have not yet
  been pulled into RT.  This series applies to 25.4-rt2.

  For the most part, this is the difference between adaptive-v3 and whats in
  the upstream tree, with the following exceptions:

  1) I have fixed an issue in the "optimize-wakeup" patch that went out in v3.
     There was a hunk left-over from when we applied adaptive to both spinlocks
     and mutexes.  We have since dropped mutexes, so that patch needed to be
     refactored to be correct.

  2) I have (for now) dropped the timeout feature.  It needs to be re-worked to
     apply to the current version of adaptive-locks that are in the tree.

  I also moved what was patch 6/8 in v3 to be first, because I believe it has
  the most potential of all the other patches to improve performance.

  I have performed some baseline analysis of these patches compared to
  25.4-rt2, which you can find here:

    ftp://ftp.novell.com/dev/ghaskins/25.4-rt2-adaptive-enhancements.pdf

  I only did hackbench runs for this round of testing, but you can see there is
  a small, but net-positive gain in the results.  I think the results are more
  profound for other benchmarks, but I didnt have the time to re-run them all
  yet.

  As always, comments/questions welcome.

  Regards,
   -Greg

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

end of thread, other threads:[~2008-05-24 14:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20 14:49 [PATCH 0/5] RT: adaptive-lock enhancements Gregory Haskins
2008-05-20 14:49 ` [PATCH 1/5] optimize rt lock wakeup Gregory Haskins
2008-05-20 14:49 ` [PATCH 2/5] sched: make task->oncpu available in all configurations Gregory Haskins
2008-05-20 14:49 ` [PATCH 3/5] rtmutex: use task->oncpu to save a call Gregory Haskins
2008-05-20 14:49 ` [PATCH 4/5] adjust pi_lock usage in wakeup Gregory Haskins
2008-05-20 14:49 ` [PATCH 5/5] remove the extra call to try_to_take_lock Gregory Haskins
2008-05-24  3:02   ` Steven Rostedt
2008-05-24  3:30     ` Gregory Haskins
2008-05-24 14:11       ` Peter W. Morreale

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