summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c
AgeCommit message (Expand)Author
2012-07-11booke/bookehv: Add host crit-watchdog exception supportBharat Bhushan
2012-05-30KVM: PPC: booke: Added DECAR supportBharat Bhushan
2012-04-08KVM: PPC: Ignore unhalt request from kvm_vcpu_blockAlexander Graf
2012-04-08KVM: PPC: Pass EA to updating emulation opsAlexander Graf
2012-04-08KVM: PPC: Booke: only prepare to enter when we enterAlexander Graf
2012-04-08KVM: PPC: booke: Reinject performance monitor interruptsAlexander Graf
2012-04-08KVM: PPC: booke: expose good state on irq reinjectAlexander Graf
2012-04-08KVM: PPC: booke: Support perfmon interruptsAlexander Graf
2012-04-08KVM: PPC: booke: add GS documentation for program interruptAlexander Graf
2012-04-08KVM: PPC: booke: Readd debug abort code for machine checkAlexander Graf
2012-04-08KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1Alexander Graf
2012-04-08KVM: PPC: booke: rework rescheduling checksAlexander Graf
2012-04-08KVM: PPC: booke: deliver program int on emulation failureAlexander Graf
2012-04-08KVM: PPC: booke: remove leftover debuggingAlexander Graf
2012-04-08KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2Alexander Graf
2012-04-08KVM: PPC: e500mc: implicitly set MSR_GSAlexander Graf
2012-04-08KVM: PPC: e500mc: Add doorbell emulation supportAlexander Graf
2012-04-08KVM: PPC: booke: standard PPC floating point supportScott Wood
2012-04-08KVM: PPC: booke: category E.HV (GS-mode) supportScott Wood
2012-04-08KVM: PPC: booke: Move vm core init/destroy out of booke.cScott Wood
2012-04-08KVM: PPC: booke: add booke-level vcpu load/putScott Wood
2012-03-05KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras
2012-03-05KVM: PPC: booke: Improve timer register emulationScott Wood
2012-03-05KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood
2012-03-05KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirtScott Wood
2012-03-05KVM: PPC: booke: Check for MSR[WE] in prepare_to_enterScott Wood
2012-03-05KVM: PPC: Move prepare_to_enter call site into subarch codeScott Wood
2012-03-05KVM: PPC: Rename deliver_interrupts to prepare_to_enterScott Wood
2012-03-05KVM: PPC: booke: check for signals in kvmppc_vcpu_runScott Wood
2012-03-05KVM: PPC: e500: Don't hardcode PIR=0Scott Wood
2011-09-25KVM: PPC: Add sanity checking to vcpu_runAlexander Graf
2011-07-12KVM: PPC: Move guest enter/exit down into subarch-specific codePaul Mackerras
2011-07-12KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops downPaul Mackerras
2011-07-12KVM: PPC: e500: Add shadow PID supportLiu Yu
2011-07-12KVM: PPC: e500: enable magic pageScott Wood
2011-07-12KVM: PPC: e500: Save/restore SPE stateScott Wood
2011-07-12KVM: PPC: booke: use shadow_msrScott Wood
2011-05-22KVM: PPC: booke: add sregs supportScott Wood
2011-03-17KVM: PPC: Fix SPRG get/set for Book3S and BookEPeter Tyser
2010-10-24KVM: PPC: Implement level interrupts for BookEAlexander Graf
2010-10-24KVM: PPC: initialize IVORs in addition to IVPRHollis Blanchard
2010-10-24KVM: PPC: Tell guest about pending interruptsAlexander Graf
2010-10-24KVM: PPC: Add PV guest critical sectionsAlexander Graf
2010-10-24KVM: PPC: Implement hypervisor interfaceAlexander Graf
2010-10-24KVM: PPC: Convert SPRG[0-4] to shared pageAlexander Graf
2010-10-24KVM: PPC: Convert SRR0 and SRR1 to shared pageAlexander Graf
2010-10-24KVM: PPC: Convert DAR to shared page.Alexander Graf
2010-10-24KVM: PPC: Convert MSR to shared pageAlexander Graf
2010-08-01KVM: PPC: fix uninitialized variable warning in kvm_ppc_core_deliver_interruptsAsias He
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity