All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/2] powerpc/64s: reimplement book3s idle code in C
@ 2019-04-28 11:45 ` Nicholas Piggin
  0 siblings, 0 replies; 10+ messages in thread
From: Nicholas Piggin @ 2019-04-28 11:45 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Gautham R . Shenoy, kvm-ppc, Nicholas Piggin

The KVM code is in better shape now, survives various testing I came
up with, so should be ready for more review.

I won't post it again with the KVM part split out unless significant
changes are required there. As explained in the comments for patch 1,
the split results in some intermediate KVM issues, but the split is
supposed to make KVM review easier.

Gautham I left your review tag, quite a lot of KVM changes since he
reviewed it, but non-KVM patch is not much different. Let me know if
I should drop it. 

Thanks,
Nick

Nicholas Piggin (2):
  powerpc/64s: reimplement book3s idle code in C
  powerpc/64s: KVM update for reimplement book3s idle code in C

 arch/powerpc/include/asm/cpuidle.h       |   19 +-
 arch/powerpc/include/asm/paca.h          |   40 +-
 arch/powerpc/include/asm/processor.h     |    9 +-
 arch/powerpc/include/asm/reg.h           |    8 +-
 arch/powerpc/kernel/asm-offsets.c        |   18 -
 arch/powerpc/kernel/exceptions-64s.S     |   23 +-
 arch/powerpc/kernel/idle_book3s.S        | 1099 +++-------------------
 arch/powerpc/kernel/setup-common.c       |    4 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S  |  118 ++-
 arch/powerpc/platforms/powernv/idle.c    |  902 ++++++++++++++----
 arch/powerpc/platforms/powernv/subcore.c |    2 +-
 arch/powerpc/xmon/xmon.c                 |   24 +-
 12 files changed, 1009 insertions(+), 1257 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-05-16  4:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-28 11:45 [PATCH v10 0/2] powerpc/64s: reimplement book3s idle code in C Nicholas Piggin
2019-04-28 11:45 ` Nicholas Piggin
2019-04-28 11:45 ` [PATCH v10 1/2] " Nicholas Piggin
2019-04-28 11:45   ` Nicholas Piggin
2019-04-28 11:45 ` [PATCH v10 2/2] powerpc/64s: KVM update for " Nicholas Piggin
2019-04-28 11:45   ` Nicholas Piggin
2019-05-13  6:42   ` Paul Mackerras
2019-05-13  6:42     ` Paul Mackerras
2019-05-16  4:43     ` Nicholas Piggin
2019-05-16  4:43       ` Nicholas Piggin

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.