summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.h
Commit message (Expand)AuthorAgeFilesLines
...
* | KVM: x86: Handle triple fault in L2 without killing L1Sean Christopherson2021-03-151-0/+2
* | KVM: x86: Move nVMX's consistency check macro to common codeSean Christopherson2021-03-151-0/+8
|/
* KVM: x86/xen: update wallclock regionJoao Martins2021-02-041-0/+1
* KVM: move EXIT_FASTPATH_REENTER_GUEST to common codePaolo Bonzini2021-02-041-1/+0
* KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron2021-02-041-3/+3
* KVM: x86: Factor out x86 instruction emulation with decodingWei Huang2021-02-041-0/+2
* KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTLLike Xu2021-02-041-0/+2
* KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID checkVitaly Kuznetsov2021-02-011-0/+2
* KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky2020-12-151-0/+1
* KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky2020-12-151-0/+3
* KVM: SVM: Support MMIO for an SEV-ES guestTom Lendacky2020-12-151-0/+5
* KVM/VMX/SVM: Move kvm_machine_check function to x86.hUros Bizjak2020-12-141-0/+20
* KVM: x86: Return bool instead of int for CR4 and SREGS validity checksSean Christopherson2020-11-151-1/+1
* KVM: x86: use positive error values for msr emulation that causes #GPMaxim Levitsky2020-11-081-1/+7
* KVM: x86: Add infrastructure for MSR filteringAlexander Graf2020-09-281-0/+1
* KVM: X86: Move handling of INVPCID types to x86Babu Moger2020-09-281-0/+1
* KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.cBabu Moger2020-09-281-0/+2
* KVM: LAPIC: Narrow down the kick target vCPUWanpeng Li2020-09-281-1/+0
* KVM: x86: Add helper functions for illegal GPA checking and page fault injectionMohammed Gamal2020-07-101-0/+1
* kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky2020-07-091-1/+1
* KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...Krish Sadhukhan2020-07-081-0/+1
* KVM: x86: Make CR4.VMXE reserved for the guestPaolo Bonzini2020-07-081-0/+2
* KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Krish Sadhukhan2020-07-081-0/+21
* KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate functionKrish Sadhukhan2020-07-081-0/+5
* KVM: X86: Move ignore_msrs handling upper the stackPeter Xu2020-07-081-0/+2
* KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li2020-05-151-1/+1
* KVM: X86: Introduce kvm_vcpu_exit_request() helperWanpeng Li2020-05-151-0/+1
* KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson2020-04-211-0/+6
* KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-311-2/+2
* KVM: CPUID: add support for supervisor statesPaolo Bonzini2020-03-161-0/+1
* KVM: x86: Make kvm_mpx_supported() an inline functionSean Christopherson2020-03-161-0/+6
* KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson2020-03-161-6/+1
* KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson2020-03-161-0/+1
* KVM: x86: Move emulation-only helpers to emulate.cSean Christopherson2020-03-161-11/+0
* KVM: x86: Take a u64 when checking for a valid dr7 valueSean Christopherson2020-02-051-1/+1
* KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan2020-01-271-0/+6
* KVM: x86: Perform non-canonical checks in 32-bit KVMSean Christopherson2020-01-271-8/+0
* KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRLPaolo Bonzini2020-01-241-0/+1
* KVM: x86: Move bit() helper to cpuid.hSean Christopherson2020-01-211-5/+0
* KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li2020-01-211-0/+1
* KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson2020-01-081-1/+1
* KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latchedLiran Alon2019-11-151-0/+5
* KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 codeAaron Lewis2019-10-221-2/+2
* KVM: x86: Add WARNs to detect out-of-bounds register indicesSean Christopherson2019-10-221-4/+2
* KVM: x86: Move triple fault request into RM int injectionSean Christopherson2019-09-241-1/+1
* KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson2019-08-221-1/+1
* KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-0/+2
* KVM: x86: introduce is_pae_pagingPaolo Bonzini2019-06-181-0/+5
* KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li2019-06-041-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-0/+10
|\