aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-24KVM: ppc: e500: Fix the bug that KVM is unstable in SMPLiu Yu2-1/+5
2009-03-24KVM: ppc: e500: Fix the bug that mas0 update to wrong value when read TLB entryLiu Yu1-1/+1
2009-03-24KVM: ppc: Add emulation of E500 register mmucsr0Liu Yu3-0/+25
2009-03-24KVM: ppc: Move to new TLB invalidate interfaceLiu Yu1-5/+5
2009-03-24KVM: ppc: Fix e500 warnings and some spelling problemsLiu Yu3-6/+4
2009-03-24KVM: Add CONFIG_HAVE_KVM_IRQCHIPAvi Kivity1-0/+3
2009-03-24KVM: ppc: remove debug support broken by KVM debug rewriteHollis Blanchard2-91/+2
2009-03-24KVM: ppc: Add extra E500 exceptionsHollis Blanchard5-13/+85
2009-03-24KVM: ppc: distinguish between interrupts and prioritiesHollis Blanchard2-1/+2
2009-03-24KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for bookeHollis Blanchard2-0/+10
2009-03-24KVM: ppc: E500 core-specific codeHollis Blanchard6-0/+1263
2009-03-24KVM: ppc: ifdef iccci with CONFIG_44xHollis Blanchard1-0/+2
2009-03-24KVM: ppc: Add dbsr in kvm_vcpu_archHollis Blanchard1-0/+4
2009-03-24KVM: ppc: split out common Book E instruction emulationHollis Blanchard4-202/+284
2009-03-24KVM: ppc: use macros instead of hardcoded literals for instruction decodingHollis Blanchard1-30/+63
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 Blanchard3-6/+4
2009-03-24KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)Hollis Blanchard4-20/+13
2009-03-24KVM: ppc: change kvmppc_mmu_map() parametersHollis Blanchard2-12/+9
2009-03-24KVM: ppc: small cosmetic changes to Book E DTLB miss handlerHollis Blanchard1-3/+5
2009-03-24KVM: ppc: cosmetic changes to mmu hook namesHollis Blanchard2-2/+2
2009-03-24KVM: New guest debug interfaceJan Kiszka1-2/+2
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang1-0/+4
2008-12-31KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity1-3/+0
2008-12-31KVM: ppc: mostly cosmetic updates to the exit timing accounting codeHollis Blanchard4-86/+63
2008-12-31KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard11-18/+449
2008-12-31KVM: ppc: save and restore guest mappings on context switchHollis Blanchard2-5/+60
2008-12-31KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard5-205/+151
2008-12-31KVM: ppc: support large host pagesHollis Blanchard2-21/+62
2008-12-31KVM: ppc: fix userspace mapping invalidation on context switchHollis Blanchard2-22/+18
2008-12-31KVM: ppc: use prefetchable mappings for guest memoryHollis Blanchard1-2/+7
2008-12-31KVM: ppc: use MMUCR accessor to obtain TIDHollis Blanchard1-1/+1
2008-12-31KVM: ppc: fix Kconfig constraintsHollis Blanchard1-10/+8
2008-12-31KVM: ppc: improve trap emulationHollis Blanchard1-2/+2
2008-12-31KVM: ppc: optimize irq delivery pathHollis Blanchard3-153/+140
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 Blanchard3-8/+8
2008-12-31KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard5-45/+92
2008-12-31KVM: ppc: Move the last bits of 44x code out of booke.cHollis Blanchard2-44/+55
2008-12-31KVM: ppc: refactor instruction emulation into generic and core-specific piecesHollis Blanchard7-253/+409
2008-12-31ppc: Create disassemble.h to extract instruction fieldsHollis Blanchard1-56/+1
2008-12-31KVM: ppc: Refactor powerpc.c to relocate 440-specific codeHollis Blanchard7-113/+187
2008-12-31KVM: ppc: combine booke_guest.c and booke_host.cHollis Blanchard4-89/+66
2008-12-31KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"Hollis Blanchard3-25/+29
2008-12-31KVM: ppc: Move 440-specific TLB code into 44x_tlb.cHollis Blanchard3-141/+143
2008-12-23powerpc: Fix KVM build on ppc440Paul Mackerras1-0/+1
2008-12-21powerpc/mm: Split low level tlb invalidate for nohash processorsBenjamin Herrenschmidt1-1/+1
2008-11-25KVM: ppc: stop leaking host memory on VM exitHollis Blanchard2-0/+9