summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2025-01-08x86/tsc: Init the TSC for Secure TSC guestsNikunj A Dadhania-0/+4
2025-01-08x86/amd_node: Use defines for SMN register offsetsYazen Ghannam-6/+9
2025-01-08x86/amd_node: Remove dependency on AMD_NBYazen Ghannam-3/+39
2025-01-08x86/amd_node: Update __amd_smn_rw() error pathsYazen Ghannam-9/+5
2025-01-08x86/amd_nb: Move SMN access code to a new amd_node driverMario Limonciello-89/+90
2025-01-08x86/amd_nb: Simplify function 3 searchYazen Ghannam-45/+1
2025-01-08x86/amd_nb: Use topology info to get AMD node countYazen Ghannam-9/+13
2025-01-08x86/amd_nb: Simplify root device searchYazen Ghannam-76/+60
2025-01-08x86/amd_nb: Simplify function 4 searchYazen Ghannam-63/+3
2025-01-08x86: Start moving AMD node functionality out of AMD_NBYazen Ghannam-0/+35
2025-01-08x86/amd_nb: Clean up early_is_amd_nb()Yazen Ghannam-4/+3
2025-01-08x86/amd_nb: Restrict init function to AMD-based systemsYazen Ghannam-0/+4
2025-01-07x86/fpu: Ensure shadow stack is active before "getting" registersRick Edgecombe-1/+2
2025-01-03x86/mce/amd: Remove shared threshold bank plumbingYazen Ghannam-101/+26
2025-01-03x86/ioapic: Remove a stray tab in the IO-APIC type stringAlan Song-1/+1
2025-01-02x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0Andrew Cooper-1/+0
2024-12-31x86/microcode/AMD: Remove ret local var in early_apply_microcode()Borislav Petkov (AMD)-3/+2
2024-12-31x86/microcode/AMD: Have __apply_microcode_amd() return boolBorislav Petkov (AMD)-6/+6
2024-12-31x86/microcode/AMD: Make __verify_patch_size() return boolNikolay Borisov-9/+9
2024-12-31x86/microcode/AMD: Remove bogus comment from parse_container()Nikolay Borisov-2/+2
2024-12-31x86/microcode/AMD: Return bool from find_blobs_in_containers()Nikolay Borisov-6/+9
2024-12-31x86/mce: Remove the redundant mce_hygon_feature_init()Qiuxu Zhuo-6/+2
2024-12-31x86/mce: Convert family/model mixed checks to VFM-based checksQiuxu Zhuo-5/+8
2024-12-31x86/mce: Break up __mcheck_cpu_apply_quirks()Tony Luck-76/+92
2024-12-30x86/mce: Make four functions return boolQiuxu Zhuo-23/+22
2024-12-30x86/mce/threshold: Remove the redundant this_cpu_dec_return()Qiuxu Zhuo-1/+1
2024-12-30x86/mce: Make several functions return boolQiuxu Zhuo-20/+21
2024-12-30x86/bugs: Add SRSO_USER_KERNEL_NO supportBorislav Petkov (AMD)-0/+5
2024-12-29x86/fred: Clear WFE in missing-ENDBRANCH #CPsXin Li (Intel)-0/+30
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)-14/+16
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)-14/+28
2024-12-23fgraph: Get ftrace recursion lock in function_graph_enterMasami Hiramatsu (Google)-7/+0
2024-12-20Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar-870/+1194
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+58
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen-27/+27
2024-12-18x86/fpu: Remove unnecessary CPUID level checkDave Hansen-5/+0
2024-12-18x86/fpu: Move CPUID leaf definitions to common codeDave Hansen-1/+2
2024-12-18x86/tsc: Remove CPUID "frequency" leaf magic numbers.Dave Hansen-6/+6
2024-12-18x86/tsc: Move away from TSC leaf magic numbersDave Hansen-6/+5
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen-1/+1
2024-12-18x86/cpu: Remove unnecessary MwAIT leaf checksDave Hansen-5/+0
2024-12-18x86/cpu: Use MWAIT leaf definitionDave Hansen-1/+2
2024-12-18x86/cpu: Move MWAIT leaf definition to common headerDave Hansen-0/+4
2024-12-18x86/cpu: Remove 'x86_cpu_desc' infrastructureDave Hansen-31/+0
2024-12-18x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id'Dave Hansen-5/+4
2024-12-17x86/cpu: Expose only stepping min/max interfaceDave Hansen-48/+48
2024-12-17x86/cpu: Introduce new microcode matching helperDave Hansen-0/+11
2024-12-17x86/xen: remove hypercall pageJuergen Gross-9/+0
2024-12-14x86/sev: Require the RMPREAD instruction after Zen4Tom Lendacky-2/+7
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross-0/+9