All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xen/arm32: Use alternative to skip the check of pending serrors
@ 2017-03-16  9:53 Wei Chen
  2017-03-16  9:53 ` [PATCH 1/2] xen/arm32: Introduce alternative runtime patching Wei Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Wei Chen @ 2017-03-16  9:53 UTC (permalink / raw)
  To: xen-devel; +Cc: sstabellini, wei.chen, steve.capper, Kaly.Xin, julien.grall, nd

We have provided an option to administrator to determine how to
handle the SErrors. In order to avoid add overhead to check the
option at every trap, we want to use the alternative to skip
this check.

In this series:
1. Introduce alternative patching support for ARM32.
2. Update the ARM32 SErrors handle code to use the alternative.

---
This series is the follow-up of the
"Provide a command line option to choose how to handle "
https://lists.xen.org/archives/html/xen-devel/2017-03/msg01423.html

Wei Chen (2):
  xen/arm32: Introduce alternative runtime patching
  xen/arm32: Use alternative to skip the check of pending serrors

 xen/arch/arm/Kconfig             |  2 +-
 xen/arch/arm/arm32/Makefile      |  1 +
 xen/arch/arm/arm32/entry.S       | 27 ++++-------
 xen/arch/arm/arm32/insn.c        | 99 ++++++++++++++++++++++++++++++++++++++++
 xen/common/livepatch.c           |  1 +
 xen/include/asm-arm/arm32/insn.h | 57 +++++++++++++++++++++++
 xen/include/asm-arm/insn.h       |  2 +
 7 files changed, 170 insertions(+), 19 deletions(-)
 create mode 100644 xen/arch/arm/arm32/insn.c
 create mode 100644 xen/include/asm-arm/arm32/insn.h

-- 
2.7.4


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

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

end of thread, other threads:[~2017-03-27  9:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16  9:53 [PATCH 0/2] xen/arm32: Use alternative to skip the check of pending serrors Wei Chen
2017-03-16  9:53 ` [PATCH 1/2] xen/arm32: Introduce alternative runtime patching Wei Chen
2017-03-16 15:12   ` Julien Grall
2017-03-17  6:35     ` Wei Chen
2017-03-24 10:48       ` Julien Grall
2017-03-27  9:22         ` Wei Chen
2017-03-17 14:34   ` Konrad Rzeszutek Wilk
2017-03-20  6:45     ` Wei Chen
2017-03-21 13:31       ` Konrad Rzeszutek Wilk
2017-03-16  9:53 ` [PATCH 2/2] xen/arm32: Use alternative to skip the check of pending serrors Wei Chen
2017-03-16 14:01   ` Julien Grall
2017-03-17  5:50     ` Wei Chen
2017-03-16 15:15 ` [PATCH 0/2] " Julien Grall
2017-03-20 22:08   ` Stefano Stabellini

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.