aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-09-11x86/mce: Separate global and per-CPU quirksYazen Ghannam3-62/+65
2025-09-11x86/mce: Do 'UNKNOWN' vendor check earlyYazen Ghannam1-10/+8
2025-09-11x86/mce: Define BSP-only SMCA initYazen Ghannam3-0/+11
2025-09-11x86/mce: Define BSP-only initYazen Ghannam3-10/+22
2025-09-11x86/mce: Set CR4.MCE last during initYazen Ghannam1-2/+3
2025-09-10Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-113/+258
2025-09-08clocksource: hyper-v: Skip unnecessary checks for the root partitionWei Liu1-1/+10
2025-09-08x86/cpu/topology: Always try cpu_parse_topology_ext() on AMD/HygonK Prateek Nayak1-11/+14
2025-09-05x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratumKai Huang1-0/+16
2025-09-05x86/sme: Use percpu boolean to control WBINVD during kexecKai Huang4-20/+48
2025-09-05x86/kexec: Consolidate relocate_kernel() function parametersKai Huang2-19/+28
2025-09-05x86/mce: Remove __mcheck_cpu_init_early()Yazen Ghannam2-14/+4
2025-09-05x86/mce: Cleanup bank processing on initBorislav Petkov1-45/+18
2025-09-05x86/mce/amd: Put list_head in threshold_bankYazen Ghannam1-31/+12
2025-09-05x86/mce/amd: Remove smca_banks_mapYazen Ghannam1-41/+9
2025-09-05x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device()Yazen Ghannam2-12/+14
2025-09-05x86/mce/amd: Rename threshold restart functionYazen Ghannam1-6/+6
2025-09-05Merge branch 'x86/apic' into x86/sev, to resolve conflictIngo Molnar4-51/+491
2025-09-04x86,retpoline: Optimize patch_retpoline()Peter Zijlstra1-16/+26
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra2-97/+128
2025-09-04x86/cfi: Add "debug" option to "cfi=" bootparamKees Cook1-0/+16
2025-09-04x86/cfi: Standardize on common "CFI:" prefix for CFI reportsKees Cook1-7/+10
2025-09-04x86/traps: Clarify KCFI instruction layoutKees Cook1-1/+1
2025-09-04x86/microcode: Add microcode loader debugging functionalityBorislav Petkov (AMD)3-23/+80
2025-09-04x86/microcode: Add microcode= cmdline parsingBorislav Petkov (AMD)1-4/+22
2025-09-04x86/microcode/intel: Refresh the revisions that determine old_microcodeSohil Mehta1-38/+48
2025-09-04x86/apic/savic: Do not use snp_abort()Borislav Petkov (AMD)1-3/+3
2025-09-03x86/boot: Get rid of the .head.text sectionArd Biesheuvel1-5/+0
2025-09-03x86/boot: Move startup code out of __head sectionArd Biesheuvel2-2/+5
2025-09-03efistub/x86: Remap inittext read-execute when neededArd Biesheuvel1-0/+2
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel2-5/+5
2025-09-03x86/sev: Export startup routines for later useArd Biesheuvel1-0/+2
2025-09-03x86/boot: Provide PIC aliases for 5-level paging related constantsArd Biesheuvel1-0/+3
2025-09-03sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra1-4/+4
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster3-3/+3
2025-09-01x86/apic: Enable Secure AVIC in the control MSRNeeraj Upadhyay1-1/+2
2025-09-01x86/apic: Add kexec support for Secure AVICNeeraj Upadhyay2-0/+11
2025-09-01x86/apic: Handle EOI writes for Secure AVIC guestsNeeraj Upadhyay1-1/+30
2025-09-01x86/apic: Read and write LVT* APIC registers from HV for SAVIC guestsNeeraj Upadhyay1-10/+10
2025-09-01x86/apic: Allow NMI to be injected from hypervisor for Secure AVICNeeraj Upadhyay1-0/+2
2025-09-01x86/apic: Add support to send NMI IPI for Secure AVICNeeraj Upadhyay1-9/+17
2025-09-01x86/apic: Support LAPIC timer for Secure AVICNeeraj Upadhyay2-2/+7
2025-09-01x86/apic: Add support to send IPI for Secure AVICNeeraj Upadhyay1-3/+135
2025-09-01x86/apic: Add an update_vector() callback for Secure AVICNeeraj Upadhyay1-0/+23
2025-09-01x86/apic: Add update_vector() callback for APIC driversNeeraj Upadhyay1-11/+17
2025-09-01x86/apic: Initialize APIC ID for Secure AVICNeeraj Upadhyay1-0/+6
2025-08-31x86/apic: Populate .read()/.write() callbacks of Secure AVIC driverNeeraj Upadhyay1-2/+120
2025-08-31x86/apic: Initialize Secure AVIC APIC backing pageNeeraj Upadhyay2-0/+38
2025-08-29x86/vmscape: Add old Intel CPUs to affected listPawan Gupta1-9/+12
2025-08-28x86/apic: Add new driver for Secure AVICNeeraj Upadhyay2-0/+64