Age | Commit message (Expand) | Author |
2020-10-31 | KVM: vmx: remove unused variable | Paolo Bonzini |
2020-10-31 | KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again | Vitaly Kuznetsov |
2020-10-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-10-24 | KVM: vmx: rename pi_init to avoid conflict with paride | Paolo Bonzini |
2020-10-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-10-21 | Merge branch 'kvm-fixes' into 'next' | Paolo Bonzini |
2020-10-21 | KVM: VMX: Intercept guest reserved CR4 bits to inject #GP fault | Sean Christopherson |
2020-10-21 | KVM: x86: Move call to update_exception_bitmap() into VMX code | Sean Christopherson |
2020-10-21 | KVM: x86: allow kvm_x86_ops.set_efer to return an error value | Maxim Levitsky |
2020-10-21 | KVM: VMX: Ignore userspace MSR filters for x2APIC | Sean Christopherson |
2020-10-19 | KVM: VMX: Fix x2APIC MSR intercept handling on !APICV platforms | Peter Xu |
2020-10-14 | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-10-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-10-03 | KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept | Paolo Bonzini |
2020-09-29 | KVM: VMX: vmx_uret_msrs_list[] can be static | kernel test robot |
2020-09-28 | KVM: x86: rename KVM_REQ_GET_VMCS12_PAGES | Paolo Bonzini |
2020-09-28 | KVM: x86: VMX: Prevent MSR passthrough when MSR access is denied | Alexander Graf |
2020-09-28 | KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs | Aaron Lewis |
2020-09-28 | KVM: VMX: Rename vmx_uret_msr's "index" to "slot" | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename "vmx_msr_index" to "vmx_uret_msrs_list" | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_uret_msr" | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr" | Sean Christopherson |
2020-09-28 | KVM: VMX: Add vmx_setup_uret_msr() to handle lookup and swap | Sean Christopherson |
2020-09-28 | KVM: VMX: Move uret MSR lookup into update_transition_efer() | Sean Christopherson |
2020-09-28 | KVM: VMX: Check guest support for RDTSCP before processing MSR_TSC_AUX | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret_msr" | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to "guest_uret_msrs_loaded" | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_uret_msrs" | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs" | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr" | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot" | Sean Christopherson |
2020-09-28 | KVM: VMX: Prepend "MAX_" to MSR array size defines | Sean Christopherson |
2020-09-28 | KVM: x86: Rename "shared_msrs" to "user_return_msrs" | Sean Christopherson |
2020-09-28 | KVM: nVMX: Read EXIT_QUAL and INTR_INFO only when needed for nested exit | Sean Christopherson |
2020-09-28 | KVM: x86: Use common definition for kvm_nested_vmexit tracepoint | Sean Christopherson |
2020-09-28 | KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint | Sean Christopherson |
2020-09-28 | KVM: VMX: Add a helper to test for a valid error code given an intr info | Sean Christopherson |
2020-09-28 | KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepoint | Sean Christopherson |
2020-09-28 | KVM: nVMX: WARN on attempt to switch the currently loaded VMCS | Sean Christopherson |
2020-09-28 | KVM: nVMX: Drop redundant VMCS switch and free_nested() call | Sean Christopherson |
2020-09-28 | KVM: nVMX: Ensure vmcs01 is the loaded VMCS when freeing nested state | Sean Christopherson |
2020-09-28 | KVM: nVMX: Move free_nested() below vmx_switch_vmcs() | Sean Christopherson |
2020-09-28 | KVM: nVMX: Explicitly check for valid guest state for !unrestricted guest | Sean Christopherson |
2020-09-28 | KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails | Sean Christopherson |
2020-09-28 | KVM: nVMX: Reset the segment cache when stuffing guest segs | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename ops.h to vmx_ops.h | Sean Christopherson |
2020-09-28 | KVM: VMX: Extract posted interrupt support to separate files | Xiaoyao Li |
2020-09-28 | KVM: VMX: Add a helper and macros to reduce boilerplate for sec exec ctls | Sean Christopherson |
2020-09-28 | KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE" | Sean Christopherson |
2020-09-28 | KVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID.PCID | Sean Christopherson |