summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-16x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea1-0/+1
2023-08-16x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers1-3/+9
2023-08-11x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)2-0/+21
2023-08-08x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman1-3/+3
2023-08-08x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2-11/+15
2023-08-08x86/srso: Fix return thunks in generated codeJosh Poimboeuf2-3/+7
2023-08-08x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)1-0/+19
2023-08-08x86/srso: Add IBPBBorislav Petkov (AMD)1-0/+23
2023-08-08x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)3-12/+30
2023-08-08x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)1-1/+11
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)5-3/+161
2023-08-08x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips1-0/+3
2023-08-08KVM: Add GDS_NO support to KVMDaniel Sneddon1-0/+7
2023-08-08x86/speculation: Add Kconfig option for GDSDaniel Sneddon1-0/+4
2023-08-08x86/speculation: Add force option to GDS mitigationDaniel Sneddon1-1/+19
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon3-9/+155
2023-08-08x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner1-4/+8
2023-08-08x86/fpu: Mark init functions __initThomas Gleixner1-2/+2
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner2-4/+4
2023-08-08x86/init: Initialize signal frame size lateThomas Gleixner2-4/+3
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner1-0/+11
2023-08-08x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-50/+55
2023-08-03x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam1-2/+2
2023-08-03x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov1-7/+11
2023-07-24x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)2-0/+62
2023-07-24x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)1-72/+67
2023-07-19x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov1-1/+1
2023-07-19x86/sev: Fix calculation of end address based on number of pagesTom Lendacky1-7/+7
2023-07-19x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang1-2/+6
2023-07-01x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner2-0/+64
2023-07-01x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner1-10/+14
2023-07-01x86/smp: Remove pointless wmb()s from native_stop_other_cpus()Thomas Gleixner1-6/+0
2023-07-01x86/smp: Dont access non-existing CPUID leafTony Battersby1-2/+3
2023-07-01x86/smp: Make stop_other_cpus() more robustThomas Gleixner2-23/+62
2023-07-01x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)1-1/+1
2023-06-28x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava1-1/+4
2023-06-21x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedTom Lendacky1-9/+9
2023-05-30x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy1-2/+5
2023-05-30x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui1-2/+3
2023-05-24rethook, fprobe: do not trace rethook related functionsZe Gao1-0/+1
2023-05-17x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello1-0/+2
2023-05-11x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar1-5/+9
2023-05-11x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak1-3/+2
2023-05-11x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K1-7/+7
2023-05-11x86/hyperv: Block root partition functionality in a Confidential VMMichael Kelley1-4/+8
2023-04-20x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic1-2/+2
2023-04-13x86/ACPI/boot: Use FADT version to check support for online capableMario Limonciello1-1/+5
2023-04-13x86/acpi/boot: Correct acpi_is_processor_usable() checkEric DeVolder1-1/+2
2023-03-30x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()Chang S. Bae1-16/+14
2023-03-22virt/coco/sev-guest: Add throttling awarenessDionna Glaze1-0/+4