All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/2] (arm-soc for v3.10) arm: introduce psci_smp_ops
@ 2013-04-30 16:17 ` Stefano Stabellini
  0 siblings, 0 replies; 31+ messages in thread
From: Stefano Stabellini @ 2013-04-30 16:17 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,
this is the tenth version of the patch series to move virt_smp_ops out
of mach-virt and make it a generic set of reusable PSCI based smp_ops.
psci_smp_ops are preferred over the platform smp_ops.  The last patch
introduces smp_init.

Changes in v10:
- add include <linux/types.h> to mach/arch.h.



Jon Medhurst (1):
      ARM: Enable selection of SMP operations at boot time

Stefano Stabellini (1):
      arm: introduce psci_smp_ops

 arch/arm/include/asm/mach/arch.h |    5 ++
 arch/arm/include/asm/psci.h      |    9 ++++
 arch/arm/kernel/Makefile         |    5 ++-
 arch/arm/kernel/psci.c           |    7 +--
 arch/arm/kernel/psci_smp.c       |   90 ++++++++++++++++++++++++++++++++++++++
 arch/arm/kernel/setup.c          |    9 +++-
 arch/arm/mach-virt/Makefile      |    1 -
 arch/arm/mach-virt/platsmp.c     |   58 ------------------------
 arch/arm/mach-virt/virt.c        |    3 -
 9 files changed, 119 insertions(+), 68 deletions(-)
 create mode 100644 arch/arm/kernel/psci_smp.c
 delete mode 100644 arch/arm/mach-virt/platsmp.c


git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git 3.9-rc3-psci-ops-10-tag

Cheers,

Stefano

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

end of thread, other threads:[~2013-05-03  1:51 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 16:17 [PATCH v10 0/2] (arm-soc for v3.10) arm: introduce psci_smp_ops Stefano Stabellini
2013-04-30 16:17 ` Stefano Stabellini
2013-04-30 16:18 ` [PATCH v10 1/2] " Stefano Stabellini
2013-04-30 16:18   ` Stefano Stabellini
2013-04-30 16:18   ` Stefano Stabellini
2013-04-30 16:18 ` [PATCH v10 2/2] ARM: Enable selection of SMP operations at boot time Stefano Stabellini
2013-04-30 16:18   ` Stefano Stabellini
2013-04-30 16:18   ` Stefano Stabellini
2013-05-02 17:12 ` [PATCH v10 0/2] (arm-soc for v3.10) arm: introduce psci_smp_ops Stefano Stabellini
2013-05-02 17:12   ` Stefano Stabellini
2013-05-02 17:15   ` Will Deacon
2013-05-02 17:15     ` Will Deacon
2013-05-02 17:15     ` Will Deacon
2013-05-02 17:20     ` Stefano Stabellini
2013-05-02 17:20       ` Stefano Stabellini
2013-05-02 18:18       ` Russell King - ARM Linux
2013-05-02 18:18         ` Russell King - ARM Linux
2013-05-02 18:23         ` Stefano Stabellini
2013-05-02 18:23           ` Stefano Stabellini
2013-05-02 18:28       ` Russell King - ARM Linux
2013-05-02 18:28         ` Russell King - ARM Linux
2013-05-02 18:42         ` Stefano Stabellini
2013-05-02 18:42           ` Stefano Stabellini
2013-05-02 18:48           ` Russell King - ARM Linux
2013-05-02 18:48             ` Russell King - ARM Linux
2013-05-02 19:03             ` Arnd Bergmann
2013-05-02 19:03               ` Arnd Bergmann
2013-05-02 20:34               ` Olof Johansson
2013-05-02 20:34                 ` Olof Johansson
2013-05-03  1:51                 ` Rob Herring
2013-05-03  1:51                   ` Rob Herring

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.