summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
11 daysMerge 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
2025-09-23KVM: x86: Report XSS as to-be-saved if there are supported featuresSean Christopherson
2025-09-23KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs supportYang Weijiang
2025-09-23KVM: x86: Merge 'svm' into 'cet' to pick up GHCB dependenciesSean Christopherson
2025-09-23KVM: x86: Add helper to retrieve current value of user return MSRHou Wenlong
2025-09-23KVM: SEV: Validate XCR0 provided by guest in GHCBSean Christopherson
2025-09-18KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTSSean Christopherson
2025-09-16KVM: TDX: Reject fully in-kernel irqchip if EOIs are protected, i.e. for TDX VMsSagi Shahar
2025-09-10Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-10KVM: x86: Move vector_hashing into lapic.cSean Christopherson
2025-08-27KVM: guest_memfd: Add plumbing to host to map guest_memfd pagesFuad Tabba
2025-08-19KVM: x86: Zero XSTATE components on INIT by iterating over supported featuresChao Gao
2025-08-19KVM: x86: Manually clear MPX state only on INITSean Christopherson
2025-08-19KVM: x86: Add kvm_msr_{read,write}() helpersYang Weijiang
2025-08-19KVM: x86: Use double-underscore read/write MSR helpers as appropriateSean Christopherson
2025-08-19KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accessesYang Weijiang
2025-08-19KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpathXin Li
2025-08-19KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on IntelXin Li
2025-08-19KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()Xin Li
2025-08-19KVM: x86: Rename local "ecx" variables to "msr" and "pmc" as appropriateSean Christopherson
2025-08-19KVM: x86: Add a fastpath handler for INVDSean Christopherson
2025-08-19KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()Sean Christopherson
2025-08-19KVM: x86/pmu: Add wrappers for counting emulated instructions/branchesSean Christopherson
2025-08-19KVM: x86: Fold WRMSR fastpath helpers into the main handlerSean Christopherson
2025-08-19KVM: x86: Unconditionally grab data from EDX:EAX in WRMSR fastpathSean Christopherson
2025-08-19KVM: x86: Acquire SRCU in WRMSR fastpath iff instruction needs to be skippedSean Christopherson
2025-08-19KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exitsSean Christopherson
2025-08-19KVM: x86: Drop semi-arbitrary restrictions on IPI type in fastpathSean Christopherson
2025-08-19KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handlerSean Christopherson
2025-08-19KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2Sean Christopherson
2025-08-19KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson