summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-03tools/kvm: fix top level makefileJustin M. Forbes1-1/+4
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand7-21/+19
2017-04-28KVM: Documentation: remove VM mmap documentationJann Horn1-5/+1
2017-04-27Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini50-938/+1174
2017-04-27kvm: nVMX: Remove superfluous VMX instruction fault checksJim Mattson1-43/+14
2017-04-27KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek3-11/+24
2017-04-27KVM: mark requests that need synchronizationPaolo Bonzini5-12/+32
2017-04-27KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář2-5/+9
2017-04-27KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones3-4/+7
2017-04-27KVM: perform a wake_up in kvm_make_all_cpus_requestRadim Krčmář1-0/+3
2017-04-27KVM: mark requests that do not need a wakeupRadim Krčmář4-10/+12
2017-04-27KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_upRadim Krčmář1-2/+0
2017-04-27KVM: x86: always use kvm_make_request instead of set_bitRadim Krčmář1-8/+2
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář9-14/+24
2017-04-27Merge tag 'kvm-s390-next-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini6-5/+14
2017-04-26s390: kvm: Cpu model support for msa6, msa7 and msa8Jason J. Herne5-3/+11
2017-04-26Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Christian Borntraeger1-2/+3
2017-04-26s390/cpacf: Introduce kma instructionJason J. Herne1-0/+1
2017-04-26s390/cpacf: query instructions use unique parameters for compatibility with KMAJason J. Herne1-2/+2
2017-04-21KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCKMarcelo Tosatti1-19/+3
2017-04-21kvm: better MWAIT emulation for guestsMichael S. Tsirkin6-4/+58
2017-04-21KVM: x86: virtualize cpuid faultingKyle Huey5-0/+49
2017-04-21Merge tag 'kvm-s390-next-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini10-10/+39
2017-04-21Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini30-177/+1799
2017-04-21Merge branch 'x86/process' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Paolo Bonzini23-88/+259
2017-04-21KVM: VMX: drop vmm_exclusive module parameterDavid Hildenbrand1-31/+7
2017-04-21KVM: s390: Support keyless subset guest modeFarhan Ali7-8/+32
2017-04-21s390/sclp: Detect KSS facilityFarhan Ali2-1/+4
2017-04-20ARM: KVM: Fix idmap stub entry when running Thumb-2 codeMarc Zyngier1-1/+0
2017-04-20ARM: hyp-stub: Fix Thumb-2 compilationMarc Zyngier1-1/+1
2017-04-20KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRsThomas Huth2-8/+34
2017-04-20KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy8-5/+645
2017-04-20KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy4-55/+39
2017-04-20KVM: PPC: Use preregistered memory API to access TCE listAlexey Kardashevskiy1-16/+42
2017-04-20KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy3-10/+12
2017-04-20KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanentlyAlexey Kardashevskiy1-0/+1
2017-04-20KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability numberAlexey Kardashevskiy1-0/+1
2017-04-20Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras9-21/+142
2017-04-20KVM: PPC: Align the table size to system page sizeAlexey Kardashevskiy1-1/+1
2017-04-20KVM: PPC: Book3S PR: Preserve storage control bitsAlexey Kardashevskiy4-1/+5
2017-04-20KVM: PPC: Book3S PR: Exit KVM on failed mappingAlexey Kardashevskiy2-2/+9
2017-04-20KVM: PPC: Book3S PR: Get rid of unused local variableAlexey Kardashevskiy1-3/+1
2017-04-20KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()Markus Elfring1-3/+2
2017-04-20KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()Markus Elfring1-5/+3
2017-04-20KVM: PPC: Add MMIO emulation for remaining floating-point instructionsPaul Mackerras2-0/+16
2017-04-20KVM: PPC: Emulation for more integer loads and storesPaul Mackerras2-49/+91
2017-04-20KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)Alexey Kardashevskiy2-0/+7
2017-04-20KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu6-7/+731
2017-04-20KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras3-0/+26
2017-04-19KVM: arm/arm64: vgic-v3: Fix off-by-one LR accessMarc Zyngier1-1/+1