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