summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2025-09-05x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratumKai Huang
2025-09-05x86/sme: Use percpu boolean to control WBINVD during kexecKai Huang
2025-09-05x86/kexec: Consolidate relocate_kernel() function parametersKai Huang
2025-09-05x86/mce: Remove __mcheck_cpu_init_early()Yazen Ghannam
2025-09-05x86/mce: Cleanup bank processing on initBorislav Petkov
2025-09-05x86/mce/amd: Put list_head in threshold_bankYazen Ghannam
2025-09-05x86/mce/amd: Remove smca_banks_mapYazen Ghannam
2025-09-05x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device()Yazen Ghannam
2025-09-05x86/mce/amd: Rename threshold restart functionYazen Ghannam
2025-09-05Merge branch 'x86/apic' into x86/sev, to resolve conflictIngo Molnar
2025-09-04x86,retpoline: Optimize patch_retpoline()Peter Zijlstra
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra
2025-09-04x86/cfi: Add "debug" option to "cfi=" bootparamKees Cook
2025-09-04x86/cfi: Standardize on common "CFI:" prefix for CFI reportsKees Cook
2025-09-04x86/traps: Clarify KCFI instruction layoutKees Cook
2025-09-04x86/microcode: Add microcode loader debugging functionalityBorislav Petkov (AMD)
2025-09-04x86/microcode: Add microcode= cmdline parsingBorislav Petkov (AMD)
2025-09-04x86/microcode/intel: Refresh the revisions that determine old_microcodeSohil Mehta
2025-09-04x86/apic/savic: Do not use snp_abort()Borislav Petkov (AMD)
2025-09-03x86/boot: Get rid of the .head.text sectionArd Biesheuvel
2025-09-03x86/boot: Move startup code out of __head sectionArd Biesheuvel
2025-09-03efistub/x86: Remap inittext read-execute when neededArd Biesheuvel
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel
2025-09-03x86/sev: Export startup routines for later useArd Biesheuvel
2025-09-03x86/boot: Provide PIC aliases for 5-level paging related constantsArd Biesheuvel
2025-09-03sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster
2025-09-01x86/apic: Enable Secure AVIC in the control MSRNeeraj Upadhyay
2025-09-01x86/apic: Add kexec support for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Handle EOI writes for Secure AVIC guestsNeeraj Upadhyay
2025-09-01x86/apic: Read and write LVT* APIC registers from HV for SAVIC guestsNeeraj Upadhyay
2025-09-01x86/apic: Allow NMI to be injected from hypervisor for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Add support to send NMI IPI for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Support LAPIC timer for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Add support to send IPI for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Add an update_vector() callback for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Add update_vector() callback for APIC driversNeeraj Upadhyay
2025-09-01x86/apic: Initialize APIC ID for Secure AVICNeeraj Upadhyay
2025-08-31x86/apic: Populate .read()/.write() callbacks of Secure AVIC driverNeeraj Upadhyay
2025-08-31x86/apic: Initialize Secure AVIC APIC backing pageNeeraj Upadhyay
2025-08-29x86/vmscape: Add old Intel CPUs to affected listPawan Gupta
2025-08-28x86/apic: Add new driver for Secure AVICNeeraj Upadhyay
2025-08-27x86/bugs: Add attack vector controls for SSBDavid Kaplan
2025-08-27x86/cpu/topology: Use initial APIC ID from XTOPOLOGY leaf on AMD/HYGONK Prateek Nayak
2025-08-27x86/microcode/AMD: Handle the case of no BIOS microcodeBorislav Petkov (AMD)
2025-08-25x86/sgx: Use ENCLS mnemonic in <kernel/cpu/sgx/encls.h>Uros Bizjak
2025-08-25x86/cpu/intel: Fix the constant_tsc model check for Pentium 4Suchit Karunakaran
2025-08-25x86/apic: Make the ISR clearing saneThomas Gleixner
2025-08-22x86/mtrr: Remove license boilerplate text with bad FSF addressThomas Huth
2025-08-21uprobes/x86: Add SLS mitigation to the trampolinesPeter Zijlstra