summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-08-21crypto: x86 - Remove CONFIG_AS_VPCLMULQDQUros Bizjak5-32/+5
2025-08-21crypto: X86 - Remove CONFIG_AS_VAESUros Bizjak5-17/+12
2025-08-20crypto: x86 - Remove CONFIG_AS_GFNIUros Bizjak6-31/+4
2025-08-20x86/kconfig: Drop unused and needless config X86_64_SMPLukas Bulwahn1-4/+0
2025-08-19KVM: x86: Zero XSTATE components on INIT by iterating over supported featuresChao Gao1-3/+9
2025-08-19KVM: x86: Manually clear MPX state only on INITSean Christopherson1-16/+30
2025-08-19KVM: x86: Add kvm_msr_{read,write}() helpersYang Weijiang3-5/+16
2025-08-19KVM: x86: Use double-underscore read/write MSR helpers as appropriateSean Christopherson1-13/+16
2025-08-19KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accessesYang Weijiang4-26/+27
2025-08-19KVM: x86: Advertise support for the immediate form of MSR instructionsXin Li4-2/+16
2025-08-19KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpathXin Li3-4/+17
2025-08-19KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on IntelXin Li6-13/+90
2025-08-19KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()Xin Li4-5/+5
2025-08-19KVM: x86: Rename local "ecx" variables to "msr" and "pmc" as appropriateSean Christopherson1-12/+12
2025-08-19x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructionsXin Li2-0/+2
2025-08-19KVM: x86: Add a fastpath handler for INVDSean Christopherson4-0/+14
2025-08-19KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()Sean Christopherson2-14/+8
2025-08-19KVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is_event_allowed()Sean Christopherson1-3/+3
2025-08-19KVM: x86/pmu: Drop redundant check on PMC being locally enabled for emulationSean Christopherson1-2/+1
2025-08-19KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulationSean Christopherson1-1/+1
2025-08-19KVM: x86/pmu: Open code pmc_event_is_allowed() in its callersSean Christopherson1-8/+4
2025-08-19KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()Sean Christopherson3-5/+5
2025-08-19KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRsSean Christopherson3-21/+61
2025-08-19KVM: x86/pmu: Add wrappers for counting emulated instructions/branchesSean Christopherson4-15/+24
2025-08-19KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.cSean Christopherson2-46/+48
2025-08-19KVM: x86: Fold WRMSR fastpath helpers into the main handlerSean Christopherson1-29/+5
2025-08-19KVM: x86: Unconditionally grab data from EDX:EAX in WRMSR fastpathSean Christopherson1-3/+1
2025-08-19KVM: x86: Acquire SRCU in WRMSR fastpath iff instruction needs to be skippedSean Christopherson1-13/+8
2025-08-19KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exitsSean Christopherson3-5/+1
2025-08-19KVM: x86: Drop semi-arbitrary restrictions on IPI type in fastpathSean Christopherson1-7/+1
2025-08-19KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handlerSean Christopherson3-4/+27
2025-08-19KVM: x86: Add kvm_icr_to_lapic_irq() helper to allow for fastpath IPIsSean Christopherson1-12/+18
2025-08-19kvm: x86: simplify kvm_vector_to_index()Yury Norov1-9/+2
2025-08-19KVM: x86: allow CPUID 0xC000_0000 to proceed on Zhaoxin CPUsEwan Hai1-1/+2
2025-08-19arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF addressThomas Huth1-14/+1
2025-08-19KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't validSean Christopherson1-2/+10
2025-08-19KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2Sean Christopherson4-0/+9
2025-08-19KVM: TDX: Remove redundant __GFP_ZEROQianfeng Rong1-1/+1
2025-08-19KVM: VMX: Add host MSR read/write helpers to consolidate preemption handlingSean Christopherson1-6/+19
2025-08-19KVM: VMX: Fix an indentationXin Li1-1/+3
2025-08-19KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson3-14/+13
2025-08-19KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lockVipin Sharma2-44/+98
2025-08-19KVM: x86/mmu: Rename kvm_tdp_mmu_zap_sp() to better indicate its purposeVipin Sharma3-3/+5
2025-08-19KVM: x86/mmu: Track possible NX huge pages separately for TDP vs. Shadow MMUVipin Sharma4-36/+72
2025-08-19x86/bugs: Fix GDS mitigation selecting when mitigation is offLi RongQing1-3/+1
2025-08-18KVM: SEV: don't check have_run_cpus in sev_writeback_caches()Yury Norov1-7/+3
2025-08-18x86/insn: Add XOP prefix instructions decoder supportMasami Hiramatsu (Google)6-13/+256
2025-08-18x86/CPU/AMD: Ignore invalid reset reason valueYazen Ghannam1-2/+6
2025-08-18compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich1-2/+3
2025-08-18objtool: Validate kCFI callsPeter Zijlstra3-0/+12