public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] locking/qrwlock: More optimizations in qrwlock
@ 2015-06-15 22:24 Waiman Long
  2015-06-15 22:24 ` Waiman Long
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Waiman Long @ 2015-06-15 22:24 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnd Bergmann
  Cc: linux-arch, linux-kernel, Will Deacon, Scott J Norton,
	Douglas Hatch, Waiman Long

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 for 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      |   42 +++++++++++++++++++++++++++++++---------
 2 files changed, 34 insertions(+), 12 deletions(-)

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 22:24 [PATCH v3 0/2] locking/qrwlock: More optimizations in qrwlock Waiman Long
2015-06-15 22:24 ` Waiman Long
2015-06-15 22:24 ` [PATCH v3 1/2] locking/qrwlock: Better optimization for interrupt context readers Waiman Long
2015-06-15 22:24   ` Waiman Long
2015-06-16 12:17   ` Will Deacon
2015-06-18  1:30     ` Waiman Long
2015-06-15 22:24 ` [PATCH v3 2/2] locking/qrwlock: Don't contend with readers when setting _QW_WAITING Waiman Long
2015-06-15 22:24   ` Waiman Long
2015-06-16 18:02   ` Will Deacon
2015-06-18  1:33     ` Waiman Long
2015-06-18 12:40       ` Will Deacon
2015-06-18 22:14         ` Waiman Long

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