All of lore.kernel.org
 help / color / mirror / Atom feed
* [[PATCH v3] 0/4] xen/arm: SMCCC fixup and improvement
@ 2018-10-01 12:46 Julien Grall
  2018-10-01 12:46 ` [[PATCH v3] 1/4] xen/arm: add SMC wrapper that is compatible with SMCCC v1.0 Julien Grall
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Julien Grall @ 2018-10-01 12:46 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, sstabellini, volodymyr_babchuk

Hi all,

This patch series contains fixup and improvement for the SMCCC subsystem.

Cheers,

Julien Grall (3):
  xen/arm: cpufeature: Add helper to check constant caps
  xen/arm: smccc: Add wrapper to automatically select the calling
    convention
  xen/arm: Replace call_smc with arm_smccc_smc

Volodymyr Babchuk (1):
  xen/arm: add SMC wrapper that is compatible with SMCCC v1.0

 xen/arch/arm/Makefile            |  1 -
 xen/arch/arm/arm64/Makefile      |  1 +
 xen/arch/arm/arm64/asm-offsets.c |  5 ++++
 xen/arch/arm/arm64/smc.S         | 32 +++++++++++++++++++++
 xen/arch/arm/platforms/exynos5.c |  3 +-
 xen/arch/arm/platforms/seattle.c |  4 +--
 xen/arch/arm/psci.c              | 41 ++++++++++++++++++--------
 xen/arch/arm/smc.S               | 21 --------------
 xen/include/asm-arm/cpufeature.h | 15 +++++++++-
 xen/include/asm-arm/processor.h  |  3 --
 xen/include/asm-arm/smccc.h      | 62 +++++++++++++++++++++++++++++++++++++++-
 11 files changed, 146 insertions(+), 42 deletions(-)
 create mode 100644 xen/arch/arm/arm64/smc.S
 delete mode 100644 xen/arch/arm/smc.S

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-10-01 20:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01 12:46 [[PATCH v3] 0/4] xen/arm: SMCCC fixup and improvement Julien Grall
2018-10-01 12:46 ` [[PATCH v3] 1/4] xen/arm: add SMC wrapper that is compatible with SMCCC v1.0 Julien Grall
2018-10-01 12:46 ` [[PATCH v3] 2/4] xen/arm: cpufeature: Add helper to check constant caps Julien Grall
2018-10-01 19:59   ` Stefano Stabellini
2018-10-01 12:46 ` [[PATCH v3] 3/4] xen/arm: smccc: Add wrapper to automatically select the calling convention Julien Grall
2018-10-01 12:46 ` [[PATCH v3] 4/4] xen/arm: Replace call_smc with arm_smccc_smc Julien Grall
2018-10-01 13:11   ` Andrew Cooper
2018-10-01 13:33     ` Julien Grall
2018-10-01 13:13   ` Julien Grall
2018-10-01 20:01   ` Stefano Stabellini
2018-10-01 20:52     ` Stefano Stabellini
2018-10-01 20:57       ` Julien Grall

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.