summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2026-01-19x86: remove __range_not_ok()Arnd Bergmann
2025-05-22x86/its: Add support for ITS-safe return thunkPawan Gupta
2025-05-22x86/its: Add support for ITS-safe indirect thunkPawan Gupta
2024-06-16x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter
2024-04-10x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)
2024-04-10x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)
2024-01-25x86/lib: Fix overflow when counting digitsColin Ian King
2023-11-20iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()David Howells
2023-08-26x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu
2023-08-26x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson
2023-08-26x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)
2023-08-26x86/cpu: Cleanup the untrain messPeter Zijlstra
2023-08-26x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra
2023-08-26x86/cpu: Rename original retbleed methodsPeter Zijlstra
2023-08-26x86/cpu: Clean up SRSO return thunk messPeter Zijlstra
2023-08-26x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra
2023-08-26x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-01-24x86/asm: Fix an assembler warning with current binutilsMikulas Patocka
2022-07-29x86/entry_32: Fix segment exceptionsPeter Zijlstra
2022-07-29x86/extable: Extend extable functionalityPeter Zijlstra
2022-07-23x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-07-23x86: Add magic AMD return-thunkPeter Zijlstra
2022-07-23x86: Use return-thunk in asm codePeter Zijlstra
2022-07-23x86/retpoline: Use -mfunction-returnPeter Zijlstra
2022-07-23x86/retpoline: Swizzle retpoline thunkPeter Zijlstra
2022-07-23x86/retpoline: Create a retpoline thunk arrayPeter Zijlstra
2022-07-23x86/asm: Fixup odd GEN-for-each-reg.h usagePeter Zijlstra
2022-07-23x86/retpoline: Remove unused replacement symbolsPeter Zijlstra
2022-06-09x86/delay: Fix the wrong asm constraint in delay_loop()Ammar Faizi
2022-05-15x86: Add straight-line-speculation mitigationPeter Zijlstra
2022-05-15x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra
2022-05-15x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2022-05-15x86/lib/atomic64_386_32: Rename thingsPeter Zijlstra
2022-05-09x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka
2022-03-11x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)
2021-11-18x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov
2021-11-18x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra
2021-09-24x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo
2021-08-10x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-21objtool/x86: Ignore __x86_indirect_alt_* symbolsPeter Zijlstra
2021-06-15x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Joerg Roedel
2021-06-15x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()Joerg Roedel
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-04-08x86/msr: Make locally used functions staticZhao Xuehui
2021-04-02objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra
2021-04-02x86/retpoline: Simplify retpolinesPeter Zijlstra