public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch V3 0/3] Enable irqs when waiting for rwlocks
@ 2008-11-04 12:24 holt
  2008-11-04 12:24 ` [Patch V3 1/3] Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS holt
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: holt @ 2008-11-04 12:24 UTC (permalink / raw)
  To: linux-kernel, linux-ia64
  Cc: Petr Tesarik, Tony Ernst, Robin Holt, Peter Zijlstra, Ingo Molnar

New in V3:
 * Handle rearrangement of some arch's include/asm directories.

New in V2:
 * get rid of ugly #ifdef's in kernel/spinlock.h
 * convert __raw_{read|write}_lock_flags to an inline func

SGI has observed that on large systems, interrupts are not serviced for
a long period of time when waiting for a rwlock. The following patch
series re-enables irqs while waiting for the lock, resembling the code
which is already there for spinlocks.

I only made the ia64 version, because the patch adds some overhead to
the fast path. I assume there is currently no demand to have this for
other architectures, because the systems are not so large. Of course,
the possibility to implement raw_{read|write}_lock_flags for any
architecture is still there.

Robin Holt

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

end of thread, other threads:[~2009-01-08  1:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 12:24 [Patch V3 0/3] Enable irqs when waiting for rwlocks holt
2008-11-04 12:24 ` [Patch V3 1/3] Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS holt
2008-11-04 12:24 ` [Patch V3 2/3] Allow rwlocks to re-enable interrupts holt
2008-11-04 12:24 ` [Patch V3 3/3] ia64: implement interrupt-enabling rwlocks holt
2008-12-03  0:13 ` [Patch V3 0/3] Enable irqs when waiting for rwlocks Andrew Morton
2008-12-03 11:37   ` Robin Holt
2008-12-03 12:25     ` Peter Zijlstra
2008-12-03 12:36       ` Petr Tesarik
2008-12-03 12:44         ` Peter Zijlstra
2009-01-07 23:35 ` Andrew Morton
2009-01-08  0:05   ` Luck, Tony

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