summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)AuthorFilesLines
2012-04-08KVM: PPC: Ignore unhalt request from kvm_vcpu_blockAlexander Graf3-0/+3
2012-04-08KVM: PPC: Book3s: PR: Add HV traps so we can run in HV=1 mode on p7Alexander Graf1-0/+4
2012-04-08KVM: PPC: Emulate tw and td instructionsAlexander Graf1-0/+14
2012-04-08KVM: PPC: Pass EA to updating emulation opsAlexander Graf4-30/+16
2012-04-08KVM: PPC: Work around POWER7 DABR corruption problemPaul Mackerras2-41/+61
2012-04-08Restore guest CR after exit timing calculationBharat Bhushan1-3/+8
2012-04-08KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace logPaul Mackerras1-1/+45
2012-04-08KVM: PPC: Book3S HV: Make virtual processor area registration more robustPaul Mackerras1-69/+158
2012-04-08KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIsPaul Mackerras2-41/+100
2012-04-08KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf1-1/+7
2012-04-08KVM: PPC: Book3s: PR: Add SPAPR H_BULK_REMOVE supportMatt Evans1-4/+78
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: e500: fix typo in tlb codeAlexander Graf1-2/+2
2012-04-08KVM: PPC: bookehv: remove unused codeAlexander Graf1-7/+0
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: bookehv: disable MAS register updates earlyAlexander Graf1-4/+6
2012-04-08KVM: PPC: bookehv: remove SET_VCPUAlexander Graf1-8/+0
2012-04-08KVM: PPC: bookehv: remove negation for CONFIG_64BITAlexander Graf1-12/+12
2012-04-08KVM: PPC: bookehv: fix exit timingAlexander Graf1-4/+4
2012-04-08KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1Alexander Graf1-1/+1
2012-04-08KVM: PPC: booke: rework rescheduling checksAlexander Graf2-23/+53
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: make e500v2 kvm and e500mc cpu mutually exclusiveAlexander Graf1-1/+1
2012-04-08KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2Alexander Graf6-15/+15
2012-04-08KVM: PPC: e500mc: add load inst fixupAlexander Graf1-1/+29
2012-04-08KVM: PPC: e500mc: Move r1/r2 restoration very earlyAlexander Graf1-6/+6
2012-04-08KVM: PPC: e500mc: implicitly set MSR_GSAlexander Graf1-6/+5
2012-04-08KVM: PPC: e500mc: Add doorbell emulation supportAlexander Graf2-0/+70
2012-04-08KVM: PPC: e500mc supportScott Wood7-10/+424
2012-04-08KVM: PPC: booke: standard PPC floating point supportScott Wood2-0/+75
2012-04-08KVM: PPC: booke: category E.HV (GS-mode) supportScott Wood7-60/+897
2012-04-08KVM: PPC: e500: emulate tlbilxScott Wood3-0/+62
2012-04-08KVM: PPC: e500: Track TLB1 entries with a bitmapScott Wood2-5/+72
2012-04-08KVM: PPC: e500: refactor core-specific TLB codeScott Wood4-414/+471
2012-04-08KVM: PPC: e500: clean up arch/powerpc/kvm/e500.hScott Wood1-11/+14
2012-04-08KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.hScott Wood4-7/+78
2012-04-08KVM: PPC: e500: rename e500_tlb.h to e500.hScott Wood4-6/+6
2012-04-08KVM: PPC: booke: Move vm core init/destroy out of booke.cScott Wood3-9/+18
2012-04-08KVM: PPC: booke: add booke-level vcpu load/putScott Wood4-0/+17
2012-04-08KVM: PPC: factor out lpid allocator from book3s_64_mmu_hvScott Wood2-16/+44
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall1-15/+6
2012-04-03KVM: PPC: Book3S: PR: Fix preemptionAlexander Graf1-2/+1
2012-04-03KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf2-1/+13
2012-04-03KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entryPaul Mackerras1-2/+6
2012-04-03KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears existPaul Mackerras1-4/+5