summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-12-12KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replacedOmar Sandoval3-11/+43
2025-12-07Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"Jiri Olsa1-5/+5
2025-12-01x86/CPU/AMD: Extend Zen6 model rangeBorislav Petkov (AMD)1-1/+1
2025-12-01x86/microcode/AMD: Limit Entrysign signature checking to known generationsBorislav Petkov (AMD)1-1/+19
2025-12-01perf/x86/intel/uncore: Add uncore PMU support for Wildcat Lakedongsheng1-0/+1
2025-12-01KVM: SVM: Fix redundant updates of LBR MSR interceptsYosry Ahmed2-1/+9
2025-11-24KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALLSean Christopherson3-0/+17
2025-11-24KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on IntelXin Li6-13/+90
2025-11-24KVM: x86: Rename local "ecx" variables to "msr" and "pmc" as appropriateSean Christopherson1-12/+12
2025-11-24x86/CPU/AMD: Add additional fixed RDSEED microcode revisionsMario Limonciello1-0/+7
2025-11-24x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrevBorislav Petkov (AMD)1-0/+1
2025-11-24KVM: VMX: Fix check for valid GVA on an EPT violationSukrit Bhatnagar1-1/+1
2025-11-24KVM: nSVM: Fix and simplify LBR virtualization handling with nestedYosry Ahmed2-49/+17
2025-11-24KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()Yosry Ahmed1-10/+19
2025-11-24KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updatedYosry Ahmed1-0/+4
2025-11-24ACPI: CPPC: Detect preferred core availability on online CPUsGautham R. Shenoy1-1/+1
2025-11-13x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcodeMario Limonciello1-0/+1
2025-11-13x86/amd_node: Fix AMD root device cachingYazen Ghannam2-100/+51
2025-11-13x86/microcode/AMD: Add more known models to entry sign checkingMario Limonciello (AMD)1-0/+2
2025-11-13x86: uaccess: don't use runtime-const rewriting in modulesLinus Torvalds3-6/+14
2025-11-13clocksource: hyper-v: Skip unnecessary checks for the root partitionWei Liu1-1/+10
2025-11-13x86/virt/tdx: Use precalculated TDVPR page physical addressKai Huang3-13/+19
2025-11-13x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALTLi RongQing1-10/+10
2025-11-13Fix access to video_is_primary_device() when compiled without CONFIG_VIDEOMario Limonciello (AMD)1-0/+2
2025-11-13fbcon: Use screen info to find primary deviceMario Limonciello (AMD)1-1/+24
2025-11-13x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscallKirill A. Shutemov1-3/+14
2025-11-13perf/x86/intel: Fix KASAN global-out-of-bounds warningDapeng Mi1-1/+2
2025-11-13bpf: Do not audit capability check in do_jit()Ondrej Mosnacek1-1/+1
2025-11-13x86/fpu: Ensure XFD state on signal deliveryChang S. Bae1-0/+3
2025-11-13x86/CPU/AMD: Add RDSEED fix for Zen5Gregory Price1-0/+10
2025-11-13x86/build: Disable SSE4aPeter Zijlstra1-1/+1
2025-11-02x86/bugs: Fix reporting of LFENCE retpolineDavid Kaplan1-4/+1
2025-11-02x86/bugs: Add attack vector controls for VMSCAPEDavid Kaplan1-4/+10
2025-11-02perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASKDapeng Mi3-9/+9
2025-11-02x86/bugs: Qualify RETBLEED_INTEL_MSGDavid Kaplan1-1/+3
2025-11-02x86/bugs: Report correct retbleed mitigation statusDavid Kaplan1-1/+3
2025-10-29x86/microcode: Fix Entrysign revision check for Zen1/NaplesAndrew Cooper1-1/+1
2025-10-23x86/resctrl: Fix miscount of bandwidth event when reactivating previously una...Babu Moger1-4/+10
2025-10-23x86/resctrl: Refactor resctrl_arch_rmid_read()Babu Moger1-15/+23
2025-10-23x86/mm: Fix SMP ordering in switch_mm_irqs_off()Ingo Molnar1-2/+22
2025-10-23x86/CPU/AMD: Prevent reset reasons from being retained across rebootRong Zhang1-2/+14
2025-10-19x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases)Sean Christopherson1-0/+11
2025-10-19x86/umip: Check that the instruction opcode is at least two bytesSean Christopherson1-2/+2
2025-10-19x86/fred: Remove ENDBR64 from FRED entry pointsXin Li (Intel)1-1/+1
2025-10-19KVM: TDX: Fix uninitialized error code for __tdx_bringup()Tony Lindgren1-7/+3
2025-10-19KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guestHou Wenlong3-19/+18
2025-10-19x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNPSean Christopherson1-2/+19
2025-10-19KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2Sean Christopherson4-0/+9
2025-10-19KVM: x86: Add helper to retrieve current value of user return MSRHou Wenlong2-0/+7
2025-10-15KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't validSean Christopherson1-2/+10