summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2013-10-17KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras-0/+6
2013-10-17KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield countPaul Mackerras-10/+10
2013-10-17KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutinePaul Mackerras-49/+68
2013-10-17KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutinePaul Mackerras-166/+178
2013-10-17KVM: PPC: Book3S HV: Implement H_CONFERPaul Mackerras-0/+9
2013-10-17KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras-0/+13
2013-10-17KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras-10/+57
2013-10-17KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras-0/+24
2013-10-17KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_regMichael Neuling-0/+93
2013-10-16Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov-134/+270
2013-10-15KVM: ARM: Remove non-ASCII space charactersChristoffer Dall-1/+1
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen-21/+12
2013-10-14KVM: s390: Get rid of KVM_HPAGE definesChristoffer Dall-7/+0
2013-10-14KVM: PPC: Get rid of KVM_HPAGE definesChristoffer Dall-5/+0
2013-10-14KVM: ia64: Get rid of KVM_HPAGE definesChristoffer Dall-4/+0
2013-10-14KVM: mips: Get rid of KVM_HPAGE definesChristoffer Dall-7/+0
2013-10-14KVM: arm64: Get rid of KVM_HPAGE definesChristoffer Dall-5/+0
2013-10-14KVM: ARM: Get rid of KVM_HPAGE definesChristoffer Dall-5/+0
2013-10-14KVM: Move gfn_to_index to x86 specific codeChristoffer Dall-7/+7
2013-10-12KVM: ARM: Add support for Cortex-A7Jonathan Austin-124/+184
2013-10-12KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masksJonathan Austin-2/+2
2013-10-12KVM: ARM: Fix calculation of virtual CPU IDJonathan Austin-7/+4
2013-10-10KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li-2/+41
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini-58/+37
2013-10-03KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini-10/+4
2013-10-03KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini-14/+3
2013-10-03KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini-19/+4
2013-10-03KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini-6/+34
2013-10-03KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini-3/+24
2013-10-03KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0Paolo Bonzini-1/+4
2013-10-03virt/kvm/iommu.c: Add leading zeros to device's BDF notation in debug messagesAndre Richter-10/+2
2013-10-02KVM: Add documentation for KVM_ARM_PREFERRED_TARGET ioctlAnup Patel-4/+27
2013-10-02ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctlAnup Patel-0/+14
2013-10-02ARM64: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel-0/+21
2013-10-02ARM: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel-0/+21
2013-10-02KVM: ARM: Fix typo in comments of inject_abt()Anup Patel-1/+1
2013-09-30KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini-18/+17
2013-09-30KVM: protect kvm_usage_count with its own spinlockPaolo Bonzini-10/+15
2013-09-30KVM: cleanup (physical) CPU hotplugPaolo Bonzini-9/+8
2013-09-30KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov-0/+20
2013-09-30KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov-8/+4
2013-09-30KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov-4/+4
2013-09-30KVM: nVMX: Amend nested_run_pending logicGleb Natapov-14/+12
2013-09-24KVM: s390: Intercept SCK instructionThomas Huth-0/+33
2013-09-24KVM: s390: Implement TEST BLOCKThomas Huth-0/+28
2013-09-24KVM: s390: Helper for converting real addresses to absoluteThomas Huth-7/+14
2013-09-24KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rreThomas Huth-2/+4
2013-09-24KVM: s390: Lock kvm->srcu at the appropriate placesThomas Huth-3/+16
2013-09-24KVM: s390: Push run loop into __vcpu_runThomas Huth-24/+25
2013-09-24KVM: s390: Split up __vcpu_run into three partsThomas Huth-17/+37