All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] xen/arm: implement smp_call_function
@ 2013-04-16 13:38 Julien Grall
  2013-04-16 13:38 ` [PATCH V2 1/2] xen/arm: gic_disable_cpu must be called with interrupts disabled Julien Grall
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Julien Grall @ 2013-04-16 13:38 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, Ian.Campbell, Stefano.Stabellini

This patch series can be applied on top of Ian's patch series "arm: host SMP support"

The first patch fixes an issue on SMP board when smp_call_function is
implemented.
The second patch implements the function.

Changes since V1:
  - Move smp_call_function and on_selected_cpus in the common part
  - Use spin_lock instead of spin_lock_irqsave in patch 1

Julien Grall (2):
  xen/arm: gic_disable_cpu must be called with interrupts disabled
  xen/arm: implement smp_call_function

 xen/arch/arm/gic.c            |    9 +++-
 xen/arch/arm/smp.c            |   11 ++---
 xen/arch/x86/smp.c            |   88 +++-----------------------------------
 xen/common/Makefile           |    1 +
 xen/common/smp.c              |   94 +++++++++++++++++++++++++++++++++++++++++
 xen/include/asm-arm/gic.h     |    1 +
 xen/include/asm-x86/hardirq.h |    1 +
 xen/include/xen/smp.h         |    7 +++
 8 files changed, 120 insertions(+), 92 deletions(-)
 create mode 100644 xen/common/smp.c

-- 
1.7.10.4

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

end of thread, other threads:[~2013-05-10 14:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-16 13:38 [PATCH V2 0/2] xen/arm: implement smp_call_function Julien Grall
2013-04-16 13:38 ` [PATCH V2 1/2] xen/arm: gic_disable_cpu must be called with interrupts disabled Julien Grall
2013-04-16 14:16   ` Ian Campbell
2013-05-01 11:55   ` Ian Campbell
2013-05-01 12:25     ` Julien Grall
2013-05-10 14:22       ` Ian Campbell
2013-04-16 13:38 ` [PATCH V2 2/2] xen/arm: implement smp_call_function Julien Grall
2013-04-16 14:20   ` Ian Campbell
2013-05-03 20:27   ` Keir Fraser
2013-04-22 11:44 ` [PATCH V2 0/2] " Ian Campbell
2013-04-30 15:42   ` Ian Campbell

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.