summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-null-pointer-fix' into kvm-masterPaolo Bonzini2020-03-141-2/+3
|\
| * KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAsVitaly Kuznetsov2020-03-141-2/+3
* | KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirectNitesh Narayan Lal2020-03-141-2/+5
* | KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1Sean Christopherson2020-03-141-2/+14
* | KVM: fix Kconfig menu text for -WerrorJason A. Donenfeld2020-03-051-1/+1
* | KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov2020-03-031-0/+1
* | KVM: SVM: Fix the svm vmexit code for WRMSRHaiwei Li2020-03-021-1/+2
* | KVM: X86: Fix dereference null cpufreq policyWanpeng Li2020-03-021-3/+5
* | KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
* | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
* | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
* | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
* | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
* | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2
|/
* KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2020-02-232-7/+52
* KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2020-02-232-14/+27
* KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini2020-02-231-1/+1
* KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-236-2/+81
* KVM: fix error handling in svm_hardware_setupLi RongQing2020-02-231-21/+20
* KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin2020-02-211-7/+6
* KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin2020-02-211-1/+3
* KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov2020-02-214-11/+8
* KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-213-9/+16
* kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledSuravee Suthikulpanit2020-02-211-0/+3
* KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowwanpeng li2020-02-211-2/+9
* KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin2020-02-211-1/+1
* kvm/emulate: fix a -Werror=cast-function-typeQian Cai2020-02-201-22/+14
* KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini2020-02-201-1/+1
* KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin2020-02-171-5/+5
* KVM: x86: enable -WerrorPaolo Bonzini2020-02-121-0/+1
* KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini2020-02-121-1/+1
* KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson2020-02-121-1/+1
* KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson2020-02-121-0/+3
* KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2020-02-121-2/+3
* KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson2020-02-123-7/+19
* KVM: apic: reuse smp_wmb() in kvm_make_request()Miaohe Lin2020-02-121-3/+0
* KVM: x86: remove duplicated KVM_REQ_EVENT requestMiaohe Lin2020-02-121-1/+0
* KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTSOliver Upton2020-02-121-13/+16
* KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton2020-02-121-0/+28
* KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton2020-02-121-0/+8
* KVM: x86: do not reset microcode version on INIT or RESETPaolo Bonzini2020-02-122-2/+2
* KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declarationMiaohe Lin2020-02-051-2/+0
* KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bitSean Christopherson2020-02-051-0/+2
* KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini2020-02-051-0/+4
* KVM: x86: Fix perfctr WRMSR for running countersEric Hankland2020-02-051-5/+4
* x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...Vitaly Kuznetsov2020-02-053-0/+58
* x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()Vitaly Kuznetsov2020-02-053-8/+41
* kvm: mmu: Separate generating and setting mmio ptesBen Gardon2020-02-051-2/+13
* kvm: mmu: Replace unsigned with unsigned int for PTE accessBen Gardon2020-02-051-11/+13
* KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()Sean Christopherson2020-02-051-4/+4