Age | Commit message (Expand) | Author |
2020-03-01 | KVM: VMX: check descriptor table exits on instruction emulation | Oliver Upton |
2020-02-28 | KVM: x86: allow compiling as non-module with W=1 | Valdis Klētnieks |
2020-02-23 | KVM: nVMX: Check IO instruction VM-exit conditions | Oliver Upton |
2020-02-23 | KVM: nVMX: Refactor IO bitmap checks into helper function | Oliver Upton |
2020-02-23 | KVM: nVMX: Don't emulate instructions in guest mode | Paolo Bonzini |
2020-02-23 | KVM: nVMX: Emulate MTF when performing instruction emulation | Oliver Upton |
2020-02-21 | KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap... | Vitaly Kuznetsov |
2020-02-21 | KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1 | Vitaly Kuznetsov |
2020-02-21 | KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow | wanpeng li |
2020-02-17 | KVM: nVMX: Fix some obsolete comments and grammar error | Miaohe Lin |
2020-02-12 | KVM: nVMX: Use correct root level for nested EPT shadow page tables | Sean Christopherson |
2020-02-12 | KVM: nVMX: Fix some comment typos and coding style | Miaohe Lin |
2020-02-12 | KVM: nVMX: Handle pending #DB when injecting INIT VM-exit | Oliver Upton |
2020-02-12 | KVM: x86: do not reset microcode version on INIT or RESET | Paolo Bonzini |
2020-02-05 | KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration | Miaohe Lin |
2020-02-05 | KVM: x86: Fix perfctr WRMSR for running counters | Eric Hankland |
2020-02-05 | x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g... | Vitaly Kuznetsov |
2020-02-05 | x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs() | Vitaly Kuznetsov |
2020-02-05 | KVM: nVMX: Remove stale comment from nested_vmx_load_cr3() | Sean Christopherson |
2020-02-05 | KVM: nVMX: delete meaningless nested_vmx_run() declaration | Miaohe Lin |
2020-02-05 | kvm: x86: hyperv: Use APICv update request interface | Suravee Suthikulpanit |
2020-02-05 | kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasons | Suravee Suthikulpanit |
2020-02-05 | KVM: x86: remove get_enable_apicv from kvm_x86_ops | Paolo Bonzini |
2020-02-05 | kvm: x86: Introduce APICv inhibit reason bits | Suravee Suthikulpanit |
2020-01-31 | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-01-27 | KVM: VMX: remove duplicated segment cache clear | Miaohe Lin |
2020-01-27 | KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests | Krish Sadhukhan |
2020-01-27 | KVM: X86: Drop x86_set_memory_region() | Peter Xu |
2020-01-27 | KVM: X86: Don't take srcu lock in init_rmode_identity_map() | Peter Xu |
2020-01-27 | x86/kvm/hyper-v: remove stale evmcs_already_enabled check from nested_enable_... | Vitaly Kuznetsov |
2020-01-27 | KVM: x86: Perform non-canonical checks in 32-bit KVM | Sean Christopherson |
2020-01-27 | KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRL | Oliver Upton |
2020-01-27 | KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacks | Marios Pomonis |
2020-01-27 | KVM: x86: Protect exit_reason from being used in Spectre-v1/L1TF attacks | Marios Pomonis |
2020-01-27 | kvm/svm: PKU not currently supported | John Allen |
2020-01-24 | KVM: x86: Move kvm_vcpu_init() invocation to common code | Sean Christopherson |
2020-01-24 | KVM: x86: Move FPU allocation to common x86 code | Sean Christopherson |
2020-01-24 | KVM: x86: Allocate vcpu struct in common x86 code | Sean Christopherson |
2020-01-24 | KVM: VMX: Use direct vcpu pointer during vCPU create/free | Sean Christopherson |
2020-01-24 | KVM: VMX: Allocate VPID after initializing VCPU | Sean Christopherson |
2020-01-24 | KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL | Paolo Bonzini |
2020-01-21 | KVM: nVMX: vmread should not set rflags to specify success in case of #PF | Miaohe Lin |
2020-01-21 | KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration | Miaohe Lin |
2020-01-21 | KVM: x86: Refactor and rename bit() to feature_bit() macro | Sean Christopherson |
2020-01-21 | KVM: x86: Drop special XSAVE handling from guest_cpuid_has() | Sean Christopherson |
2020-01-21 | KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logic | Sean Christopherson |
2020-01-21 | KVM: VMX: Add non-canonical check on writes to RTIT address MSRs | Sean Christopherson |
2020-01-21 | KVM: Fix some writing mistakes | Miaohe Lin |
2020-01-21 | KVM: Fix some comment typos and missing parentheses | Miaohe Lin |
2020-01-21 | KVM: Fix some out-dated function names in comment | Miaohe Lin |