summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-171-2/+4
|\
| * KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-ExitSean Christopherson2024-08-221-2/+4
* | Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int...Paolo Bonzini2024-09-171-2/+2
|\ \
| * | KVM: x86: Stuff vCPU's PAT with default value at RESET, not creationSean Christopherson2024-08-221-2/+2
| |/
* | Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-171-98/+35
|\ \
| * | KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()Sean Christopherson2024-09-091-5/+7
| * | KVM: x86: Update retry protection fields when forcing retry on emulation failureSean Christopherson2024-09-091-1/+1
| * | KVM: x86: Apply retry protection to "unprotect on failure" pathSean Christopherson2024-09-091-19/+1
| * | KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfnSean Christopherson2024-09-091-9/+19
| * | KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulationSean Christopherson2024-09-091-18/+0
| * | KVM: x86: Fold retry_instruction() into x86_emulate_instruction()Sean Christopherson2024-09-091-21/+9
| * | KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()Sean Christopherson2024-09-091-8/+5
| * | KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" pathSean Christopherson2024-09-091-26/+1
| * | KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retrySean Christopherson2024-09-091-1/+2
| * | KVM: x86: Get RIP from vCPU state when storing it to last_retry_eipSean Christopherson2024-09-091-1/+1
| * | KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zappedSean Christopherson2024-09-091-4/+4
| |/
* | Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-171-410/+423
|\ \
| * | KVM: x86: Forcibly leave nested if RSM to L2 hits shutdownSean Christopherson2024-09-091-6/+0
| * | KVM: x86: Add fastpath handling of HLT VM-ExitsSean Christopherson2024-08-291-1/+22
| * | KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpersSean Christopherson2024-08-291-132/+132
| * | KVM: x86: Exit to userspace if fastpath triggers one on instruction skipSean Christopherson2024-08-291-2/+7
| * | KVM: x86: Dedup fastpath MSR post-handling logicSean Christopherson2024-08-291-10/+11
| * | KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successfulSean Christopherson2024-08-291-1/+1
| * | KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRsSean Christopherson2024-08-221-3/+8
| * | KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRsSean Christopherson2024-08-221-18/+9
| * | KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()Sean Christopherson2024-08-221-184/+184
| * | KVM: x86: Funnel all fancy MSR return value handling into a common helperSean Christopherson2024-08-221-42/+42
| * | KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entrySean Christopherson2024-08-221-16/+13
| * | KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()Sean Christopherson2024-08-221-6/+6
| * | KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entrySean Christopherson2024-08-221-1/+1
| * | KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTEDSean Christopherson2024-08-221-6/+6
| * | KVM: x86: Use this_cpu_ptr() in kvm_user_return_msr_cpu_onlineLi Chen2024-08-221-2/+1
| |/
* | Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini2024-09-171-8/+18
|\ \
| * | KVM: x86: Register "emergency disable" callbacks when virt is enabledSean Christopherson2024-09-041-0/+10
| * | KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVMSean Christopherson2024-09-041-5/+5
| * | KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson2024-09-041-3/+3
| |/
* | KVM: x86: don't fall through case statements without annotationsLinus Torvalds2024-09-061-0/+1
* | KVM: x86: Only advertise KVM_CAP_READONLY_MEM when supported by VMTom Dohrmann2024-09-021-1/+2
* | KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTSSean Christopherson2024-08-221-0/+2
|/
* KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())Isaku Yamahata2024-08-131-4/+2
* KVM: remove kvm_arch_gmem_prepare_needed()Paolo Bonzini2024-07-261-5/+0
* KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*Paolo Bonzini2024-07-261-2/+2
* KVM: x86: disallow pre-fault for SNP VMs before initializationPaolo Bonzini2024-07-261-0/+3
* KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_opsWei Wang2024-07-161-159/+165
* KVM: x86: Replace static_call_cond() with static_call()Wei Wang2024-07-161-13/+13
* KVM: x86: Suppress MMIO that is triggered during task switch emulationSean Christopherson2024-07-161-1/+7
* Merge tag 'kvm-x86-vmx-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-12/+7
|\
| * KVM: x86: WARN if a vCPU gets a valid wakeup that KVM can't yet injectSean Christopherson2024-06-281-1/+4
| * KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()Sean Christopherson2024-06-281-9/+1
| * KVM: nVMX: Request immediate exit iff pending nested event needs injectionSean Christopherson2024-06-281-2/+2