summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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-19x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructionsXin Li
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: Rename check_pmu_event_filter() to pmc_is_event_allowed()Sean Christopherson
2025-08-19KVM: x86/pmu: Drop redundant check on PMC being locally enabled for emulationSean Christopherson
2025-08-19KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulationSean Christopherson
2025-08-19KVM: x86/pmu: Open code pmc_event_is_allowed() in its callersSean Christopherson
2025-08-19KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()Sean Christopherson
2025-08-19KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRsSean Christopherson
2025-08-19KVM: x86/pmu: Add wrappers for counting emulated instructions/branchesSean Christopherson
2025-08-19KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.cSean 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: x86: Add kvm_icr_to_lapic_irq() helper to allow for fastpath IPIsSean Christopherson
2025-08-19kvm: x86: simplify kvm_vector_to_index()Yury Norov
2025-08-19KVM: x86: allow CPUID 0xC000_0000 to proceed on Zhaoxin CPUsEwan Hai
2025-08-19arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF addressThomas Huth
2025-08-19KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't validSean Christopherson
2025-08-19KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2Sean Christopherson
2025-08-19KVM: TDX: Remove redundant __GFP_ZEROQianfeng Rong
2025-08-19KVM: VMX: Add host MSR read/write helpers to consolidate preemption handlingSean Christopherson
2025-08-19KVM: VMX: Fix an indentationXin Li
2025-08-19KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson
2025-08-19KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lockVipin Sharma
2025-08-19KVM: x86/mmu: Rename kvm_tdp_mmu_zap_sp() to better indicate its purposeVipin Sharma
2025-08-19KVM: x86/mmu: Track possible NX huge pages separately for TDP vs. Shadow MMUVipin Sharma
2025-08-19x86/bugs: Fix GDS mitigation selecting when mitigation is offLi RongQing
2025-08-18KVM: SEV: don't check have_run_cpus in sev_writeback_caches()Yury Norov
2025-08-18x86/insn: Add XOP prefix instructions decoder supportMasami Hiramatsu (Google)
2025-08-18x86/CPU/AMD: Ignore invalid reset reason valueYazen Ghannam
2025-08-18compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich
2025-08-18objtool: Validate kCFI callsPeter Zijlstra
2025-08-18x86/fred: KVM: VMX: Always use FRED for IRQs when CONFIG_X86_FRED=ySean Christopherson
2025-08-18x86/fred: Play nice with invoking asm_fred_entry_from_kvm() on non-FRED hardwareJosh Poimboeuf
2025-08-18x86/fred: Install system vector handlers even if FRED isn't fully enabledSean Christopherson
2025-08-18x86/hyperv: Use direct call to hypercall-pagePeter Zijlstra
2025-08-18x86/hyperv: Clean up hv_do_hypercall()Peter Zijlstra
2025-08-18KVM: x86: Remove fastopsPeter Zijlstra
2025-08-18KVM: x86: Convert em_salc() to CPeter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_3WCLPeter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_1SRC2Peter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_2CLPeter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_2WPeter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_2RPeter Zijlstra