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