index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-17
x86/its: Add support for ITS-safe return thunk
Pawan Gupta
1
-1
/
+12
2025-07-17
x86/its: Add support for ITS-safe indirect thunk
Pawan Gupta
1
-0
/
+28
2024-07-18
x86/retpoline: Move a NOENDBR annotation to the SRSO dummy return thunk
Jim Mattson
1
-1
/
+1
2024-06-16
x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map
Adrian Hunter
1
-1
/
+1
2024-04-13
x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk
Borislav Petkov (AMD)
1
-0
/
+1
2024-04-13
x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO
Borislav Petkov (AMD)
1
-0
/
+1
2024-04-13
x86/bugs: Fix the SRSO mitigation on Zen3/4
Borislav Petkov (AMD)
1
-3
/
+1
2024-04-13
x86/stackprotector/32: Make the canary into a regular percpu variable
Andy Lutomirski
1
-4
/
+0
2024-01-25
x86/lib: Fix overflow when counting digits
Colin Ian King
1
-1
/
+1
2023-11-20
iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
David Howells
1
-4
/
+4
2023-08-26
x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
Petr Pavlu
1
-4
/
+4
2023-08-26
x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()
Sean Christopherson
1
-4
/
+3
2023-08-26
x86/srso: Explain the untraining sequences a bit more
Borislav Petkov (AMD)
1
-0
/
+19
2023-08-26
x86/cpu: Cleanup the untrain mess
Peter Zijlstra
1
-0
/
+7
2023-08-26
x86/cpu: Rename srso_(.*)_alias to srso_alias_\1
Peter Zijlstra
1
-13
/
+13
2023-08-26
x86/cpu: Rename original retbleed methods
Peter Zijlstra
1
-15
/
+15
2023-08-26
x86/cpu: Clean up SRSO return thunk mess
Peter Zijlstra
1
-16
/
+42
2023-08-26
x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()
Peter Zijlstra
1
-2
/
+2
2023-08-26
x86/cpu: Fix __x86_return_thunk symbol type
Peter Zijlstra
1
-1
/
+3
2023-08-08
x86/srso: Add a Speculative RAS Overflow mitigation
Borislav Petkov (AMD)
1
-4
/
+77
2023-01-24
x86/asm: Fix an assembler warning with current binutils
Mikulas Patocka
1
-1
/
+1
2022-07-25
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
1
-0
/
+4
2022-07-25
x86: Add magic AMD return-thunk
Peter Zijlstra
1
-3
/
+60
2022-07-25
x86: Use return-thunk in asm code
Peter Zijlstra
1
-1
/
+6
2022-07-25
x86/retpoline: Use -mfunction-return
Peter Zijlstra
1
-0
/
+12
2022-07-25
x86/retpoline: Swizzle retpoline thunk
Peter Zijlstra
1
-3
/
+3
2022-07-25
x86: Add straight-line-speculation mitigation
Peter Zijlstra
2
-2
/
+2
2022-07-25
x86: Prepare inline-asm for straight-line-speculation
Peter Zijlstra
1
-1
/
+2
2022-07-25
x86: Prepare asm files for straight-line-speculation
Peter Zijlstra
19
-64
/
+64
2022-07-25
x86/lib/atomic64_386_32: Rename things
Peter Zijlstra
1
-38
/
+46
2022-07-25
x86/retpoline: Create a retpoline thunk array
Peter Zijlstra
1
-5
/
+9
2022-07-25
x86/asm: Fixup odd GEN-for-each-reg.h usage
Peter Zijlstra
1
-2
/
+2
2022-07-25
x86/retpoline: Remove unused replacement symbols
Peter Zijlstra
1
-42
/
+0
2022-07-25
objtool/x86: Ignore __x86_indirect_alt_* symbols
Peter Zijlstra
1
-0
/
+4
2022-07-25
objtool/x86: Rewrite retpoline thunk calls
Peter Zijlstra
1
-1
/
+40
2022-07-25
x86/retpoline: Simplify retpolines
Peter Zijlstra
1
-17
/
+17
2022-07-25
x86/insn-eval: Handle return values from the decoder
Borislav Petkov
1
-13
/
+21
2022-07-25
x86/insn: Add an insn_decode() API
Borislav Petkov
1
-45
/
+171
2022-07-25
x86/insn: Add a __ignore_sync_check__ marker
Borislav Petkov
2
-4
/
+4
2022-07-25
x86/insn: Rename insn_decode() to insn_decode_from_regs()
Borislav Petkov
1
-3
/
+3
2022-07-25
x86/alternative: Merge include files
Juergen Gross
8
-8
/
+8
2022-07-25
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
1
-1
/
+1
2022-06-09
x86/delay: Fix the wrong asm constraint in delay_loop()
Ammar Faizi
1
-2
/
+2
2022-05-09
x86: __memcpy_flushcache: fix wrong alignment if size > 2^32
Mikulas Patocka
1
-1
/
+1
2021-11-21
x86/iopl: Fake iopl(3) CLI/STI usage
Peter Zijlstra
1
-1
/
+1
2021-05-22
x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
Arnd Bergmann
1
-2
/
+2
2021-03-17
x86/sev-es: Use __copy_from_user_inatomic()
Joerg Roedel
1
-14
/
+52
2021-01-27
x86/mmx: Use KFPU_387 for MMX string operations
Andy Lutomirski
1
-5
/
+15
2020-12-06
x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytes
Masami Hiramatsu
1
-5
/
+5
2020-11-04
x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S
Fangrui Song
3
-9
/
+3
[next]