summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-08-24x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang
2023-08-24x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe
2023-08-18x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)
2023-08-17x86/static_call: Fix __static_call_fixup()Peter Zijlstra
2023-08-16x86/cpu/kvm: Provide UNTRAIN_RET_VMPeter Zijlstra
2023-08-16x86/cpu: Cleanup the untrain messPeter Zijlstra
2023-08-16x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra
2023-08-16x86/alternative: Make custom return thunk unconditionalPeter Zijlstra
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu
2023-08-14x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu
2023-08-14x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)
2023-08-14x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)
2023-08-12Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-12Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-11x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea
2023-08-11Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-08-10x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers
2023-08-09ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenHans de Goede
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-08-07x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-29x86/srso: Fix return thunks in generated codeJosh Poimboeuf
2023-07-27x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)
2023-07-27x86/srso: Add IBPBBorislav Petkov (AMD)
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)
2023-07-27x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-07-25x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov
2023-07-22x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips
2023-07-22x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam
2023-07-21KVM: Add GDS_NO support to KVMDaniel Sneddon
2023-07-21x86/speculation: Add Kconfig option for GDSDaniel Sneddon
2023-07-21x86/speculation: Add force option to GDS mitigationDaniel Sneddon
2023-07-19x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-07-17x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)
2023-07-17x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)
2023-07-14Merge tag 'x86_urgent_for_6.5_rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-07-11x86/cfi: Only define poison_cfi() if CONFIG_X86_KERNEL_IBT=yIngo Molnar
2023-07-10x86/ftrace: Remove unsued extern declaration ftrace_regs_caller_ret()YueHaibing
2023-07-10x86/fineibt: Poison ENDBR at +0Peter Zijlstra
2023-07-10x86: Rewrite ret_from_fork() in CBrian Gerst
2023-07-10x86/cfi: Extend ENDBR sealing to kCFIPeter Zijlstra
2023-07-10x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-07x86/smp: Don't send INIT to boot CPUThomas Gleixner
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds