aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2020-06-17KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson
2020-06-17KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini
2020-06-17KVM: nSVM: fix condition for filtering async PFPaolo Bonzini
2020-06-17KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson
2020-06-17KVM: x86: Fix APIC page invalidation raceEiichi Tsukata
2020-06-17KVM: x86: respect singlestep when emulating instructionFelipe Franciosi
2020-06-17KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson
2020-06-17KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini
2020-06-17KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini
2020-05-20KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-05-20KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-05-20kvm: nVMX: reflect MTF VM-exits if injected by L1Oliver Upton
2020-05-20KVM: nVMX: Consolidate nested MTF checks to helper functionOliver Upton
2020-05-14kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini
2020-05-14arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan
2020-05-14KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson
2020-05-10x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai
2020-04-29KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak
2020-04-17KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov
2020-04-17KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson
2020-04-17KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson
2020-04-17KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson
2020-04-17KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson
2020-04-17KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-03-26KVM: X86: Narrow down the IPI fastpath to single target IPIWanpeng Li
2020-03-24KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timerWanpeng Li
2020-03-23KVM: VMX: don't allow memory operands for inline asm that modifies SPNick Desaulniers
2020-03-23KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...He Zhe
2020-03-23KVM: SVM: Issue WBINVD after deactivating an SEV guestTom Lendacky
2020-03-20KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is availablePaolo Bonzini
2020-03-20KVM: x86: remove bogus user-triggerable WARN_ONPaolo Bonzini
2020-03-14Merge branch 'kvm-null-pointer-fix' into kvm-masterPaolo Bonzini
2020-03-14KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAsVitaly Kuznetsov
2020-03-14KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirectNitesh Narayan Lal
2020-03-14KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1Sean Christopherson
2020-03-05KVM: fix Kconfig menu text for -WerrorJason A. Donenfeld
2020-03-03KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov
2020-03-02KVM: SVM: Fix the svm vmexit code for WRMSRHaiwei Li
2020-03-02KVM: X86: Fix dereference null cpufreq policyWanpeng Li
2020-03-01KVM: VMX: check descriptor table exits on instruction emulationOliver Upton
2020-02-28kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu
2020-02-28KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini
2020-02-28KVM: allow disabling -WerrorPaolo Bonzini
2020-02-28KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks
2020-02-28KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini
2020-02-23KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton
2020-02-23KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton
2020-02-23KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton
2020-02-23KVM: fix error handling in svm_hardware_setupLi RongQing