summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Track supported PERF_CAPABILITIES in kvm_capsSean Christopherson2022-11-091-0/+1
* KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowedSean Christopherson2022-09-261-5/+0
* KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptionsSean Christopherson2022-09-261-1/+2
* KVM: x86: Morph pending exceptions to pending VM-Exits at queue timeSean Christopherson2022-09-261-0/+7
* KVM: x86: Make kvm_queued_exception a properly named, visible structSean Christopherson2022-09-261-1/+2
* KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bitsSean Christopherson2022-07-281-1/+1
* KVM: VMX: Enable Notify VM exitTao Xu2022-06-081-0/+7
* KVM: x86: Introduce "struct kvm_caps" to track misc caps/settingsSean Christopherson2022-06-081-3/+23
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-0/+2
|\
| * KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOGDavid Matlack2022-02-101-0/+2
* | Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-221-6/+1
|\ \ | |/ |/|
| * x86: Share definition of __is_canonical_address()Adrian Hunter2022-02-021-6/+1
* | Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-051-4/+13
|\ \ | |/
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-221-0/+1
| |\
| * \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-1/+0
| |\ \
| * \ \ Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-4/+13
| |\ \ \
| | * | | KVM: x86: More precisely identify NMI from guest when handling PMISean Christopherson2021-11-171-3/+10
| | * | | KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variableSean Christopherson2021-11-171-4/+6
* | | | | kvm/x86: rework guest entry logicMark Rutland2022-02-011-45/+0
| |_|_|/ |/| | |
* | | | KVM: x86: Making the module parameter of vPMU more commonLike Xu2022-01-171-0/+1
| |_|/ |/| |
* | | KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirtyDavid Woodhouse2022-01-071-1/+0
|/ /
* | KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexitSean Christopherson2021-11-261-6/+1
* | KVM: x86: Assume a 64-bit hypercall for guests with protected stateTom Lendacky2021-11-181-0/+12
|/
* kvm: x86: Remove stale declaration of kvm_no_apic_vcpuJim Mattson2021-10-221-2/+0
* KVM: x86: Move declaration of kvm_spurious_fault() to x86.hUros Bizjak2021-08-131-0/+2
* KVM: x86/mmu: Use MMU role_regs to get LA57, and drop vCPU LA57 helperSean Christopherson2021-06-241-10/+0
* KVM: x86: Consolidate guest enter/exit logic to common helpersSean Christopherson2021-05-051-0/+45
* KVM: x86: Rename GPR accessors to make mode-aware variants the defaultsSean Christopherson2021-04-261-4/+4
* Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2021-04-221-1/+0
|\
| * KVM: x86: remove unused declaration of kvm_write_tsc()Dongli Zhang2021-03-301-1/+0
* | 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