summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-12-10Merge tag 'x86_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-12-08x86/virt/tdx: Use all system memory when initializing TDX module as TDX memoryKai Huang
2023-12-08x86/virt/tdx: Detect TDX during kernel bootKai Huang
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner
2023-12-06x86/topology: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)
2023-12-06x86/topology: use weak version of arch_unregister_cpu()Russell King (Oracle)
2023-12-06x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse
2023-12-06x86/topology: remove arch_*register_cpu() exportsRussell King (Oracle)
2023-12-06x86: intel_epb: Don't rely on link orderJames Morse
2023-12-03x86/microcode/intel: Set new revision only after a successful updateBorislav Petkov (AMD)
2023-12-02x86/CPU/AMD: Check vendor in the AMD microcode callbackBorislav Petkov (AMD)
2023-12-02x86/callthunks: Correct calculation of dest address in is_callthunk()Uros Bizjak
2023-12-01x86/pci: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen
2023-12-01x86/microcode/intel: Remove redundant microcode late updated messageAshok Raj
2023-11-30x86/smp: Use atomic_try_cmpxchg in native_stop_other_cpus()Uros Bizjak
2023-11-30x86/smp: Move the call to smp_processor_id() after the early exit in native_s...Uros Bizjak
2023-11-30x86/callthunks: Mark apply_relocation() as __init_or_moduleIngo Molnar
2023-11-30x86/acpi: Use %rip-relative addressing in wakeup_64.SUros Bizjak
2023-11-30x86/callthunks: Handle %rip-relative relocations in call thunk templateUros Bizjak
2023-11-30x86/sev: Fix kernel crash due to late update to read-only ghcb_versionAshwin Dayanand Kamat
2023-11-29x86/CPU/AMD: Drop now unused CPU erratum checking functionBorislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_1485[]Borislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_400[]Borislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_383[]Borislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_1054[]Borislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init functionBorislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Move Zenbleed check to the Zen2 init functionBorislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common()Borislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Call the spectral chicken in the Zen2 init functionBorislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init functionBorislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Move the Zen3 BTC_NO detection to the Zen3 init functionBorislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Carve out the erratum 1386 fixBorislav Petkov (AMD)
2023-11-29x86/CPU/AMD: Add ZenX generations flagsBorislav Petkov (AMD)
2023-11-28x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank typesMuralidhara M K
2023-11-27x86/mce/amd, EDAC/mce_amd: Move long names to decoder moduleYazen Ghannam
2023-11-26Merge tag 'x86-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-11-24x86/cpu/intel_epb: Don't rely on link orderJames Morse
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann
2023-11-23x86/ioapic: Remove unfinished sentence from commentAdrian Huang
2023-11-22x86/mce/inject: Clear test status valueYazen Ghannam
2023-11-22Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-11-22x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()Uros Bizjak
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper
2023-11-21x86/microcode: Rework early revisions reportingBorislav Petkov (AMD)
2023-11-21x86/microcode: Remove the driver announcement and versionBorislav Petkov (AMD)
2023-11-20x86/mtrr: Document missing function parameters in kernel-docBorislav Petkov (AMD)
2023-11-19Merge tag 'x86_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-17x86/smp: Export symbol cpu_clustergroup_mask()Kan Liang
2023-11-15x86/mce: Remove redundant check from mce_device_create()Nikolay Borisov
2023-11-13x86/paravirt: Use relative reference for the original instruction offsetHou Wenlong