aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-12-18x86/acpi: Handle bogus MADT APIC tables gracefullyThomas Gleixner
2023-12-17rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra
2023-12-15cfi: Flip headersPeter Zijlstra
2023-12-15x86/alternatives: Disable interrupts and sync when optimizing NOPs in placeThomas Gleixner
2023-12-15x86/alternatives: Sync core before enabling interruptsThomas Gleixner
2023-12-15x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefullyThomas Gleixner
2023-12-15x86/mce: Handle Intel threshold interrupt stormsTony Luck
2023-12-15x86/mce: Add per-bank CMCI storm mitigationTony Luck
2023-12-15x86/mce: Remove old CMCI storm mitigation codeTony Luck
2023-12-13x86/sev: Do the C-bit verification only on the BSPBorislav Petkov (AMD)
2023-12-13x86/head_64: Use TESTB instead of TESTL in secondary_startup_64_no_verify()Uros Bizjak
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang
2023-12-12x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)
2023-12-12iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross
2023-12-10x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross
2023-12-10x86/alternative: Add indirect call patchingJuergen Gross
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross
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-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/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)