summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson2018-11-271-5/+15
* kvm: mmu: Fix race in emulated page table writesJunaid Shahid2018-11-271-18/+9
* KVM: nVMX: vmcs12 revision_id is always VMCS12_REVISION even when copied from...Liran Alon2018-11-271-5/+5
* KVM: nVMX: Verify eVMCS revision id match supported eVMCS version on eVMCS VM...Liran Alon2018-11-271-1/+24
* KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz2018-11-273-17/+15
* x86/kvm/vmx: fix old-style function declarationYi Wang2018-11-271-4/+4
* KVM: x86: fix empty-body warningsYi Wang2018-11-271-1/+1
* KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changesLiran Alon2018-11-271-5/+16
* KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon2018-11-271-0/+1
* KVM: nVMX: Fix kernel info-leak when enabling KVM_CAP_HYPERV_ENLIGHTENED_VMCS...Liran Alon2018-11-271-6/+6
* svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang2018-11-271-8/+11
* KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li2018-11-271-1/+2
* KVM: LAPIC: Fix pv ipis use-before-initializationWanpeng Li2018-11-271-0/+5
* KVM: VMX: re-add ple_gap module parameterLuiz Capitulino2018-11-271-0/+1
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-293-33/+33
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-2514-1050/+2358
|\
| * KVM/nVMX: Do not validate that posted_intr_desc_addr is page alignedKarimAllah Ahmed2018-10-241-1/+1
| * Revert "kvm: x86: optimize dr6 restore"Radim Krčmář2018-10-231-9/+4
| * x86/kvm/nVMX: tweak shadow fieldsVitaly Kuznetsov2018-10-192-9/+6
| * 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-171-0/+5
| * 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-171-16/+45
| * kvm: x86: Add has_payload and payload to kvm_queued_exceptionJim Mattson2018-10-171-0/+8
| * x86/kvm/nVMX: nested state migration for Enlightened VMCSVitaly Kuznetsov2018-10-172-20/+64
| * 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-173-0/+61
| * 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
| * KVM: x86: reintroduce pte_list_remove, but including mmu_spte_clear_track_bitsWei Yang2018-10-171-3/+9
| * KVM: x86: rename pte_list_remove to __pte_list_removeWei Yang2018-10-171-8/+8
| * kvm/x86 : fix some typoPeng Hao2018-10-171-2/+2
| * KVM/VMX: Change hv flush logic when ept tables are mismatched.Lan Tianyu2018-10-171-7/+8
| * KVM/x86: Use 32bit xor to clear registerUros Bizjak2018-10-171-2/+2
| * KVM/x86: Use assembly instruction mnemonics instead of .byte streamsUros Bizjak2018-10-171-26/+20
| * KVM/x86: Fix invvpid and invept register operand size in 64-bit modeUros Bizjak2018-10-171-2/+2
| * x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()Vitaly Kuznetsov2018-10-171-0/+6
| * x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is neededVitaly Kuznetsov2018-10-171-34/+61
| * x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()Vitaly Kuznetsov2018-10-171-15/+38
| * x86/kvm/mmu: make space for source data caching in struct kvm_mmuVitaly Kuznetsov2018-10-172-7/+21
| * x86/kvm/mmu: get rid of redundant kvm_mmu_setup()Paolo Bonzini2018-10-172-13/+1
| * x86/kvm/mmu: introduce guest_mmuVitaly Kuznetsov2018-10-172-18/+37