aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/powerpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-01KVM: Remove memory alias supportAvi Kivity1-5/+0
2010-08-01KVM: PPC: fix build warning in kvm_arch_vcpu_ioctl_runDenis Kirjanov1-1/+1
2010-08-01KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity1-7/+4
2010-08-01KVM: PPC: Centralize locking of arch specific vcpu ioctlsAvi Kivity1-4/+8
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity1-4/+0
2010-05-17KVM: PPC: Improve indirect svcpu accessorsAlexander Graf1-1/+1
2010-05-17KVM: PPC: Only use QPRs when availableAlexander Graf1-0/+2
2010-05-17KVM: PPC: Add OSI hypercall interfaceAlexander Graf1-0/+12
2010-05-17KVM: Add support for enabling capabilities per-vcpuAlexander Graf1-0/+27
2010-05-17KVM: PPC: Allow userspace to unset the IRQ lineAlexander Graf1-1/+5
2010-05-17KVM: PPC: Do not create debugfs if fail to create vcpuWei Yongjun1-1/+2
2010-04-25KVM: PPC: Destory timer on vcpu destructionAlexander Graf1-0/+4
2010-04-25KVM: PPC: Add capability for paired singlesAlexander Graf1-0/+1
2010-04-25KVM: PPC: Teach MMIO SignednessAlexander Graf1-0/+29
2010-04-25KVM: PPC: Enable MMIO to do 64 bits, fprs and qprsAlexander Graf1-2/+22
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti1-0/+1
2010-03-01KVM: PPC: Use accessor functions for GPR accessAlexander Graf1-10/+11
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti1-4/+14
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-2/+3
2009-12-08powerpc/kvm: Sync guest visible MMU stateAlexander Graf1-0/+3
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-1/+2
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity1-1/+1
2009-11-05Use hrtimers for the decrementerAlexander Graf1-2/+18
2009-11-05Move dirty logging code to sub-archAlexander Graf1-5/+0
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-12/+1
2009-09-10KVM: powerpc: convert marker probes to event traceMarcelo Tosatti1-0/+3
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-6/+10
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-0/+6
2009-03-24KVM: ppc: remove debug support broken by KVM debug rewriteHollis Blanchard1-25/+2
2009-03-24KVM: ppc: cosmetic changes to mmu hook namesHollis Blanchard1-1/+1
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: Implement in-kernel exit timing statisticsHollis Blanchard1-2/+6
2008-12-31KVM: ppc: adjust vcpu types to support 64-bit coresHollis Blanchard1-2/+2
2008-12-31KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard1-21/+2
2008-12-31KVM: ppc: Refactor powerpc.c to relocate 440-specific codeHollis Blanchard1-89/+9
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 Blanchard1-0/+1
2008-10-15KVM: ppc: Write only modified shadow entries into the TLB on exitHollis Blanchard1-0/+15
2008-10-15KVM: ppc: guest breakpoint supportHollis Blanchard1-1/+83
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 Vivier1-0/+3
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity1-4/+0
2008-05-04KVM: ppc: Handle guest idle by emulating MSR[WE] writesHollis Blanchard1-3/+17
2008-04-27KVM: ppc: PowerPC 440 KVM implementationHollis Blanchard1-0/+436