aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2022-01-17KVM: x86: Making the module parameter of vPMU more commonGravatar Like Xu 1-0/+1
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+0
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+13
2022-01-07KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirtyGravatar David Woodhouse 1-1/+0
2021-11-26KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexitGravatar Sean Christopherson 1-6/+1
2021-11-18KVM: x86: Assume a 64-bit hypercall for guests with protected stateGravatar Tom Lendacky 1-0/+12
2021-11-17KVM: x86: More precisely identify NMI from guest when handling PMIGravatar Sean Christopherson 1-3/+10
2021-11-17KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variableGravatar Sean Christopherson 1-4/+6
2021-10-22kvm: x86: Remove stale declaration of kvm_no_apic_vcpuGravatar Jim Mattson 1-2/+0
2021-08-13KVM: x86: Move declaration of kvm_spurious_fault() to x86.hGravatar Uros Bizjak 1-0/+2
2021-06-24KVM: x86/mmu: Use MMU role_regs to get LA57, and drop vCPU LA57 helperGravatar Sean Christopherson 1-10/+0
2021-05-05KVM: x86: Consolidate guest enter/exit logic to common helpersGravatar Sean Christopherson 1-0/+45
2021-04-26KVM: x86: Rename GPR accessors to make mode-aware variants the defaultsGravatar Sean Christopherson 1-4/+4
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADGravatar Paolo Bonzini 1-1/+0
2021-03-30KVM: x86: remove unused declaration of kvm_write_tsc()Gravatar Dongli Zhang 1-1/+0
2021-03-15KVM: x86: Handle triple fault in L2 without killing L1Gravatar Sean Christopherson 1-0/+2
2021-03-15KVM: x86: Move nVMX's consistency check macro to common codeGravatar Sean Christopherson 1-0/+8
2021-02-04KVM: x86/xen: update wallclock regionGravatar Joao Martins 1-0/+1
2021-02-04KVM: move EXIT_FASTPATH_REENTER_GUEST to common codeGravatar Paolo Bonzini 1-1/+0
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadGravatar Jason Baron 1-3/+3
2021-02-04KVM: x86: Factor out x86 instruction emulation with decodingGravatar Wei Huang 1-0/+2
2021-02-04KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTLGravatar Like Xu 1-0/+2
2021-02-01KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID checkGravatar Vitaly Kuznetsov 1-0/+2
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU loadingGravatar Tom Lendacky 1-0/+1
2020-12-15KVM: SVM: Support string IO operations for an SEV-ES guestGravatar Tom Lendacky 1-0/+3
2020-12-15KVM: SVM: Support MMIO for an SEV-ES guestGravatar Tom Lendacky 1-0/+5
2020-12-14KVM/VMX/SVM: Move kvm_machine_check function to x86.hGravatar Uros Bizjak 1-0/+20
2020-11-15KVM: x86: Return bool instead of int for CR4 and SREGS validity checksGravatar Sean Christopherson 1-1/+1
2020-11-08KVM: x86: use positive error values for msr emulation that causes #GPGravatar Maxim Levitsky 1-1/+7
2020-09-28KVM: x86: Add infrastructure for MSR filteringGravatar Alexander Graf 1-0/+1
2020-09-28KVM: X86: Move handling of INVPCID types to x86Gravatar Babu Moger 1-0/+1
2020-09-28KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.cGravatar Babu Moger 1-0/+2
2020-09-28KVM: LAPIC: Narrow down the kick target vCPUGravatar Wanpeng Li 1-1/+0
2020-07-10KVM: x86: Add helper functions for illegal GPA checking and page fault injectionGravatar Mohammed Gamal 1-0/+1
2020-07-09kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostGravatar Maxim Levitsky 1-1/+1
2020-07-08KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...Gravatar Krish Sadhukhan 1-0/+1
2020-07-08KVM: x86: Make CR4.VMXE reserved for the guestGravatar Paolo Bonzini 1-0/+2
2020-07-08KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Gravatar Krish Sadhukhan 1-0/+21
2020-07-08KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate functionGravatar Krish Sadhukhan 1-0/+5
2020-07-08KVM: X86: Move ignore_msrs handling upper the stackGravatar Peter Xu 1-0/+2
2020-05-15KVM: X86: Introduce more exit_fastpath_completion enum valuesGravatar Wanpeng Li 1-1/+1
2020-05-15KVM: X86: Introduce kvm_vcpu_exit_request() helperGravatar Wanpeng Li 1-0/+1
2020-04-21KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDGravatar Sean Christopherson 1-0/+6
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionGravatar Sean Christopherson 1-2/+2
2020-03-16KVM: CPUID: add support for supervisor statesGravatar Paolo Bonzini 1-0/+1
2020-03-16KVM: x86: Make kvm_mpx_supported() an inline functionGravatar Sean Christopherson 1-0/+6
2020-03-16KVM: x86: Calculate the supported xcr0 mask at load timeGravatar Sean Christopherson 1-6/+1
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directoryGravatar Sean Christopherson 1-0/+1
2020-03-16KVM: x86: Move emulation-only helpers to emulate.cGravatar Sean Christopherson 1-11/+0