linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] MCE handler for POWER9
@ 2017-02-28  2:00 Nicholas Piggin
  2017-02-28  2:00 ` [PATCH 1/3] powerpc/64s: fix handling of non-synchronous machine checks Nicholas Piggin
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Nicholas Piggin @ 2017-02-28  2:00 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Nicholas Piggin, Michael Ellerman, Mahesh Salgaonkar

Hi,

This is a minimal implementation of the POWER9 MCE handler that
should be suitable for backport if necessary.

Moving this to firmware may be the right long term solution, but
we need a P9 Linux handler for existing kernels and firmwares.

Thanks,
Nick

Nicholas Piggin (3):
  powerpc/64s: fix handling of non-synchronous machine checks
  powerpc/64s: allow machine check handler to set severity and initiator
  powerpc/64s: POWER9 machine check handler

 arch/powerpc/include/asm/bitops.h     |   4 +
 arch/powerpc/include/asm/mce.h        | 108 +++++++++++++++-
 arch/powerpc/kernel/cputable.c        |   3 +
 arch/powerpc/kernel/mce.c             |  88 ++++++++++++-
 arch/powerpc/kernel/mce_power.c       | 237 ++++++++++++++++++++++++++++++++++
 arch/powerpc/platforms/powernv/opal.c |  21 +--
 6 files changed, 443 insertions(+), 18 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-03-14 11:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-28  2:00 [PATCH 0/3 v2] MCE handler for POWER9 Nicholas Piggin
2017-02-28  2:00 ` [PATCH 1/3] powerpc/64s: fix handling of non-synchronous machine checks Nicholas Piggin
2017-02-28  5:57   ` Mahesh Jagannath Salgaonkar
2017-02-28  8:43     ` Nicholas Piggin
2017-03-14 11:45   ` [1/3] " Michael Ellerman
2017-02-28  2:00 ` [PATCH 2/3] powerpc/64s: allow machine check handler to set severity and initiator Nicholas Piggin
2017-02-28  2:00 ` [PATCH 3/3] powerpc/64s: POWER9 machine check handler Nicholas Piggin
2017-02-28  7:07   ` Mahesh Jagannath Salgaonkar
2017-03-09  5:35     ` Nicholas Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).