aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2023-08-16x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea
2023-08-16x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers
2023-08-16KVM: SEV: only access GHCB fields oncePaolo Bonzini
2023-08-16KVM: SEV: snapshot the GHCB before accessing itPaolo Bonzini
2023-08-11x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)
2023-08-11x86/hyperv: Disable IBT when hypercall page lacks ENDBR instructionMichael Kelley
2023-08-08x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman
2023-08-08x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)
2023-08-08x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)
2023-08-08x86/srso: Fix return thunks in generated codeJosh Poimboeuf
2023-08-08x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)
2023-08-08x86/srso: Add IBPBBorislav Petkov (AMD)
2023-08-08x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)
2023-08-08x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-08-08x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips
2023-08-08x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)
2023-08-08x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra
2023-08-08x86/mm: fix poking_init() for Xen PV guestsJuergen Gross
2023-08-08x86/xen: Fix secondary processors' FPU initializationJuergen Gross
2023-08-08x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n buildThomas Gleixner
2023-08-08KVM: Add GDS_NO support to KVMDaniel Sneddon
2023-08-08x86/speculation: Add Kconfig option for GDSDaniel Sneddon
2023-08-08x86/speculation: Add force option to GDS mitigationDaniel Sneddon
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-08-08x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/fpu: Mark init functions __initThomas Gleixner
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-08-08x86/init: Initialize signal frame size lateThomas Gleixner
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-08-03x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam
2023-08-03KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson
2023-08-03KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson
2023-08-03x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov
2023-07-24x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)
2023-07-24x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)
2023-07-23perf/x86: Fix lockdep warning in for_each_sibling_event() on SPRNamhyung Kim
2023-07-19x86/efi: Make efi_set_virtual_address_map IBT safeThomas Gleixner
2023-07-19x86/mm: Fix __swp_entry_to_pte() for Xen PV guestsJuergen Gross
2023-07-19perf/ibs: Fix interface via core pmu eventsRavi Bangoria
2023-07-19x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()Kirill A. Shutemov
2023-07-19x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov
2023-07-19x86/sev: Fix calculation of end address based on number of pagesTom Lendacky
2023-07-19x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds
2023-07-01x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner
2023-07-01x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner
2023-07-01x86/smp: Remove pointless wmb()s from native_stop_other_cpus()Thomas Gleixner
2023-07-01x86/smp: Dont access non-existing CPUID leafTony Battersby