summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | selftests/kvm: add missing executables to .gitignoreAnders Roxell2018-10-191-0/+1
| * | | | Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-10-1965-565/+1118
| |\ \ \ \
| | * | | | KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2018-10-195-2/+44
| | * | | | arm/arm64: KVM: Enable 32 bits kvm vcpu events supportDongjiu Geng2018-10-182-1/+1
| | * | | | arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng2018-10-184-5/+5
| | * | | | KVM: arm64: Fix caching of host MDCR_EL2 valueMark Rutland2018-10-171-2/+2
| | * | | | KVM: arm/arm64: Ensure only THP is candidate for adjustmentPunit Agrawal2018-10-031-1/+7
| | * | | | arm64: KVM: Remove some extra semicolon in kvm_target_cpuzhong jiang2018-10-031-3/+3
| | * | | | KVM: arm64: Drop __cpu_init_stage2 on the VHE pathMarc Zyngier2018-10-031-8/+2
| | * | | | KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier2018-10-035-5/+9
| | * | | | kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose2018-10-034-24/+54
| | * | | | kvm: arm64: Limit the minimum number of page table levelsSuzuki K Poulose2018-10-032-2/+15
| | * | | | kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose2018-10-034-9/+50
| | * | | | kvm: arm64: Add 52bit support for PAR to HPFAR conversoinSuzuki K Poulose2018-10-012-1/+8
| | * | | | vgic: Add support for 52bit guest physical addressKristina Martsenko2018-10-013-28/+15
| | * | | | kvm: arm64: Switch to per VM IPA limitSuzuki K Poulose2018-10-014-3/+5
| | * | | | kvm: arm64: Configure VTCR_EL2.SL0 per VMSuzuki K Poulose2018-10-012-19/+49
| | * | | | kvm: arm64: Dynamic configuration of VTTBR maskSuzuki K Poulose2018-10-012-10/+88
| | * | | | kvm: arm64: Make stage2 page table layout dynamicSuzuki K Poulose2018-10-011-32/+52
| | * | | | kvm: arm64: Prepare for dynamic stage2 page table layoutSuzuki K Poulose2018-10-014-124/+136
| | * | | | kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose2018-10-0110-134/+158
| | * | | | kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose2018-10-017-81/+45
| | * | | | kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose2018-10-014-2/+19
| | * | | | kvm: arm64: Clean up VTCR_EL2 initialisationSuzuki K Poulose2018-10-012-26/+11
| | * | | | arm64: Add a helper for PARange to physical shift conversionSuzuki K Poulose2018-10-011-0/+20
| | * | | | kvm: arm64: Add helper for loading the stage2 setting for a VMSuzuki K Poulose2018-10-013-3/+12
| | * | | | kvm: arm/arm64: Remove spurious WARN_ONSuzuki K Poulose2018-10-011-1/+1
| | * | | | kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page tableSuzuki K Poulose2018-10-011-1/+2
| * | | | | KVM: VMX: enable nested virtualization by defaultPaolo Bonzini2018-10-171-1/+1
| * | | | | KVM/x86: Use 32bit xor to clear registers in svm.cUros Bizjak2018-10-172-16/+18
| * | | | | kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOADJim Mattson2018-10-173-1/+32
| * | | | | kvm: vmx: Defer setting of DR6 until #DB deliveryJim Mattson2018-10-172-31/+62
| * | | | | kvm: x86: Defer setting of CR2 until #PF deliveryJim Mattson2018-10-174-21/+62
| * | | | | kvm: x86: Add payload operands to kvm_multiple_exceptionJim Mattson2018-10-171-7/+15
| * | | | | kvm: x86: Add exception payload fields to kvm_vcpu_eventsJim Mattson2018-10-175-26/+77
| * | | | | kvm: x86: Add has_payload and payload to kvm_queued_exceptionJim Mattson2018-10-172-0/+10
| * | | | | KVM: Documentation: Fix omission in struct kvm_vcpu_eventsJim Mattson2018-10-171-0/+1
| * | | | | KVM: selftests: add Enlightened VMCS testVitaly Kuznetsov2018-10-175-12/+1323
| * | | | | tools/headers: update kvm.hVitaly Kuznetsov2018-10-171-0/+6
| * | | | | x86/kvm/nVMX: nested state migration for Enlightened VMCSVitaly Kuznetsov2018-10-173-20/+65
| * | | | | KVM: selftests: state_test: test bare VMXON migrationVitaly Kuznetsov2018-10-174-10/+19
| * | | | | x86/kvm/nVMX: allow bare VMXON state migrationVitaly Kuznetsov2018-10-171-7/+8
| * | | | | x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinitVitaly Kuznetsov2018-10-171-2/+10
| * | | | | x86/kvm/hyperv: don't clear VP assist pages on initVitaly Kuznetsov2018-10-171-1/+7
| * | | | | KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS caseVitaly Kuznetsov2018-10-171-53/+65
| * | | | | KVM: nVMX: implement enlightened VMPTRLD and VMCLEARVitaly Kuznetsov2018-10-171-7/+108
| * | | | | KVM: nVMX: add enlightened VMCS stateVitaly Kuznetsov2018-10-171-17/+423
| * | | | | KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capabilityVitaly Kuznetsov2018-10-175-0/+65
| * | | | | KVM: VMX: refactor evmcs_sanitize_exec_ctrls()Vitaly Kuznetsov2018-10-171-61/+47
| * | | | | KVM: hyperv: define VP assist page helpersLadi Prosek2018-10-175-6/+29