All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] locking/rwsem: __rwsem_mark_wake() improvements
@ 2016-08-05  8:04 Davidlohr Bueso
  2016-08-05  8:04 ` [PATCH 1/3] locking/rwsem: Return void in __rwsem_mark_wake() Davidlohr Bueso
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Davidlohr Bueso @ 2016-08-05  8:04 UTC (permalink / raw)
  To: peterz, mingo; +Cc: Waiman.Long, jason.low2, wanpeng.li, dave, linux-kernel

Hi,

Wanpeng recently reminded me of how horrible this function is, and we
are now in a position to improve it; see patch 3 for details.

Please consider for v4.9.

Thanks!

Davidlohr Bueso (3):
  locking/rwsem: Return void in __rwsem_mark_wake()
  locking/rwsem: Remove a few useless comments
  locking/rwsem: Scan the wait_list for readers only once

 kernel/locking/rwsem-xadd.c | 92 ++++++++++++++++++++-------------------------
 1 file changed, 41 insertions(+), 51 deletions(-)

-- 
2.6.6

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

end of thread, other threads:[~2016-08-18 13:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05  8:04 [PATCH 0/3] locking/rwsem: __rwsem_mark_wake() improvements Davidlohr Bueso
2016-08-05  8:04 ` [PATCH 1/3] locking/rwsem: Return void in __rwsem_mark_wake() Davidlohr Bueso
2016-08-18 11:00   ` [tip:locking/core] " tip-bot for Davidlohr Bueso
2016-08-18 13:41   ` tip-bot for Davidlohr Bueso
2016-08-05  8:04 ` [PATCH 2/3] locking/rwsem: Remove a few useless comments Davidlohr Bueso
2016-08-18 11:00   ` [tip:locking/core] " tip-bot for Davidlohr Bueso
2016-08-18 13:42   ` tip-bot for Davidlohr Bueso
2016-08-05  8:04 ` [PATCH 3/3] locking/rwsem: Scan the wait_list for readers only once Davidlohr Bueso
2016-08-06  6:05   ` Ingo Molnar
2016-08-08 16:37     ` Davidlohr Bueso
2016-08-18 11:01   ` [tip:locking/core] " tip-bot for Davidlohr Bueso
2016-08-18 13:42   ` tip-bot for Davidlohr Bueso

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.