All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] arm64: acpi: apei: handle SEI notification type for ARMv8
@ 2017-03-08  4:09 ` Xie XiuQi
  0 siblings, 0 replies; 20+ messages in thread
From: Xie XiuQi @ 2017-03-08  4:09 UTC (permalink / raw)
  To: james.morse, marc.zyngier, fu.wei, catalin.marinas, will.deacon,
	zjzhang, wangkefeng.wang, zhengqiang10, wangxiongfeng2,
	shiju.jose
  Cc: Xie XiuQi, linux-kernel, linux-acpi, hanjun.guo, guohanjun,
	linux-arm-kernel

ARM APEI extension proposal added SEI (asynchronous SError interrupt)
notification type for ARMv8.

Add a new GHES error source handling function for SEI. In firmware
first mode, if an error source's notification type is SEI. Then GHES
could parse and report the detail error information.

This series is based on Tyler's series "[PATCH V12 00/10] Add UEFI 2.6 and ACPI 6.1 updates
for RAS on ARM64" and the latest mainline.

v2: add kvm guest SEI notification support
    add nmi_{entry, exit} to protect ghes_notify_sei

Xie XiuQi (3):
  arm64: RAS: add ras extension runtime detection
  acpi: apei: handle SEI notification type for ARMv8
  arm64: KVM: add guest SEI support

 arch/arm64/include/asm/cpucaps.h     |  3 +-
 arch/arm64/include/asm/sysreg.h      |  2 ++
 arch/arm64/include/asm/system_misc.h |  1 +
 arch/arm64/kernel/cpufeature.c       | 11 +++++++
 arch/arm64/kernel/traps.c            | 31 +++++++++++++++++++
 arch/arm64/kvm/handle_exit.c         | 22 ++++++++++++--
 drivers/acpi/apei/Kconfig            | 14 +++++++++
 drivers/acpi/apei/ghes.c             | 58 +++++++++++++++++++++++++++++++++++-
 include/acpi/ghes.h                  |  1 +
 9 files changed, 139 insertions(+), 4 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-03-20 13:56 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-08  4:09 [PATCH v2 0/3] arm64: acpi: apei: handle SEI notification type for ARMv8 Xie XiuQi
2017-03-08  4:09 ` Xie XiuQi
2017-03-08  4:09 ` Xie XiuQi
2017-03-08  4:09 ` [PATCH v2 1/3] arm64: RAS: add ras extension runtime detection Xie XiuQi
2017-03-08  4:09   ` Xie XiuQi
2017-03-08  4:09   ` Xie XiuQi
2017-03-08  4:09 ` [PATCH v2 2/3] acpi: apei: handle SEI notification type for ARMv8 Xie XiuQi
2017-03-08  4:09   ` Xie XiuQi
2017-03-08  4:09   ` Xie XiuQi
2017-03-08  4:09 ` [PATCH v2 3/3] arm64: KVM: add guest SEI support Xie XiuQi
2017-03-08  4:09   ` Xie XiuQi
2017-03-08  4:09   ` Xie XiuQi
2017-03-14  9:45   ` James Morse
2017-03-14  9:45     ` James Morse
2017-03-20  7:48     ` Xie XiuQi
2017-03-20  7:48       ` Xie XiuQi
2017-03-20  7:48       ` Xie XiuQi
2017-03-20 13:44       ` James Morse
2017-03-20 13:44         ` James Morse
2017-03-20 13:44         ` James Morse

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.