summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-10-12KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson
2025-10-02x86/Kconfig: Reenable PTDUMP on i386Alexander Popov
2025-10-02x86/topology: Implement topology_is_core_online() to address SMT regressionThomas Gleixner
2025-09-25KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is activeMaciej S. Szmigiero
2025-09-25x86/sev: Guard sev_evict_cache() with CONFIG_AMD_MEM_ENCRYPTTom Lendacky
2025-09-19x86/cpu/topology: Always try cpu_parse_topology_ext() on AMD/HygonK Prateek Nayak
2025-09-11x86/vmscape: Add old Intel CPUs to affected listPawan Gupta
2025-09-11x86/vmscape: Warn when STIBP is disabled with SMTPawan Gupta
2025-09-11x86/bugs: Move cpu_bugs_smt_update() downPawan Gupta
2025-09-11x86/vmscape: Enable the mitigationPawan Gupta
2025-09-11x86/vmscape: Add conditional IBPB mitigationPawan Gupta
2025-09-11x86/vmscape: Enumerate VMSCAPE bugPawan Gupta
2025-09-09x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()Harry Yoo
2025-09-04x86/cpu/topology: Use initial APIC ID from XTOPOLOGY leaf on AMD/HYGONK Prateek Nayak
2025-09-04x86/microcode/AMD: Handle the case of no BIOS microcodeBorislav Petkov (AMD)
2025-09-04x86/cpu/intel: Fix the constant_tsc model check for Pentium 4Suchit Karunakaran
2025-09-04KVM: x86: use array_index_nospec with indices that come from guestThijs Raymakers
2025-08-28x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helperTianxiang Peng
2025-08-28x86/CPU/AMD: Ignore invalid reset reason valueYazen Ghannam
2025-08-28compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich
2025-08-28crypto: x86/aegis - Add missing error checksEric Biggers
2025-08-28crypto: x86/aegis - Fix sleeping when disallowed on PREEMPT_RTEric Biggers
2025-08-20KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guestMaxim Levitsky
2025-08-20KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIsMaxim Levitsky
2025-08-20KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-EnterMaxim Levitsky
2025-08-20KVM: VMX: Extract checking of guest's DEBUGCTL into helperSean Christopherson
2025-08-20x86/sev: Ensure SVSM reserved fields in a page validation entry are initializ...Tom Lendacky
2025-08-20x86/fpu: Fix NULL dereference in avx512_status()Fushuai Wang
2025-08-20x86/sev: Improve handling of writes to intercepted TSC MSRsNikunj A Dadhania
2025-08-20x86/bugs: Avoid warning when overriding return thunkPawan Gupta
2025-08-20x86/sev/vc: Fix EFI runtime instruction emulationGerd Hoffmann
2025-08-20lib/crypto: x86/poly1305: Fix performance regression on short messagesEric Biggers
2025-08-20lib/crypto: x86/poly1305: Fix register corruption in no-SIMD contextsEric Biggers
2025-08-15KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supportedSean Christopherson
2025-08-15KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flagSean Christopherson
2025-08-15KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmapSean Christopherson
2025-08-15x86/fpu: Delay instruction pointer fixup until after warningDave Hansen
2025-08-15x86/sev: Evict cache lines during SNP memory validationTom Lendacky
2025-08-15x86/irq: Plug vector setup raceThomas Gleixner
2025-08-15x86/bugs: Allow ITS stuffing in eIBRS+retpoline mode alsoPawan Gupta
2025-08-15x86/bugs: Introduce cdt_possible()Pawan Gupta
2025-08-15x86/bugs: Simplify the retbleed=stuff checksPawan Gupta
2025-08-15x86/bugs: Avoid AUTO after the select step in the retbleed mitigationPawan Gupta
2025-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-07-23KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercallsManuel Andreas
2025-07-20Merge tag 'x86-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-20Merge tag 'hyperv-fixes-signed-20250718' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-07-17Merge tag 'kvm-x86-fixes-6.16-rc7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-07-17KVM: TDX: Don't report base TDVMCALLsXiaoyao Li
2025-07-15KVM: VMX: Ensure unused kvm_tdx_capabilities fields are zeroed outSean Christopherson