linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] idle fixes and changes for POWER8 and POWER9
@ 2017-04-19 13:05 Nicholas Piggin
  2017-04-19 13:05 ` [PATCH 1/9] powerpc/64s: Remove unnecessary relocation branch from idle handler Nicholas Piggin
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Nicholas Piggin @ 2017-04-19 13:05 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Nicholas Piggin

Since last posting:

- accounted for some minor omments
- improved changelogs
- updated to powerpc next which includes Gautham's idle changes.
- Fixed CONFIG_RELOCATABLE build with the new patch 1.
- Also added the last patch which simplifies the DD1 workaround,
  which is possible with HSPRG0 wakeup differences removed.

Nicholas Piggin (9):
  powerpc/64s: Remove unnecessary relocation branch from idle handler
  powerpc/64s: move remaining system reset idle code into idle_book3s.S
  powerpc/64s: stop using bit in HSPRG0 to test winkle
  powerpc/64s: use alternative feature patching
  powerpc/64s: fix POWER9 machine check handler from stop state
  powerpc/64s: idle expand core idle state bits
  powerpc/64s: idle do not hold reservation longer than required
  powerpc/64s: idle POWER8 avoid full state loss recovery where possible
  powerpc/64s: Simplify POWER9 DD1 idle workaround code

 arch/powerpc/include/asm/cpuidle.h        |  32 +++-
 arch/powerpc/include/asm/exception-64s.h  |  21 +--
 arch/powerpc/include/asm/feature-fixups.h |   3 +
 arch/powerpc/include/asm/reg.h            |   1 +
 arch/powerpc/kernel/exceptions-64s.S      | 122 ++++++--------
 arch/powerpc/kernel/idle_book3s.S         | 260 ++++++++++++++++++++++--------
 arch/powerpc/platforms/powernv/idle.c     |  13 --
 7 files changed, 270 insertions(+), 182 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-04-23 11:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19 13:05 [PATCH v2 0/9] idle fixes and changes for POWER8 and POWER9 Nicholas Piggin
2017-04-19 13:05 ` [PATCH 1/9] powerpc/64s: Remove unnecessary relocation branch from idle handler Nicholas Piggin
2017-04-23 11:53   ` [1/9] " Michael Ellerman
2017-04-19 13:05 ` [PATCH 2/9] powerpc/64s: move remaining system reset idle code into idle_book3s.S Nicholas Piggin
2017-04-19 13:05 ` [PATCH 3/9] powerpc/64s: stop using bit in HSPRG0 to test winkle Nicholas Piggin
2017-04-19 13:05 ` [PATCH 4/9] powerpc/64s: use alternative feature patching Nicholas Piggin
2017-04-19 13:05 ` [PATCH 5/9] powerpc/64s: fix POWER9 machine check handler from stop state Nicholas Piggin
2017-04-19 13:05 ` [PATCH 6/9] powerpc/64s: idle expand core idle state bits Nicholas Piggin
2017-04-19 13:05 ` [PATCH 7/9] powerpc/64s: idle do not hold reservation longer than required Nicholas Piggin
2017-04-19 13:05 ` [PATCH 8/9] powerpc/64s: idle POWER8 avoid full state loss recovery where possible Nicholas Piggin
2017-04-19 13:05 ` [PATCH 9/9] powerpc/64s: Simplify POWER9 DD1 idle workaround code 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).