All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] powerpc/pseries: IPI doorbell improvements
@ 2020-06-30 11:50 ` Nicholas Piggin
  0 siblings, 0 replies; 12+ messages in thread
From: Nicholas Piggin @ 2020-06-30 11:50 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: kvm-ppc, Nicholas Piggin, Paul Mackerras, Cédric Le Goater,
	Anton Blanchard, David Gibson

Since v1:
- Fixed SMP compile error.
- Fixed EPAPR / KVM_GUEST breakage.
- Expanded patch 3 changelog a bit.

Thanks,
Nick

Nicholas Piggin (3):
  powerpc: inline doorbell sending functions
  powerpc/pseries: Use doorbells even if XIVE is available
  powerpc/pseries: Add KVM guest doorbell restrictions

 arch/powerpc/include/asm/dbell.h     | 63 ++++++++++++++++++++++++++--
 arch/powerpc/include/asm/firmware.h  |  6 +++
 arch/powerpc/include/asm/kvm_para.h  | 26 ++----------
 arch/powerpc/kernel/Makefile         |  5 +--
 arch/powerpc/kernel/dbell.c          | 55 ------------------------
 arch/powerpc/kernel/firmware.c       | 19 +++++++++
 arch/powerpc/platforms/pseries/smp.c | 62 +++++++++++++++++++--------
 7 files changed, 134 insertions(+), 102 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2020-07-23 18:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 11:50 [PATCH v2 0/3] powerpc/pseries: IPI doorbell improvements Nicholas Piggin
2020-06-30 11:50 ` Nicholas Piggin
2020-06-30 11:50 ` [PATCH v2 1/3] powerpc: inline doorbell sending functions Nicholas Piggin
2020-06-30 11:50   ` Nicholas Piggin
2020-07-22  0:52   ` Michael Ellerman
2020-07-22  0:52     ` Michael Ellerman
2020-06-30 11:50 ` [PATCH v2 2/3] powerpc/pseries: Use doorbells even if XIVE is available Nicholas Piggin
2020-06-30 11:50   ` Nicholas Piggin
2020-06-30 11:50 ` [PATCH v2 3/3] powerpc/pseries: Add KVM guest doorbell restrictions Nicholas Piggin
2020-06-30 11:50   ` Nicholas Piggin
2020-07-23 17:18 ` [PATCH v2 0/3] powerpc/pseries: IPI doorbell improvements Cédric Le Goater
2020-07-23 17:18   ` Cédric Le Goater

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.