aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-09-23x86,static_call: Fix static-call vs return-thunkPeter Zijlstra
2023-09-23x86/alternatives: Remove faulty optimizationJosh Poimboeuf
2023-09-23x86/platform/uv: Use alternate source for socket to node dataSteve Wahl
2023-09-23x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri
2023-09-23x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based modelsAvadhut Naik
2023-09-13x86/build: Fix linker fill bytes quirk/incompatibility for ld.lldSong Liu
2023-09-13x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang
2023-09-13x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner
2023-09-13x86/MCE: Always save CS register on AMD Zen IF Poison errorsYazen Ghannam
2023-09-13x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford
2023-09-13x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen
2023-09-13x86/APM: drop the duplicate APM_MINOR_DEV macroRandy Dunlap
2023-09-13nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson
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