Age | Commit message (Expand) | Author |
2019-11-27 | KVM x86: Move kvm cpuid support out of svm | Peter Gonda |
2019-11-21 | Merge branch 'kvm-tsx-ctrl' into HEAD | Paolo Bonzini |
2019-11-15 | KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handler | Liran Alon |
2019-11-15 | KVM: retpolines: x86: eliminate retpoline from svm.c exit handlers | Andrea Arcangeli |
2019-10-31 | KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active | Paolo Bonzini |
2019-10-22 | KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update | Miaohe Lin |
2019-10-22 | kvm: svm: Update svm_xsaves_supported | Aaron Lewis |
2019-10-22 | KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 code | Aaron Lewis |
2019-10-22 | KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMD | Aaron Lewis |
2019-10-22 | KVM: x86: Introduce vcpu->arch.xsaves_enabled | Aaron Lewis |
2019-10-22 | kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter | Suthikulpanit, Suravee |
2019-10-22 | KVM: x86: Fold decache_cr3() into cache_reg() | Sean Christopherson |
2019-10-22 | KVM: SVM: Reduce WBINVD/DF_FLUSH invocations | Tom Lendacky |
2019-10-22 | KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guests | Tom Lendacky |
2019-10-22 | KVM: SVM: Guard against DEACTIVATE when performing WBINVD/DF_FLUSH | Tom Lendacky |
2019-10-22 | KVM: SVM: Serialize access to the SEV ASID bitmap | Tom Lendacky |
2019-09-24 | kvm: svm: Intercept RDPRU | Jim Mattson |
2019-09-24 | KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfig | Sean Christopherson |
2019-09-24 | KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT} | Sean Christopherson |
2019-09-24 | KVM: x86: Handle emulation failure directly in kvm_task_switch() | Sean Christopherson |
2019-09-24 | KVM: x86: Exit to userspace on emulation skip failure | Sean Christopherson |
2019-09-24 | KVM: x86: Move #GP injection for VMware into x86_emulate_instruction() | Sean Christopherson |
2019-09-24 | KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error code | Sean Christopherson |
2019-09-24 | KVM: x86: svm: remove unneeded nested_enable_evmcs() hook | Vitaly Kuznetsov |
2019-09-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2019-09-11 | KVM: x86: Fix INIT signal handling in various CPU states | Liran Alon |
2019-09-11 | x86: KVM: svm: Fix a check in nested_svm_vmrun() | Dan Carpenter |
2019-09-11 | KVM: x86: Return to userspace with internal error on unexpected exit reason | Liran Alon |
2019-09-10 | KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM code | Sean Christopherson |
2019-09-10 | KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers | Sean Christopherson |
2019-09-10 | KVM: X86: Tune PLE Window tracepoint | Peter Xu |
2019-09-10 | KVM: x86: Disable posted interrupts for non-standard IRQs delivery modes | Alexander Graf |
2019-08-27 | KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n... | Vitaly Kuznetsov |
2019-08-22 | KVM: Assert that struct kvm_vcpu is always as offset zero | Sean Christopherson |
2019-08-22 | x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception() | Vitaly Kuznetsov |
2019-08-22 | x86: KVM: svm: eliminate weird goto from vmrun_interception() | Vitaly Kuznetsov |
2019-08-22 | x86: KVM: svm: remove hardcoded instruction length from intercepts | Vitaly Kuznetsov |
2019-08-22 | x86: KVM: add xsetbv to the emulator | Vitaly Kuznetsov |
2019-08-22 | x86: kvm: svm: propagate errors from skip_emulated_instruction() | Vitaly Kuznetsov |
2019-08-22 | x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu... | Vitaly Kuznetsov |
2019-08-22 | KVM: x86: always expose VIRT_SSBD to guests | Paolo Bonzini |
2019-08-14 | KVM: x86: svm: remove redundant assignment of var new_entry | Miaohe Lin |
2019-08-05 | KVM: Fix leak vCPU's VMCS value into other pCPU | Wanpeng Li |
2019-07-22 | KVM: X86: Dynamically allocate user_fpu | Wanpeng Li |
2019-07-20 | KVM: SVM: Fix detection of AMD Errata 1096 | Liran Alon |
2019-07-11 | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini |
2019-07-11 | KVM: x86: Unconditionally enable irqs in guest context | Sean Christopherson |
2019-07-03 | KVM: svm: add nrips module parameter | Paolo Bonzini |
2019-07-02 | KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST | Paolo Bonzini |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 | Thomas Gleixner |