summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
4 daysMerge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-12-08KVM: VMX: Update SVI during runtime APICv activationDongli Zhang
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-tdx-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-19KVM: x86: Add x86_emulate_ops.get_xcr() callbackPaolo 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-18KVM: x86: Unify L1TF flushing under per-CPU variableBrendan Jackman
2025-11-18KVM: x86: Allocate/free user_return_msrs at kvm.ko (un)loading timeChao Gao
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-13KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replacedOmar Sandoval
2025-11-07KVM: x86: Don't disable IRQs when unregistering user-return notifierHou Wenlong
2025-11-07KVM: x86: Leave user-return notifier registered on reboot/shutdownSean Christopherson
2025-11-07KVM: x86: WARN if user-return MSR notifier is registered on exitSean Christopherson
2025-11-07KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...Sean Christopherson
2025-11-07KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)Maxim Levitsky
2025-11-07KVM: x86: Fix a semi theoretical bug in kvm_arch_async_page_present_queued()Maxim Levitsky
2025-11-05KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctlSean Christopherson
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson
2025-11-04KVM: x86: Add a helper to dedup reporting of unhandled VM-ExitsSean Christopherson
2025-11-04KVM: x86: Call out MSR_IA32_S_CET is not handled by XSAVESChao Gao
2025-11-04KVM: x86: Harden KVM against imbalanced load/put of guest FPU stateSean Christopherson
2025-11-04KVM: x86: Unload "FPU" state on INIT if and only if its currently in-useSean Christopherson
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-10-10KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memorySean Christopherson
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-09-30entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM properSean Christopherson
2025-09-30KVM: x86: Export KVM-internal symbols for sub-modules onlySean Christopherson
2025-09-30KVM: x86: Drop pointless exports of kvm_arch_xxx() hooksSean Christopherson
2025-09-30Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-09-30Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-09-30Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-09-30Merge tag 'loongarch-kvm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2025-09-23KVM: x86: Add XSS support for CET_KERNEL and CET_USERYang Weijiang
2025-09-23KVM: x86: Emulate SSP[63:32]!=0 #GP(0) for FAR JMP to 32-bit modeSean Christopherson
2025-09-23KVM: x86: Don't emulate task switches when IBT or SHSTK is enabledSean Christopherson
2025-09-23KVM: VMX: Set host constant supervisor states to VMCS fieldsYang Weijiang
2025-09-23KVM: VMX: Emulate read and write to CET MSRsYang Weijiang
2025-09-23KVM: x86: Enable guest SSP read/write interface with new uAPIsYang Weijiang
2025-09-23KVM: x86: Report KVM supported CET MSRs as to-be-savedYang Weijiang
2025-09-23KVM: x86: Add fault checks for guest CR4.CET settingYang Weijiang
2025-09-23KVM: x86: Load guest FPU state when access XSAVE-managed MSRsSean Christopherson
2025-09-23KVM: x86: Initialize kvm_caps.supported_xssYang Weijiang
2025-09-23KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSSYang Weijiang
2025-09-23KVM: x86: Check XSS validity against guest CPUIDsChao Gao