linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] powerpc/booke64: add core support for KVM
@ 2012-08-06 13:27 Mihai Caraman
  2012-08-06 13:27 ` [PATCH 1/6] powerpc/booke64: fix machine check handler to use the right prolog Mihai Caraman
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Mihai Caraman @ 2012-08-06 13:27 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Mihai Caraman, kvm, kvm-ppc

These patches add core support for KVM on 64-bit Book3E PowerPC, mainly
integrating the DO_KVM macro. KVM arch specific patches will follow shortly.

Mihai Caraman (6):
  powerpc/booke64: fix machine check handler to use the right prolog
  powerpc/booke64: use GSRR registers in Guest Doorbell interrupts
  powerpc/booke64: add DO_KVM kernel hooks
  powerpc/booke64: remove mfspr srr1 duplicate in exception prolog
  powerpc/booke64: use SPRG0/3 scratch for bolted TLB miss & crit int
  powerpc/booke64: restore VDSO information on critical exception

 arch/powerpc/include/asm/exception-64e.h |    6 +-
 arch/powerpc/include/asm/paca.h          |    3 +
 arch/powerpc/include/asm/reg.h           |    6 +-
 arch/powerpc/kernel/asm-offsets.c        |    1 +
 arch/powerpc/kernel/exceptions-64e.S     |  194 +++++++++++++++++++-----------
 arch/powerpc/kernel/vdso.c               |    2 +
 arch/powerpc/mm/tlb_low_64e.S            |   18 ++-
 7 files changed, 151 insertions(+), 79 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2012-09-05  5:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-06 13:27 [PATCH 0/6] powerpc/booke64: add core support for KVM Mihai Caraman
2012-08-06 13:27 ` [PATCH 1/6] powerpc/booke64: fix machine check handler to use the right prolog Mihai Caraman
2012-08-06 13:27 ` [PATCH 2/6] powerpc/booke64: use GSRR registers in Guest Doorbell interrupts Mihai Caraman
2012-08-06 13:27 ` [PATCH 3/6] powerpc/booke64: add DO_KVM kernel hooks Mihai Caraman
2012-08-06 13:27 ` [PATCH 4/6] powerpc/booke64: remove mfspr srr1 duplicate in exception prolog Mihai Caraman
2012-08-06 13:27 ` [PATCH 5/6] powerpc/booke64: use SPRG0/3 scratch for bolted TLB miss & crit int Mihai Caraman
2012-08-06 13:27 ` [PATCH 6/6] powerpc/booke64: restore VDSO information on critical exception Mihai Caraman
2012-09-05  5:38   ` Benjamin Herrenschmidt

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