summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Add sanity checking to vcpu_runAlexander Graf2011-09-251-1/+9
* KVM: PPC: Move guest enter/exit down into subarch-specific codePaul Mackerras2011-07-121-0/+13
* KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops downPaul Mackerras2011-07-121-0/+20
* KVM: PPC: e500: Add shadow PID supportLiu Yu2011-07-121-4/+7
* KVM: PPC: e500: enable magic pageScott Wood2011-07-121-0/+11
* KVM: PPC: e500: Save/restore SPE stateScott Wood2011-07-121-2/+82
* KVM: PPC: booke: use shadow_msrScott Wood2011-07-121-0/+1
* KVM: PPC: booke: add sregs supportScott Wood2011-05-221-2/+152
* KVM: PPC: Fix SPRG get/set for Book3S and BookEPeter Tyser2011-03-171-6/+8
* KVM: PPC: Implement level interrupts for BookEAlexander Graf2010-10-241-2/+15
* KVM: PPC: initialize IVORs in addition to IVPRHollis Blanchard2010-10-241-2/+6
* KVM: PPC: Tell guest about pending interruptsAlexander Graf2010-10-241-0/+7
* KVM: PPC: Add PV guest critical sectionsAlexander Graf2010-10-241-0/+15
* KVM: PPC: Implement hypervisor interfaceAlexander Graf2010-10-241-1/+9
* KVM: PPC: Convert SPRG[0-4] to shared pageAlexander Graf2010-10-241-8/+8
* KVM: PPC: Convert SRR0 and SRR1 to shared pageAlexander Graf2010-10-241-7/+8
* KVM: PPC: Convert DAR to shared page.Alexander Graf2010-10-241-1/+1
* KVM: PPC: Convert MSR to shared pageAlexander Graf2010-10-241-10/+10
* KVM: PPC: fix uninitialized variable warning in kvm_ppc_core_deliver_interruptsAsias He2010-08-011-1/+1
* KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-011-10/+0Star
* KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctlsAvi Kivity2010-05-191-1/+14
* KVM: PPC: Add dequeue for external on BookEAlexander Graf2010-05-171-0/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu2010-03-011-15/+44
* KVM: PPC: Emulate trap SRR1 flags properlyAlexander Graf2010-03-011-1/+2
* KVM: PPC: Add helpers for CR, XERAlexander Graf2010-03-011-4/+4
* KVM: PPC: Use accessor functions for GPR accessAlexander Graf2010-03-011-8/+8
* KVM: powerpc: Improve DEC handlingAlexander Graf2010-03-011-0/+5
* Move dirty logging code to sub-archAlexander Graf2009-11-051-0/+5
* KVM: powerpc: fix some init/exit annotationsStephen Rothwell2009-09-101-1/+1
* KVM: ppc: Add extra E500 exceptionsHollis Blanchard2009-03-241-0/+18
* KVM: ppc: distinguish between interrupts and prioritiesHollis Blanchard2009-03-241-1/+1
* KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for bookeHollis Blanchard2009-03-241-0/+2
* KVM: ppc: remove last 44x-specific bits from booke.cHollis Blanchard2009-03-241-4/+0Star
* KVM: ppc: rename 44x MMU functions used in booke.cHollis Blanchard2009-03-241-2/+2
* KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)Hollis Blanchard2009-03-241-8/+2Star
* KVM: ppc: change kvmppc_mmu_map() parametersHollis Blanchard2009-03-241-4/+2Star
* KVM: ppc: small cosmetic changes to Book E DTLB miss handlerHollis Blanchard2009-03-241-3/+5
* KVM: ppc: mostly cosmetic updates to the exit timing accounting codeHollis Blanchard2008-12-311-15/+15
* KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard2008-12-311-14/+22
* KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard2008-12-311-10/+16
* KVM: ppc: support large host pagesHollis Blanchard2008-12-311-5/+7
* KVM: ppc: optimize irq delivery pathHollis Blanchard2008-12-311-120/+55Star
* KVM: ppc: optimize find first bitHollis Blanchard2008-12-311-1/+1
* KVM: ppc: optimize kvm stat handlingHollis Blanchard2008-12-311-23/+9Star
* KVM: ppc: fix set regs to take care of msr changeHollis Blanchard2008-12-311-1/+1
* KVM: ppc: adjust vcpu types to support 64-bit coresHollis Blanchard2008-12-311-5/+5
* KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard2008-12-311-6/+3Star
* KVM: ppc: Move the last bits of 44x code out of booke.cHollis Blanchard2008-12-311-44/+2Star
* KVM: ppc: refactor instruction emulation into generic and core-specific piecesHollis Blanchard2008-12-311-0/+1