public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] locking/qrwlock: More optimizations in qrwlock
@ 2015-06-18  2:20 Waiman Long
  2015-06-18  2:20 ` [PATCH v4 1/2] locking/qrwlock: Better optimization for interrupt context readers Waiman Long
  2015-06-18  2:20 ` [PATCH v4 2/2] locking/qrwlock: Don't contend with readers when setting _QW_WAITING Waiman Long
  0 siblings, 2 replies; 4+ messages in thread
From: Waiman Long @ 2015-06-18  2:20 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnd Bergmann
  Cc: linux-arch, linux-kernel, Will Deacon, Scott J Norton,
	Douglas Hatch, Waiman Long

v3->v4:
 - Remove the unnecessary _QW_WMASK check in
   queue_read_lock_slowpath().

v2->v3:
 - Fix incorrect commit log message in patch 1.

v1->v2:
 - Add microbenchmark data for the second patch

This patch set contains 2 patches on qrwlock. The first one is to
optimize the interrupt context reader slowpath.  The second one is
to optimize the writer slowpath.

Waiman Long (2):
  locking/qrwlock: Better optimization for interrupt context readers
  locking/qrwlock: Don't contend with readers when setting _QW_WAITING

 include/asm-generic/qrwlock.h |    4 ++--
 kernel/locking/qrwlock.c      |   41 +++++++++++++++++++++++++++++++----------
 2 files changed, 33 insertions(+), 12 deletions(-)


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

end of thread, other threads:[~2015-06-18 12:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-18  2:20 [PATCH v4 0/2] locking/qrwlock: More optimizations in qrwlock Waiman Long
2015-06-18  2:20 ` [PATCH v4 1/2] locking/qrwlock: Better optimization for interrupt context readers Waiman Long
2015-06-18 12:41   ` Will Deacon
2015-06-18  2:20 ` [PATCH v4 2/2] locking/qrwlock: Don't contend with readers when setting _QW_WAITING Waiman Long

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