summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-01-08x86/amd_node: Update __amd_smn_rw() error pathsYazen Ghannam
2025-01-08x86/amd_nb: Move SMN access code to a new amd_node driverMario Limonciello
2025-01-08x86/amd_nb, hwmon: (k10temp): Simplify amd_pci_dev_to_node_id()Mario Limonciello
2025-01-08x86/amd_nb: Simplify function 3 searchYazen Ghannam
2025-01-08x86/amd_nb: Use topology info to get AMD node countYazen Ghannam
2025-01-08x86/amd_nb: Simplify root device searchYazen Ghannam
2025-01-08x86/amd_nb: Simplify function 4 searchYazen Ghannam
2025-01-08x86: Start moving AMD node functionality out of AMD_NBYazen Ghannam
2025-01-08x86/amd_nb: Clean up early_is_amd_nb()Yazen Ghannam
2025-01-08x86/amd_nb: Restrict init function to AMD-based systemsYazen Ghannam
2025-01-08hyperv: Clean up unnecessary #includesNuno Das Neves
2025-01-07x86/fpu: Ensure shadow stack is active before "getting" registersRick Edgecombe
2025-01-07x86/sev: Mark the TSC in a secure TSC guest as reliableNikunj A Dadhania
2025-01-07x86/sev: Prevent RDTSC/RDTSCP interception for Secure TSC enabled guestsNikunj A Dadhania
2025-01-07x86/sev: Prevent GUEST_TSC_FREQ MSR interception for Secure TSC enabled guestsNikunj A Dadhania
2025-01-07x86/sev: Change TSC MSR behavior for Secure TSC enabled guestsNikunj A Dadhania
2025-01-07x86/sev: Add Secure TSC support for SNP guestsNikunj A Dadhania
2025-01-07x86/sev: Don't hang but terminate on failure to remap SVSM CAArd Biesheuvel
2025-01-07x86/sev: Relocate SNP guest messaging routines to common codeNikunj A Dadhania
2025-01-07x86/sev: Carve out and export SNP guest messaging init routinesNikunj A Dadhania
2025-01-03x86/mce/amd: Remove shared threshold bank plumbingYazen Ghannam
2025-01-03x86/ioapic: Remove a stray tab in the IO-APIC type stringAlan Song
2025-01-02x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0Andrew Cooper
2025-01-02x86/sev: Disable UBSAN on SEV code that may execute very earlyArd Biesheuvel
2024-12-31x86/microcode/AMD: Remove ret local var in early_apply_microcode()Borislav Petkov (AMD)
2024-12-31x86/microcode/AMD: Have __apply_microcode_amd() return boolBorislav Petkov (AMD)
2024-12-31x86/microcode/AMD: Make __verify_patch_size() return boolNikolay Borisov
2024-12-31x86/microcode/AMD: Remove bogus comment from parse_container()Nikolay Borisov
2024-12-31x86/microcode/AMD: Return bool from find_blobs_in_containers()Nikolay Borisov
2024-12-31x86/mce: Remove the redundant mce_hygon_feature_init()Qiuxu Zhuo
2024-12-31x86/mce: Convert family/model mixed checks to VFM-based checksQiuxu Zhuo
2024-12-31x86/mce: Break up __mcheck_cpu_apply_quirks()Tony Luck
2024-12-30x86/mce: Make four functions return boolQiuxu Zhuo
2024-12-30x86/mce/threshold: Remove the redundant this_cpu_dec_return()Qiuxu Zhuo
2024-12-30x86/mce: Make several functions return boolQiuxu Zhuo
2024-12-30x86/cpufeatures: Remove "AMD" from the comments to the AMD-specific leafBorislav Petkov (AMD)
2024-12-30KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspaceBorislav Petkov (AMD)
2024-12-30x86/bugs: Add SRSO_USER_KERNEL_NO supportBorislav Petkov (AMD)
2024-12-29Merge tag 'x86-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-12-29Merge tag 'perf-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-12-29x86/fred: Clear WFE in missing-ENDBRANCH #CPsXin Li (Intel)
2024-12-26ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddrMasami Hiramatsu (Google)
2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google)
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)
2024-12-26ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNCMasami Hiramatsu (Google)
2024-12-26tracing: Add ftrace_fill_perf_regs() for perf eventMasami Hiramatsu (Google)
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)
2024-12-23fgraph: Get ftrace recursion lock in function_graph_enterMasami Hiramatsu (Google)