aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti1-2/+0
2008-10-15KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be lockedHollis Blanchard1-7/+1
2008-10-15KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard4-18/+27
2008-10-15KVM: ppc: Write only modified shadow entries into the TLB on exitHollis Blanchard3-18/+57
2008-10-15KVM: ppc: Stop saving host TLB stateHollis Blanchard1-14/+3
2008-10-15KVM: ppc: guest breakpoint supportHollis Blanchard3-2/+108
2008-10-15KVM: ppc: trace powerpc instruction emulationChristian Ehrhardt1-0/+2
2008-10-15KVM: ppc: adds trace points for ppc tlb activityJerone Young2-1/+18
2008-10-15KVM: ppc: enable KVM_TRACE building for powerpcJerone Young2-2/+15
2008-07-27KVM: ppc: fix invalidation of large guest pagesHollis Blanchard2-3/+4
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti1-0/+4
2008-07-20KVM: Add coalesced MMIO support (powerpc part)Laurent Vivier2-1/+4
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity1-4/+0
2008-06-06KVM: ppc: Report bad GFNsHollis Blanchard1-1/+1
2008-06-06KVM: ppc: Use a read lock around MMU operations, and release it on errorHollis Blanchard1-2/+3
2008-06-06KVM: ppc: Remove unmatched kunmap() callHollis Blanchard1-2/+0
2008-06-06KVM: ppc: add lwzx/stwz emulationHollis Blanchard1-0/+12
2008-06-06KVM: ppc: Remove duplicate functionHollis Blanchard1-33/+0
2008-05-04KVM: ppc: deliver INTERRUPT_FP_UNAVAIL to the guestChristian Ehrhardt1-0/+5
2008-05-04KVM: ppc: Handle guest idle by emulating MSR[WE] writesHollis Blanchard2-3/+18
2008-04-27KVM: ppc: PowerPC 440 KVM implementationHollis Blanchard9-0/+2702