summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm-x86-ops.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-251-0/+1
|\
| * KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-211-0/+1
* | KVM: x86: allow per cpu apicv inhibit reasonsMaxim Levitsky2022-04-021-0/+1
|/
* KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_maskMaxim Levitsky2022-03-211-1/+1
* KVM: x86: allow defining return-0 static callsPaolo Bonzini2022-02-181-6/+9
* KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini2022-02-181-5/+5
* KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_opsPaolo Bonzini2022-02-181-43/+43
* KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPICPaolo Bonzini2022-02-181-1/+0
* KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooksSean Christopherson2022-02-101-3/+3
* KVM: x86: Use static_call() for copy/move encryption context ioctls()Sean Christopherson2022-02-101-0/+2
* KVM: x86: Use static_call() for .vcpu_deliver_sipi_vector()Sean Christopherson2022-02-101-0/+1
* KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor namesSean Christopherson2022-02-101-10/+10
* KVM: x86: Move delivery of non-APICv interrupt into vendor codeSean Christopherson2022-02-011-1/+1
* KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooksSean Christopherson2022-01-191-2/+0
* KVM: VMX: Reject KVM_RUN if emulation is required with pending exceptionSean Christopherson2022-01-191-0/+1
* KVM: SVM: include CR3 in initial VMSA state for SEV-ES guestsMichael Roth2022-01-071-0/+1
* KVM: x86: Always set kvm_run->if_flagMarc Orr2021-12-201-0/+1
* KVM: x86: don't disable APICv memslot when inhibitedMaxim Levitsky2021-08-201-1/+0
* KVM: x86: Drop "pre_" from enter/leave_smm() helpersSean Christopherson2021-06-171-2/+2
* KVM: X86: Add vendor callbacks for writing the TSC multiplierIlias Stamatis2021-06-171-0/+1
* KVM: X86: Move write_l1_tsc_offset() logic to common code and rename itIlias Stamatis2021-06-171-1/+1
* KVM: X86: Add functions for retrieving L2 TSC fields from common codeIlias Stamatis2021-06-171-0/+2
* KVM: x86: add start_assignment hook to kvm_x86_opsMarcelo Tosatti2021-05-271-0/+1
* KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare2021-02-191-0/+1
* KVM: x86: Move MMU's PML logic to common codeSean Christopherson2021-02-191-4/+0
* KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson2021-02-191-1/+0
* KVM: x86: introduce definitions to support static calls for kvm_x86_opsJason Baron2021-02-041-0/+127