- d95df95 kvm: tracing: Fix unmatched kvm_entry and kvm_exit events by Lorenzo Brescia · 4 years ago
- 647daca KVM: SVM: Add support for booting APs in an SEV-ES guest by Tom Lendacky · 4 years ago
- 5719455 KVM: SVM: Do not report support for SMM for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
- f9a4d62 KVM: x86: introduce complete_emulated_msr callback by Paolo Bonzini · 4 years, 1 month ago
- 3f1a18b KVM/VMX/SVM: Move kvm_machine_check function to x86.h by Uros Bizjak · 4 years, 2 months ago
- 39485ed KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits by Paolo Bonzini · 4 years, 1 month ago
- 2259c17 kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions by Jim Mattson · 4 years, 2 months ago
- fb04a1e KVM: X86: Implement ring-based dirty memory tracking by Peter Xu · 4 years, 3 months ago
- ff5a983 KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR] by Peter Xu · 4 years, 3 months ago
- 1c96dcc KVM: x86: fix apic_accept_events vs check_nested_events by Paolo Bonzini · 4 years, 2 months ago
- ee69c92 KVM: x86: Return bool instead of int for CR4 and SREGS validity checks by Sean Christopherson · 4 years, 3 months ago
- c2fe3cd KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook by Sean Christopherson · 4 years, 3 months ago
- a447e38 KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4() by Sean Christopherson · 4 years, 3 months ago
- d3a9e41 KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4() by Sean Christopherson · 4 years, 3 months ago
- 9478dec KVM: vmx: remove unused variable by Paolo Bonzini · 4 years, 2 months ago
- 064eedf KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again by Vitaly Kuznetsov · 4 years, 3 months ago
- 9bf8d8b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 2 months ago
- a3ff25f KVM: vmx: rename pi_init to avoid conflict with paride by Paolo Bonzini · 4 years, 2 months ago
- f9a705a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 2 months ago
- c0623f5 Merge branch 'kvm-fixes' into 'next' by Paolo Bonzini · 4 years, 2 months ago
- 2ed41aa KVM: VMX: Intercept guest reserved CR4 bits to inject #GP fault by Sean Christopherson · 4 years, 3 months ago
- a6337a3 KVM: x86: Move call to update_exception_bitmap() into VMX code by Sean Christopherson · 4 years, 3 months ago
- 72f211e KVM: x86: allow kvm_x86_ops.set_efer to return an error value by Maxim Levitsky · 4 years, 3 months ago
- 9389b9d KVM: VMX: Ignore userspace MSR filters for x2APIC by Sean Christopherson · 4 years, 3 months ago
- 628ade2 KVM: VMX: Fix x2APIC MSR intercept handling on !APICV platforms by Peter Xu · 4 years, 3 months ago
- 6873139 Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 22fbc03 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 3 months ago
- b502e6e KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept by Paolo Bonzini · 4 years, 3 months ago
- 6a2e092 KVM: VMX: vmx_uret_msrs_list[] can be static by kernel test robot · 4 years, 3 months ago
- 3eb9001 KVM: x86: VMX: Prevent MSR passthrough when MSR access is denied by Alexander Graf · 4 years, 3 months ago
- 476c9bd KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs by Aaron Lewis · 4 years, 3 months ago
- 802145c KVM: VMX: Rename vmx_uret_msr's "index" to "slot" by Sean Christopherson · 4 years, 3 months ago
- 14a61b6 KVM: VMX: Rename "vmx_msr_index" to "vmx_uret_msrs_list" by Sean Christopherson · 4 years, 3 months ago
- 7bf662b KVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_uret_msr" by Sean Christopherson · 4 years, 3 months ago
- d85a803 KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr" by Sean Christopherson · 4 years, 3 months ago
- bd65ba8 KVM: VMX: Add vmx_setup_uret_msr() to handle lookup and swap by Sean Christopherson · 4 years, 3 months ago
- 86e3e49 KVM: VMX: Move uret MSR lookup into update_transition_efer() by Sean Christopherson · 4 years, 3 months ago
- ef1d2ee KVM: VMX: Check guest support for RDTSCP before processing MSR_TSC_AUX by Sean Christopherson · 4 years, 3 months ago
- 1e7a483 KVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret_msr" by Sean Christopherson · 4 years, 3 months ago
- 658ece8 KVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to "guest_uret_msrs_loaded" by Sean Christopherson · 4 years, 3 months ago
- e9bb1ae KVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_uret_msrs" by Sean Christopherson · 4 years, 3 months ago
- fbc1800 KVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs" by Sean Christopherson · 4 years, 3 months ago
- eb3db1b KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr" by Sean Christopherson · 4 years, 3 months ago
- a128a93 KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot" by Sean Christopherson · 4 years, 3 months ago
- ce833b2 KVM: VMX: Prepend "MAX_" to MSR array size defines by Sean Christopherson · 4 years, 3 months ago
- 7e34fbd KVM: x86: Rename "shared_msrs" to "user_return_msrs" by Sean Christopherson · 4 years, 3 months ago
- 235ba74 KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint by Sean Christopherson · 4 years, 3 months ago
- 2ba4493 KVM: nVMX: Explicitly check for valid guest state for !unrestricted guest by Sean Christopherson · 4 years, 3 months ago
- 5a08532 KVM: VMX: Rename ops.h to vmx_ops.h by Sean Christopherson · 4 years, 3 months ago
- 8888cdd KVM: VMX: Extract posted interrupt support to separate files by Xiaoyao Li · 4 years, 3 months ago
- 8b50b92 KVM: VMX: Add a helper and macros to reduce boilerplate for sec exec ctls by Sean Christopherson · 4 years, 3 months ago
- 7f3603b KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE" by Sean Christopherson · 4 years, 3 months ago
- b936d3e KVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID.PCID by Sean Christopherson · 4 years, 3 months ago
- becdad8 KVM: VMX: Rename vmx_*_supported() helpers to cpu_has_vmx_*() by Sean Christopherson · 4 years, 3 months ago
- 7096cbf KVM: VMX: Use "illegal GPA" helper for PT/RTIT output base check by Sean Christopherson · 4 years, 3 months ago
- dc46515 KVM: x86: Move illegal GPA helper out of the MMU code by Sean Christopherson · 4 years, 3 months ago
- 1cc6cbc KVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with helper function by Sean Christopherson · 4 years, 3 months ago
- 8d921ac KVM: VMX: Use precomputed MAXPHYADDR for RTIT base MSR check by Sean Christopherson · 4 years, 3 months ago
- 28e2b2f KVM: VMX: Do not perform emulation for INVD intercept by Tom Lendacky · 4 years, 3 months ago
- 1a5488e KVM: VMX: Invoke NMI handler via indirect call instead of INTn by Sean Christopherson · 4 years, 4 months ago
- 535f7ef KVM: VMX: Move IRQ invocation to assembly subroutine by Sean Christopherson · 4 years, 4 months ago
- 09e3e2a KVM: x86: Add kvm_x86_ops hook to short circuit emulation by Sean Christopherson · 4 years, 3 months ago
- bddd82d KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vmcs02 if vmcs12 doesn't set it by Krish Sadhukhan · 4 years, 3 months ago
- 9715092 KVM: X86: Move handling of INVPCID types to x86 by Babu Moger · 4 years, 4 months ago
- 3f3393b KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c by Babu Moger · 4 years, 4 months ago
- 010fd37 KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns by Wanpeng Li · 4 years, 4 months ago
- b9757a4 KVM: nVMX: Simplify the initialization of nested_vmx_msrs by Chenyi Qiang · 4 years, 4 months ago
- 7c7ec32 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 3 months ago
- b96e650 KVM: x86: VMX: Make smaller physical guest address space support user-configurable by Mohammed Gamal · 4 years, 4 months ago
- bf3c0e5 Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD by Paolo Bonzini · 4 years, 3 months ago
- 84b1349 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 4 months ago
- 99b82a1 KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit by Wanpeng Li · 4 years, 4 months ago
- 43fea4e KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected by Peter Shier · 4 years, 4 months ago
- 00089c0 objtool: Rename frame.h -> objtool.h by Julien Thierry · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 921d259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 5 months ago
- 4da9f33 Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 8301305 KVM: x86: Specify max TDP level via kvm_configure_mmu() by Sean Christopherson · 4 years, 6 months ago
- d468d94 KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR by Sean Christopherson · 4 years, 6 months ago
- f83a4a6 KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatch by Sean Christopherson · 4 years, 6 months ago
- 2a40b90 KVM: x86: Pull the PGD's level from the MMU instead of recalculating it by Sean Christopherson · 4 years, 6 months ago
- 812f805 KVM: VMX: Make vmx_load_mmu_pgd() static by Sean Christopherson · 4 years, 6 months ago
- 72c3c0f x86/kvm: Use generic xfer to guest work function by Thomas Gleixner · 4 years, 5 months ago
- 3edd683 KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support by Mohammed Gamal · 4 years, 6 months ago
- 8c4182b KVM: VMX: optimize #PF injection when MAXPHYADDR does not match by Paolo Bonzini · 4 years, 6 months ago
- 1dbf5d68 KVM: VMX: Add guest physical address check in EPT violation and misconfig by Mohammed Gamal · 4 years, 6 months ago
- a0c1343 KVM: VMX: introduce vmx_need_pf_intercept by Paolo Bonzini · 4 years, 6 months ago
- 6986982 KVM: x86: rename update_bp_intercept to update_exception_bitmap by Paolo Bonzini · 4 years, 6 months ago
- 2245d39 x86/kvm/vmx: Use native read/write_cr2() by Thomas Gleixner · 4 years, 6 months ago
- 3ebccdf x86/kvm/vmx: Move guest enter/exit into .noinstr.text by Thomas Gleixner · 4 years, 6 months ago
- 0642391 x86/kvm/vmx: Add hardirq tracing to guest enter/exit by Thomas Gleixner · 4 years, 6 months ago
- 87fa7f3 x86/kvm: Move context tracking where it belongs by Thomas Gleixner · 4 years, 6 months ago
- 841c2be kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host by Maxim Levitsky · 4 years, 6 months ago
- 7c1b761 KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid() by Xiaoyao Li · 4 years, 6 months ago
- c967118 kvm: x86: Set last_vmentry_cpu in vcpu_enter_guest by Jim Mattson · 4 years, 7 months ago
- 8a14fe4 kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu by Jim Mattson · 4 years, 7 months ago
- 1aa561b kvm: x86: Add "last CPU" to some KVM_EXIT information by Jim Mattson · 4 years, 7 months ago
- 80a1684 kvm: vmx: Add last_cpu to struct vcpu_vmx by Jim Mattson · 4 years, 7 months ago
- 12bc213 KVM: X86: Do the same ignore_msrs check for feature msrs by Peter Xu · 4 years, 6 months ago
- 02f5fb2 KVM: x86/mmu: Make .write_log_dirty a nested operation by Sean Christopherson · 4 years, 6 months ago