summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specificSean Christopherson2022-09-262-4/+4
* KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowedSean Christopherson2022-09-264-11/+14
* KVM: nVMX: Make an event request when pending an MTF nested VM-ExitSean Christopherson2022-09-262-2/+7
* KVM: x86: make vendor code check for all nested eventsPaolo Bonzini2022-09-263-6/+12
* mailmap: Update Oliver's email addressOliver Upton2022-09-261-0/+1
* KVM: x86: Allow force_emulation_prefix to be written without a reloadSean Christopherson2022-09-261-3/+4
* KVM: selftests: Add an x86-only test to verify nested exception queueingSean Christopherson2022-09-263-0/+297
* KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codesSean Christopherson2022-09-262-54/+4
* KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()Sean Christopherson2022-09-263-5/+45
* KVM: VMX: Update MTF and ICEBP comments to document KVM's subtle behaviorSean Christopherson2022-09-261-5/+11
* KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptionsSean Christopherson2022-09-262-4/+2
* KVM: x86: Morph pending exceptions to pending VM-Exits at queue timeSean Christopherson2022-09-266-150/+188
* KVM: nVMX: Document priority of all known events on Intel CPUsSean Christopherson2022-09-261-0/+83
* KVM: nVMX: Add a helper to identify low-priority #DB trapsSean Christopherson2022-09-261-6/+17
* 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: Formalize blocking of nested pending exceptionsSean Christopherson2022-09-262-20/+33
* KVM: x86: Make kvm_queued_exception a properly named, visible structSean Christopherson2022-09-267-116/+113
* KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exceptionSean Christopherson2022-09-265-7/+7
* KVM: VMX: Inject #PF on ENCLS as "emulated" #PFSean Christopherson2022-09-261-1/+1
* KVM: nVMX: Unconditionally clear mtf_pending on nested VM-ExitSean Christopherson2022-09-261-9/+12
* KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFSSean Christopherson2022-09-261-2/+4
* KVM: x86: Use DR7_GD macro instead of open coding check in emulatorSean Christopherson2022-09-261-2/+1
* KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)Sean Christopherson2022-09-261-2/+25
* KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap FlagSean Christopherson2022-09-261-3/+5
* KVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault-likeSean Christopherson2022-09-261-11/+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: VMX: Drop bits 31:16 when shoving exception error code into VMCSSean Christopherson2022-09-262-2/+21
* KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"Sean Christopherson2022-09-261-8/+11
* 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-262-22/+24
* KVM: x86/mmu: fix repeated words in commentsJilin Yuan2022-09-261-1/+1
* KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSRVitaly Kuznetsov2022-09-261-4/+1
* KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_configVitaly Kuznetsov2022-09-262-11/+8
* KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRsVitaly Kuznetsov2022-09-263-22/+15
* KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_...Vitaly Kuznetsov2022-09-261-1/+1
* KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_c...Vitaly Kuznetsov2022-09-261-24/+35
* KVM: x86: VMX: Replace some Intel model numbers with mnemonicsJim Mattson2022-09-261-5/+5
* KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setupSean Christopherson2022-09-261-11/+7
* KVM: VMX: Add missing CPU based VM execution controls to vmcs_configVitaly Kuznetsov2022-09-262-1/+14
* KVM: VMX: Add missing VMEXIT controls to vmcs_configVitaly Kuznetsov2022-09-262-0/+10
* KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs...Vitaly Kuznetsov2022-09-261-7/+6
* KVM: VMX: Extend VMX controls macro shenanigansVitaly Kuznetsov2022-09-262-112/+157
* KVM: VMX: Don't toggle VM_ENTRY_IA32E_MODE for 32-bit kernels/KVMSean Christopherson2022-09-261-0/+5
* KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING in setup...Vitaly Kuznetsov2022-09-261-3/+6
* KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING in setup_vmcs_config()Vitaly Kuznetsov2022-09-262-2/+9
* KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()Vitaly Kuznetsov2022-09-261-3/+11