summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2022-08-25x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf1-1/+2
2022-08-17KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it existsSean Christopherson1-1/+3
2022-08-17KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRLSean Christopherson2-2/+14
2022-08-17Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !en...Sean Christopherson2-18/+1
2022-08-17KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmuLike Xu2-1/+18
2022-08-17KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrlLike Xu1-0/+3
2022-08-17KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMUSean Christopherson1-0/+2
2022-08-17KVM: x86/pmu: Introduce the ctrl_mask value for fixed counterLike Xu1-1/+5
2022-08-17KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS)Sean Christopherson1-2/+2
2022-08-17KVM: set_msr_mce: Permit guests to ignore single-bit ECC errorsLev Kujawski1-2/+5
2022-08-17KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIPSean Christopherson1-0/+3
2022-08-17KVM: x86: Fix errant brace in KVM capability handlingBen Gardon1-1/+1
2022-08-17KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()Sean Christopherson2-1/+10
2022-08-17KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supportedSean Christopherson1-1/+5
2022-08-17KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"Sean Christopherson1-8/+15
2022-08-17KVM: x86/xen: Stop Xen timer before changing IRQColeman Dietsch1-18/+17
2022-08-17KVM: x86/xen: Initialize Xen timer only onceColeman Dietsch1-1/+3
2022-08-17KVM: x86: revalidate steal time cache if MSR value changesPaolo Bonzini1-3/+3
2022-08-17KVM: x86: do not report preemption if the steal time cache is stalePaolo Bonzini1-0/+2
2022-08-17KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson3-0/+24
2022-08-17KVM: x86: Tag kvm_mmu_x86_module_init() with __initSean Christopherson1-1/+1
2022-08-17KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson5-5/+19
2022-08-17KVM: x86/mmu: Treat NX as a valid SPTE bit for NPTSean Christopherson1-1/+1
2022-08-17KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GPSean Christopherson1-2/+2
2022-08-17KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checksSean Christopherson1-10/+9
2022-08-17KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4Sean Christopherson1-9/+14
2022-08-17KVM: nVMX: Account for KVM reserved CR4 bits in consistency checksSean Christopherson1-1/+2
2022-08-17KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported valueSean Christopherson1-33/+37
2022-08-17KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bitsSean Christopherson4-7/+14
2022-08-17KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0Maciej S. Szmigiero1-2/+0
2022-08-17KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending caseSean Christopherson1-1/+2
2022-08-17KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending caseSean Christopherson1-1/+2
2022-08-11x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon1-3/+5
2022-07-19KVM: x86: Protect the unused bits in MSR exiting flagsAaron Lewis1-0/+8
2022-07-15KVM: emulate: do not adjust size of fastop and setcc subroutinesPaolo Bonzini1-10/+7
2022-07-14KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()Vitaly Kuznetsov1-8/+10
2022-07-14Merge commit 'kvm-vmx-nested-tsc-fix' into kvm-masterPaolo Bonzini1-1/+0
2022-07-14kvm: stats: tell userspace which values are booleanPaolo Bonzini1-1/+1
2022-07-14x86/kvm: fix FASTOP_SIZE when return thunks are enabledThadeu Lima de Souza Cascardo1-4/+6
2022-07-14KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1Vitaly Kuznetsov1-1/+0
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-2/+2
2022-06-27KVM: VMX: Prevent RSB underflow before vmenterJosh Poimboeuf5-13/+34
2022-06-27x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf1-3/+3
2022-06-27KVM: VMX: Fix IBRS handling after vmexitJosh Poimboeuf1-1/+6
2022-06-27KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf4-31/+68
2022-06-27KVM: VMX: Convert launched argument to flagsJosh Poimboeuf5-9/+31
2022-06-27KVM: VMX: Flatten __vmx_vcpu_run()Josh Poimboeuf1-73/+46
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra1-0/+18
2022-06-27x86/kvm: Fix SETcc emulation for return thunksPeter Zijlstra1-13/+15
2022-06-27x86/kvm/vmx: Make noinstr cleanPeter Zijlstra2-5/+5