summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/vmx_ops.h
AgeCommit message (Expand)Author
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2023-12-07KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}Vitaly Kuznetsov
2023-07-29KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathSean Christopherson
2023-07-29KVM: VMX: Make VMREAD error path play nice with noinstrSean Christopherson
2023-03-14KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=nSean Christopherson
2023-01-24KVM: VMX: Allow VM-Fail path of VMREAD helper to be instrumentedSean Christopherson
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-11-30KVM: VMX: Make vmread_error_trampoline() uncallable from C codeSean Christopherson
2022-11-18KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"Vitaly Kuznetsov
2022-09-26KVM: VMX: Do not declare vmread_error() asmlinkageUros Bizjak
2022-06-27KVM: VMX: Prevent RSB underflow before vmenterJosh Poimboeuf
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-07KVM: VMX: Provide vmread version using asm-goto-with-outputsPeter Zijlstra
2021-12-11x86/vmx: Remove .fixup usagePeter Zijlstra
2021-08-13KVM: x86: Move declaration of kvm_spurious_fault() to x86.hUros Bizjak
2021-08-13KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()Sean Christopherson
2021-04-20KVM: vmx: add mismatched size assertions in vmcs_check32()Haiwei Li
2020-09-28KVM: VMX: Rename ops.h to vmx_ops.hSean Christopherson