summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Fix immediate_exit handling for uninitialized APJan H. Schönherr2017-09-131-0/+4
* KVM: x86: Fix handling of pending signal on uninitialized APJan H. Schönherr2017-09-131-0/+5
* KVM: SVM: Add a missing 'break' statementJan H. Schönherr2017-09-131-0/+1
* KVM: x86: Remove .get_pkru() from kvm_x86_opsJoerg Roedel2017-09-131-1/+0
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-0964-768/+1479
|\
| * Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-08488-2101/+6346
| |\
| | * KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables listPaul Mackerras2017-08-301-11/+10
| * | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2017-09-0721-75/+183
| |\ \
| | * | KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fdnixiaoming2017-09-011-0/+1
| | * | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-08-3117-67/+151
| | |\ \
| | * | | KVM: PPC: Book3S HV: Report storage key support to userspacePaul Mackerras2017-08-312-1/+10
| | * | | KVM: PPC: Book3S HV: Fix case where HDEC is treated as 32-bit on POWER9Paul Mackerras2017-08-311-1/+2
| | * | | KVM: PPC: Book3S HV: Fix invalid use of register expressionAndreas Schwab2017-08-311-1/+1
| | * | | KVM: PPC: Book3S HV: Fix H_REGISTER_VPA VPA size validationNicholas Piggin2017-08-311-1/+7
| | * | | KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai2017-08-312-1/+2
| | * | | KVM: PPC: e500mc: Fix a NULL dereferenceDan Carpenter2017-08-311-1/+3
| | * | | KVM: PPC: e500: Fix some NULL dereferences on errorDan Carpenter2017-08-311-2/+6
| * | | | Merge tag 'kvm-arm-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2017-09-0710-69/+125
| |\ \ \ \
| | * | | | KVM: arm/arm64: Support uaccess of GICC_APRnChristoffer Dall2017-09-052-1/+51
| | * | | | KVM: arm/arm64: Extract GICv3 max APRn index calculationChristoffer Dall2017-09-052-20/+19
| | * | | | KVM: arm/arm64: vITS: Drop its_ite->lpi fieldMarc Zyngier2017-09-051-6/+4
| | * | | | KVM: arm/arm64: vgic: constify seq_operations and file_operationsArvind Yadav2017-09-051-2/+2
| | * | | | KVM: arm/arm64: Fix guest external abort matchingJames Morse2017-09-054-40/+49
| | |/ / /
| * | | | Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-09-0725-124/+597
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | KVM: s390: vsie: cleanup mcck reinjectionDavid Hildenbrand2017-08-311-5/+1
| | * | | KVM: s390: use WARN_ON_ONCE only for checkingDavid Hildenbrand2017-08-311-2/+4
| | * | | KVM: s390: guestdbg: fix range checkDavid Hildenbrand2017-08-311-1/+1
| | * | | KVM: s390: we are always in czam modeDavid Hildenbrand2017-08-292-1/+4
| | * | | KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda2017-08-294-5/+17
| | * | | KVM: s390: sthyi: remove invalid guest write accessHeiko Carstens2017-08-291-8/+0
| | * | | KVM: s390: Multiple Epoch Facility supportCollin L. Walling2017-08-297-2/+138
| | * | | KVM: s390: Support Configuration z/Architecture ModeJason J. Herne2017-08-282-19/+18
| | * | | Merge tag 'kvm-s390-master-4.13-2' into kvms390/nextChristian Borntraeger2017-08-282-4/+11
| | |\ \ \
| | * \ \ \ Merge branch 'tlb-flushing' of git://git.kernel.org/pub/scm/linux/kernel/git/...Christian Borntraeger2017-07-2513-81/+411
| | |\ \ \ \
| * | | | | | kvm: nVMX: Validate the virtual-APIC address on nested VM-entryJim Mattson2017-08-251-0/+15
| * | | | | | KVM: nVMX: Fix trying to cancel vmlauch/vmresumeWanpeng Li2017-08-241-14/+17
| * | | | | | KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-245-32/+70
| * | | | | | KVM: VMX: use kvm_event_needs_reinjectionWanpeng Li2017-08-241-3/+1
| * | | | | | KVM: MMU: speedup update_permission_bitmaskPaolo Bonzini2017-08-241-51/+70
| * | | | | | KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-247-36/+65
| * | | | | | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-249-29/+67
| * | | | | | KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-245-23/+25
| * | | | | | KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang2017-08-244-7/+19
| * | | | | | KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-247-21/+34
| * | | | | | kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORSPaolo Bonzini2017-08-241-4/+22
| * | | | | | kvm: vmx: Raise #UD on unsupported RDSEEDJim Mattson2017-08-241-1/+23
| * | | | | | kvm: vmx: Raise #UD on unsupported RDRANDJim Mattson2017-08-241-1/+30
| * | | | | | KVM: VMX: cache secondary exec controlsPaolo Bonzini2017-08-241-46/+54
| * | | | | | KVM: SVM: Enable Virtual GIF featureJanakarajan Natarajan2017-08-232-6/+56
| * | | | | | KVM: SVM: Add Virtual GIF feature definitionJanakarajan Natarajan2017-08-231-0/+1