aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/powerpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-17Revert "KVM: PPC: Add support for explicit HIOR setting"Alexander Graf1-1/+0
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker1-1/+0
2011-09-25KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras1-11/+10
2011-09-25KVM: PPC: Add sanity checking to vcpu_runAlexander Graf1-0/+28
2011-09-25KVM: PPC: Enable the PAPR CAP for Book3SAlexander Graf1-0/+5
2011-09-25KVM: PPC: Add support for explicit HIOR settingAlexander Graf1-0/+1
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras1-0/+3
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras1-0/+13
2011-07-12KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras1-0/+4
2011-07-12KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson1-0/+18
2011-07-12KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras1-1/+1
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras1-1/+21
2011-07-12KVM: PPC: Move guest enter/exit down into subarch-specific codePaul Mackerras1-5/+1
2011-07-12KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops downPaul Mackerras1-3/+6
2011-07-12KVM: PPC: e500: enable magic pageScott Wood1-1/+2
2011-05-22KVM: PPC: booke: add sregs supportScott Wood1-0/+4
2011-05-22KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)Scott Wood1-0/+13
2011-05-11KVM: PPC: Fix issue clearing exit timing countersBharat Bhushan1-0/+4
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka1-17/+3
2010-11-05KVM: PPC: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-10-24KVM: PPC: Expose level based interrupt capAlexander Graf1-0/+1
2010-10-24KVM: PPC: Put segment registers in shared pageAlexander Graf1-1/+1
2010-10-24KVM: PPC: Add feature bitmap for magic pageAlexander Graf1-1/+4
2010-10-24KVM: PPC: Add get_pvinfo interface to query hypercall instructionsAlexander Graf1-0/+38
2010-10-24KVM: PPC: Expose magic page support to guestAlexander Graf1-0/+11
2010-10-24KVM: PPC: Implement hypervisor interfaceAlexander Graf1-0/+32
2010-10-24KVM: PPC: Convert MSR to shared pageAlexander Graf1-1/+2
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