aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/powerpc.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: booke: add sregs supportScott Wood2011-05-221-0/+4
* KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)Scott Wood2011-05-221-0/+13
* KVM: PPC: Fix issue clearing exit timing countersBharat Bhushan2011-05-111-0/+4
* KVM: Clean up vm creation and releaseJan Kiszka2011-01-121-17/+3
* KVM: PPC: fix information leak to userlandVasiliy Kulikov2010-11-051-0/+1
* KVM: PPC: Expose level based interrupt capAlexander Graf2010-10-241-0/+1
* KVM: PPC: Put segment registers in shared pageAlexander Graf2010-10-241-1/+1
* KVM: PPC: Add feature bitmap for magic pageAlexander Graf2010-10-241-1/+4
* KVM: PPC: Add get_pvinfo interface to query hypercall instructionsAlexander Graf2010-10-241-0/+38
* KVM: PPC: Expose magic page support to guestAlexander Graf2010-10-241-0/+11
* KVM: PPC: Implement hypervisor interfaceAlexander Graf2010-10-241-0/+32
* KVM: PPC: Convert MSR to shared pageAlexander Graf2010-10-241-1/+2
* KVM: Remove memory alias supportAvi Kivity2010-08-011-5/+0
* KVM: PPC: fix build warning in kvm_arch_vcpu_ioctl_runDenis Kirjanov2010-08-011-1/+1
* KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity2010-08-011-7/+4
* KVM: PPC: Centralize locking of arch specific vcpu ioctlsAvi Kivity2010-08-011-4/+8
* KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-011-4/+0
* KVM: PPC: Improve indirect svcpu accessorsAlexander Graf2010-05-171-1/+1
* KVM: PPC: Only use QPRs when availableAlexander Graf2010-05-171-0/+2
* KVM: PPC: Add OSI hypercall interfaceAlexander Graf2010-05-171-0/+12
* KVM: Add support for enabling capabilities per-vcpuAlexander Graf2010-05-171-0/+27
* KVM: PPC: Allow userspace to unset the IRQ lineAlexander Graf2010-05-171-1/+5
* KVM: PPC: Do not create debugfs if fail to create vcpuWei Yongjun2010-05-171-1/+2
* KVM: PPC: Destory timer on vcpu destructionAlexander Graf2010-04-251-0/+4
* KVM: PPC: Add capability for paired singlesAlexander Graf2010-04-251-0/+1
* KVM: PPC: Teach MMIO SignednessAlexander Graf2010-04-251-0/+29
* KVM: PPC: Enable MMIO to do 64 bits, fprs and qprsAlexander Graf2010-04-251-2/+22
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti2010-03-011-0/+1
* KVM: PPC: Use accessor functions for GPR accessAlexander Graf2010-03-011-10/+11
* KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti2010-03-011-4/+14
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-091-2/+3
|\
| * KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-1/+2
| * KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity2009-12-031-1/+1
* | powerpc/kvm: Sync guest visible MMU stateAlexander Graf2009-12-081-0/+3
* | Use hrtimers for the decrementerAlexander Graf2009-11-051-2/+18
* | Move dirty logging code to sub-archAlexander Graf2009-11-051-5/+0
|/
* KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-101-12/+1
* KVM: powerpc: convert marker probes to event traceMarcelo Tosatti2009-09-101-0/+3
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-101-6/+10
* KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-101-0/+6
* KVM: ppc: remove debug support broken by KVM debug rewriteHollis Blanchard2009-03-241-25/+2
* KVM: ppc: cosmetic changes to mmu hook namesHollis Blanchard2009-03-241-1/+1
* KVM: New guest debug interfaceJan Kiszka2009-03-241-2/+2
* KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+4
* KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity2008-12-311-3/+0
* KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard2008-12-311-2/+6
* KVM: ppc: adjust vcpu types to support 64-bit coresHollis Blanchard2008-12-311-2/+2
* KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard2008-12-311-21/+2
* KVM: ppc: Refactor powerpc.c to relocate 440-specific codeHollis Blanchard2008-12-311-89/+9