aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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