summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
12 daysMerge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-12-08KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang
2025-12-08KVM: VMX: Update SVI during runtime APICv activationDongli Zhang
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-04KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson
2025-12-04KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-ExitsSean Christopherson
2025-12-02Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-02KVM: x86: Apply runtime updates to current CPUID during KVM_SET_CPUID{,2}Sean Christopherson
2025-11-26Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-26Merge tag 'kvm-x86-vmx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-26Merge tag 'kvm-x86-mmu-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-26Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-20KVM: x86: Remove unused declaration kvm_mmu_may_ignore_guest_pat()Yue Haibing
2025-11-20KVM: x86: Enable support for emulating AVX MOV instructionsPaolo Bonzini
2025-11-19KVM: x86: Add emulator support for decoding VEX prefixesPaolo Bonzini
2025-11-19KVM: x86: Refactor REX prefix handling in instruction emulationChang S. Bae
2025-11-19KVM: x86: Add AVX support to the emulator's register fetch and writebackPaolo Bonzini
2025-11-19KVM: x86: Add x86_emulate_ops.get_xcr() callbackPaolo Bonzini
2025-11-19KVM: x86: Share emulator's common register decoding codePaolo Bonzini
2025-11-19KVM: x86: Move op_prefix to struct x86_emulate_ctxt (from x86_decode_insn())Paolo Bonzini
2025-11-19KVM: x86: Improve formatting of the emulator's flags tablePaolo Bonzini
2025-11-19KVM: x86: Move Src2Shift up one bit (use bits 36:32 for Src2 in the emulator)Paolo Bonzini
2025-11-19KVM: x86: Add support for emulating MOVNTDQAPaolo Bonzini
2025-11-19KVM: x86: Add a helper to dedup loading guest/host XCR0 and XSSBinbin Wu
2025-11-19KVM: x86: Load guest/host PKRU outside of the fastpath run loopSean Christopherson
2025-11-19KVM: x86: Load guest/host XCR0 and XSS outside of the fastpath run loopSean Christopherson
2025-11-19KVM: VMX: Handle #MCs on VM-Enter/TD-Enter outside of the fastpathSean Christopherson
2025-11-18KVM: SVM: Handle #MCs in guest outside of fastpathSean Christopherson
2025-11-18KVM: x86: Unify L1TF flushing under per-CPU variableBrendan Jackman
2025-11-18KVM: VMX: Disable L1TF L1 data cache flush if CONFIG_CPU_MITIGATIONS=nSean Christopherson
2025-11-18KVM: VMX: Bundle all L1 data cache flush mitigation code togetherSean Christopherson
2025-11-18x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERSSean Christopherson
2025-11-18KVM: VMX: Handle MMIO Stale Data in VM-Enter assembly via ALTERNATIVES_2Sean Christopherson
2025-11-18x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigationSean Christopherson
2025-11-18x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as wellPawan Gupta
2025-11-18KVM: VMX: Use on-stack copy of @flags in __vmx_vcpu_run()Sean Christopherson
2025-11-18KVM: x86: Allocate/free user_return_msrs at kvm.ko (un)loading timeChao Gao
2025-11-18KVM: SVM: Fix redundant updates of LBR MSR interceptsYosry Ahmed
2025-11-17KVM: x86: remove comment about ntp correction sync forLei Chen
2025-11-17Revert "x86: kvm: rate-limit global clock updates"Lei Chen
2025-11-17Revert "x86: kvm: introduce periodic global clock updates"Lei Chen
2025-11-17KVM: x86: Grab lapic_timer in a local variable to cleanup periodic codeSean Christopherson
2025-11-17KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang
2025-11-17KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang
2025-11-17KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson
2025-11-17KVM: x86: Use "checked" versions of get_user() and put_user()Sean Christopherson
2025-11-14KVM: SEV: Add known supported SEV-SNP policy bitsTom Lendacky
2025-11-14KVM: SEV: Publish supported SEV-SNP policy bitsTom Lendacky
2025-11-14KVM: SEV: Consolidate the SEV policy bits in a single header fileTom Lendacky