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


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to