summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabledMathias Krause2023-05-171-0/+12
* KVM: x86: Clear "has_error_code", not "error_code", for RM exception injectionSean Christopherson2023-04-131-2/+9
* KVM: x86: Move guts of kvm_arch_init() to standalone helperSean Christopherson2023-03-171-2/+13
* KVM: x86: Fail emulation during EMULTYPE_SKIP on any exceptionSean Christopherson2023-02-251-1/+3
* kvm: initialize all of the kvm_debugregs structure before sending it to users...Greg Kroah-Hartman2023-02-221-2/+1
* KVM: x86: Mitigate the cross-thread return address predictions bugTom Lendacky2023-02-141-11/+32
* KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULTPaolo Bonzini2022-11-301-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-271-6/+23
|\
| * KVM: x86: allow L1 to not intercept triple faultMaxim Levitsky2022-11-171-5/+6
| * KVM: x86: forcibly leave nested mode on vCPU resetMaxim Levitsky2022-11-171-0/+10
| * KVM: x86: add kvm_leave_nestedMaxim Levitsky2022-11-171-1/+7
* | x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov2022-11-151-1/+1
|/
* KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu2022-11-091-0/+3
* KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu2022-11-091-5/+7
* KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu2022-11-091-12/+2
* KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()Ben Gardon2022-11-031-0/+3
* KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj2022-10-271-5/+7
* KVM: x86: Exempt pending triple fault from event injection sanity checkSean Christopherson2022-10-271-1/+14
* KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf2022-10-221-0/+56
* KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Alexander Graf2022-10-221-14/+17
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-181/+395
|\
| * KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-3/+0
| * KVM: mips, x86: do not rely on KVM_REQ_UNHALTPaolo Bonzini2022-09-261-1/+8
| * KVM: x86: never write to memory from kvm_vcpu_check_block()Paolo Bonzini2022-09-261-3/+11
| * KVM: x86: lapic does not have to process INIT if it is blockedPaolo Bonzini2022-09-261-1/+2
| * KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specificSean Christopherson2022-09-261-3/+3
| * KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowedSean Christopherson2022-09-261-4/+5
| * KVM: x86: make vendor code check for all nested eventsPaolo Bonzini2022-09-261-4/+4
| * KVM: x86: Allow force_emulation_prefix to be written without a reloadSean Christopherson2022-09-261-3/+4
| * KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()Sean Christopherson2022-09-261-3/+43
| * KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptionsSean Christopherson2022-09-261-3/+0
| * KVM: x86: Morph pending exceptions to pending VM-Exits at queue timeSean Christopherson2022-09-261-49/+110
| * KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-ExitSean Christopherson2022-09-261-2/+8
| * KVM: x86: Hoist nested event checks above event injection logicSean Christopherson2022-09-261-36/+53
| * KVM: x86: Use kvm_queue_exception_e() to queue #DFSean Christopherson2022-09-261-12/+9
| * KVM: x86: Make kvm_queued_exception a properly named, visible structSean Christopherson2022-09-261-42/+38
| * KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exceptionSean Christopherson2022-09-261-1/+1
| * KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)Sean Christopherson2022-09-261-2/+25
| * KVM: x86: Suppress code #DBs on Intel if MOV/POP SS blocking is activeSean Christopherson2022-09-261-1/+18
| * KVM: x86: Allow clearing RFLAGS.RF on forced emulation to test code #DBsSean Christopherson2022-09-261-2/+9
| * KVM: x86: Don't check for code breakpoints when emulating on exceptionSean Christopherson2022-09-261-3/+23
| * KVM: x86: Add missing trace points for RDMSR/WRMSR in emulator pathHou Wenlong2022-09-261-0/+6
| * KVM: x86: Return emulator error if RDMSR/WRMSR emulation failedHou Wenlong2022-09-261-10/+16
| * KVM: x86: Update trace function for nested VM entry to support VMXMingwei Zhang2022-09-261-1/+1
| * kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() failsJunaid Shahid2022-08-241-1/+7
* | KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabledSean Christopherson2022-09-221-0/+1
* | KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0Sean Christopherson2022-09-221-7/+2
* | KVM: x86: check validity of argument to KVM_SET_MP_STATEPaolo Bonzini2022-09-011-3/+17
* | KVM: x86: fix memoryleak in kvm_arch_vcpu_create()Miaohe Lin2022-09-011-2/+1
* | KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson2022-09-011-4/+21
|/