Jeremy Fitzhardinge
aaca49642b
xen: use percpu interrupts for IPIs and VIRQs
...
IPIs and VIRQs are inherently per-cpu event types, so treat them as such:
- use a specific percpu irq_chip implementation, and
- handle them with handle_percpu_irq
This makes the path for delivering these interrupts more efficient
(no masking/unmasking, no locks), and it avoid problems with attempts
to migrate them.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Stable Kernel <stable@kernel.org>
2010-08-24 11:13:28 -07:00
..
2010-08-15 17:37:07 -07:00
2010-08-16 15:13:28 -06:00
2010-08-12 09:11:31 -07:00
2010-08-09 20:45:02 -07:00
2010-08-17 13:16:47 -06:00
2010-08-06 12:25:06 -07:00
2010-08-07 18:25:34 +02:00
2010-08-22 11:03:27 -07:00
2010-08-09 20:45:04 -07:00
2010-08-13 10:06:54 +02:00
2010-08-12 09:11:31 -07:00
2010-08-12 09:11:31 -07:00
2010-08-14 12:34:34 -07:00
2010-08-12 11:27:57 +02:00
2010-08-22 11:03:27 -07:00
2010-08-18 15:29:38 -07:00
2010-08-20 09:34:55 -07:00
2010-08-14 11:57:54 -07:00
2010-08-11 23:04:39 +09:30
2010-08-15 11:17:52 -07:00
2010-08-12 09:11:31 -07:00
2010-08-13 12:03:24 -07:00
2010-08-13 10:38:12 -07:00
2010-08-12 09:11:31 -07:00
2010-08-12 10:06:29 -07:00
2010-08-18 16:16:05 +10:00
2010-08-14 00:24:24 +02:00
2010-08-12 08:43:31 -07:00
2010-08-14 16:21:00 -07:00
2010-08-12 10:01:30 -07:00
2010-08-12 10:01:59 -07:00
2010-08-20 09:34:55 -07:00
2010-08-21 12:47:05 -07:00
2010-08-17 18:34:37 -07:00
2010-08-06 09:25:50 -06:00
2010-08-12 09:11:31 -07:00
2010-08-15 17:34:20 -07:00
2010-08-12 09:11:31 -07:00
2010-08-16 11:55:00 -04:00
2010-08-12 09:58:33 -07:00
2010-08-11 11:38:03 +01:00
2010-08-12 09:11:31 -07:00
2010-08-13 10:54:04 -07:00
2010-08-06 09:25:50 -06:00
2010-08-20 09:34:56 -07:00
2010-08-18 09:26:17 -07:00
2010-08-18 12:44:31 +10:00
2010-08-06 12:25:06 -07:00
2010-08-18 08:35:46 -04:00
2010-08-12 10:06:29 -07:00
2010-08-20 09:34:54 -07:00
2010-08-13 20:54:53 +00:00
2010-08-24 11:13:28 -07:00
2010-08-09 21:14:08 +02:00