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