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