summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx_ops.h
Commit message (Expand)AuthorAgeFilesLines
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-3/+3
* KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}Vitaly Kuznetsov2023-12-071-1/+1
* KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathSean Christopherson2023-07-291-2/+1
* KVM: VMX: Make VMREAD error path play nice with noinstrSean Christopherson2023-07-291-1/+8
* KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=nSean Christopherson2023-03-141-11/+11
* KVM: VMX: Allow VM-Fail path of VMREAD helper to be instrumentedSean Christopherson2023-01-241-0/+2
* KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-2/+2
* KVM: VMX: Make vmread_error_trampoline() uncallable from C codeSean Christopherson2022-11-301-2/+16
* KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"Vitaly Kuznetsov2022-11-181-1/+1
* KVM: VMX: Do not declare vmread_error() asmlinkageUros Bizjak2022-09-261-1/+1
* KVM: VMX: Prevent RSB underflow before vmenterJosh Poimboeuf2022-06-271-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-0/+27
|\
| * KVM: VMX: Provide vmread version using asm-goto-with-outputsPeter Zijlstra2022-01-071-0/+27
* | x86/vmx: Remove .fixup usagePeter Zijlstra2021-12-111-9/+7
|/
* KVM: x86: Move declaration of kvm_spurious_fault() to x86.hUros Bizjak2021-08-131-1/+1
* KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()Sean Christopherson2021-08-131-2/+0
* KVM: vmx: add mismatched size assertions in vmcs_check32()Haiwei Li2021-04-201-0/+4
* KVM: VMX: Rename ops.h to vmx_ops.hSean Christopherson2020-09-281-0/+320