aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-19KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctlsAvi Kivity1-1/+14
2010-05-17KVM: PPC: Add dequeue for external on BookEAlexander Graf1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu1-15/+44
2010-03-01KVM: PPC: Emulate trap SRR1 flags properlyAlexander Graf1-1/+2
2010-03-01KVM: PPC: Add helpers for CR, XERAlexander Graf1-4/+4
2010-03-01KVM: PPC: Use accessor functions for GPR accessAlexander Graf1-8/+8
2010-03-01KVM: powerpc: Improve DEC handlingAlexander Graf1-0/+5
2009-11-05Move dirty logging code to sub-archAlexander Graf1-0/+5
2009-09-10KVM: powerpc: fix some init/exit annotationsStephen Rothwell1-1/+1
2009-03-24KVM: ppc: Add extra E500 exceptionsHollis Blanchard1-0/+18
2009-03-24KVM: ppc: distinguish between interrupts and prioritiesHollis Blanchard1-1/+1
2009-03-24KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for bookeHollis Blanchard1-0/+2
2009-03-24KVM: ppc: remove last 44x-specific bits from booke.cHollis Blanchard1-4/+0
2009-03-24KVM: ppc: rename 44x MMU functions used in booke.cHollis Blanchard1-2/+2
2009-03-24KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)Hollis Blanchard1-8/+2
2009-03-24KVM: ppc: change kvmppc_mmu_map() parametersHollis Blanchard1-4/+2
2009-03-24KVM: ppc: small cosmetic changes to Book E DTLB miss handlerHollis Blanchard1-3/+5
2008-12-31KVM: ppc: mostly cosmetic updates to the exit timing accounting codeHollis Blanchard1-15/+15
2008-12-31KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard1-14/+22
2008-12-31KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard1-10/+16
2008-12-31KVM: ppc: support large host pagesHollis Blanchard1-5/+7
2008-12-31KVM: ppc: optimize irq delivery pathHollis Blanchard1-120/+55
2008-12-31KVM: ppc: optimize find first bitHollis Blanchard1-1/+1
2008-12-31KVM: ppc: optimize kvm stat handlingHollis Blanchard1-23/+9
2008-12-31KVM: ppc: fix set regs to take care of msr changeHollis Blanchard1-1/+1
2008-12-31KVM: ppc: adjust vcpu types to support 64-bit coresHollis Blanchard1-5/+5
2008-12-31KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard1-6/+3
2008-12-31KVM: ppc: Move the last bits of 44x code out of booke.cHollis Blanchard1-44/+2
2008-12-31KVM: ppc: refactor instruction emulation into generic and core-specific piecesHollis Blanchard1-0/+1
2008-12-31KVM: ppc: Refactor powerpc.c to relocate 440-specific codeHollis Blanchard1-14/+47
2008-12-31KVM: ppc: combine booke_guest.c and booke_host.cHollis Blanchard1-0/+639