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