linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH 0/5] power saving wakeup changes for POWER9 MCE
@ 2017-02-16 18:38 Nicholas Piggin
  2017-02-16 18:38 ` [PATCH 1/5] powerpc/64s: move remaining system reset idle code into idle_book3s.S Nicholas Piggin
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Nicholas Piggin @ 2017-02-16 18:38 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Nicholas Piggin

Hi,

This is not a bare minimum fix to get the MCE power saving wakeup
working for POWER9, but I had a couple of other things it ended on
top of which made things a bit simpler.

RFC only at this stage because it needs a bit more testing. It
seems to work in simulator though when constructing an MCE from
power save wakeup (whereas it crashes with mainline).

Thanks,
Nick

Nicholas Piggin (5):
  powerpc/64s: move remaining system reset idle code into idle_book3s.S
  powerpc/64: stop using bit in HSPRG0 to test winkle
  powerpc/64s: use alternative feature patching
  powerpc/64s: consolidate pnv_restore_hyp_resource into
    pnv_powersave_wakeup
  powerpc/64s: fix POWER9 machine check handler from stop state

 arch/powerpc/include/asm/exception-64s.h |  18 +----
 arch/powerpc/kernel/exceptions-64s.S     | 116 +++++++++++--------------------
 arch/powerpc/kernel/idle_book3s.S        |  76 ++++++++++----------
 arch/powerpc/platforms/powernv/idle.c    |  13 ----
 4 files changed, 81 insertions(+), 142 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-03-10 10:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-16 18:38 [RFC][PATCH 0/5] power saving wakeup changes for POWER9 MCE Nicholas Piggin
2017-02-16 18:38 ` [PATCH 1/5] powerpc/64s: move remaining system reset idle code into idle_book3s.S Nicholas Piggin
2017-02-28 11:40   ` Gautham R Shenoy
2017-02-16 18:38 ` [PATCH 2/5] powerpc/64: stop using bit in HSPRG0 to test winkle Nicholas Piggin
2017-02-28 15:08   ` Gautham R Shenoy
2017-02-28 15:36     ` Nicholas Piggin
2017-02-16 18:38 ` [PATCH 3/5] powerpc/64s: use alternative feature patching Nicholas Piggin
2017-02-28 15:12   ` Gautham R Shenoy
2017-02-16 18:39 ` [PATCH 4/5] powerpc/64s: consolidate pnv_restore_hyp_resource into pnv_powersave_wakeup Nicholas Piggin
2017-02-28 15:26   ` Gautham R Shenoy
2017-02-16 18:39 ` [PATCH 5/5] powerpc/64s: fix POWER9 machine check handler from stop state Nicholas Piggin
2017-02-28 17:15   ` Gautham R Shenoy
2017-03-08 12:19     ` Nicholas Piggin
2017-03-10 10:34       ` Gautham R Shenoy

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).