summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/nospec-branch.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-11x86/vmscape: Add conditional IBPB mitigationPawan Gupta1-0/+2
2025-07-10x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)1-4/+10
2025-07-10x86/bugs: Rename MDS machinery to something more genericBorislav Petkov (AMD)1-14/+15
2025-05-18x86/its: Enable Indirect Target Selection mitigationPawan Gupta1-6/+0
2025-05-18x86/its: Add support for ITS-safe return thunkPawan Gupta1-0/+6
2025-05-18x86/its: Add support for ITS-safe indirect thunkPawan Gupta1-0/+4
2025-05-18x86/speculation: Remove the extra #ifdef around CALL_NOSPECPawan Gupta1-4/+0
2025-05-18x86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta1-4/+15
2025-05-18x86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta1-10/+5
2024-10-22x86/bugs: Use code segment selector for VERW operandPawan Gupta1-1/+10
2024-04-10x86/bhi: Mitigate KVM by defaultPawan Gupta1-0/+5
2024-04-10x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta1-0/+12
2024-04-10x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)1-5/+16
2024-04-10x86/nospec: Refactor UNTRAIN_RET[_*]Josh Poimboeuf1-21/+10
2024-04-10x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf1-7/+18
2024-04-03Revert "x86/bugs: Use fixed addressing for VERW operand"Dave Hansen1-1/+1
2024-04-03x86/bugs: Use fixed addressing for VERW operandPawan Gupta1-1/+1
2024-03-06x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta1-12/+0
2024-03-01x86/bugs: Add asm helpers for executing VERWPawan Gupta1-0/+13
2023-12-20x86/speculation, objtool: Use absolute relocations for annotationsFangrui Song1-2/+2
2023-11-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-2/+2
2023-08-16x86/cpu/kvm: Provide UNTRAIN_RET_VMPeter Zijlstra1-0/+11
2023-08-16x86/cpu: Cleanup the untrain messPeter Zijlstra1-14/+5
2023-08-16x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra1-3/+3
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra1-4/+4
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra1-0/+5
2023-08-16x86/alternative: Make custom return thunk unconditionalPeter Zijlstra1-4/+5
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu1-3/+0
2023-07-27x86/srso: Add IBPBBorislav Petkov (AMD)1-1/+1
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)1-3/+3
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-1/+14
2023-07-10x86/cfi: Extend {JMP,CAKK}_NOSPEC commentPeter Zijlstra1-0/+4
2023-05-31x86/nospec: Shorten RESET_CALL_DEPTHPeter Zijlstra1-3/+3
2023-03-24x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf1-4/+4
2023-03-24objtool: Use relative pointers for annotationsJosh Poimboeuf1-3/+3
2023-02-23x86: Fix FILL_RETURN_BUFFERPeter Zijlstra1-1/+1
2023-01-13cpuidle, nospec: Make mds_idle_clear_cpu_buffers() noinstr cleanPeter Zijlstra1-1/+1
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+170
2022-12-03x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3Pawan Gupta1-1/+1
2022-11-01x86: Unconfuse CONFIG_ and X86_FEATURE_ namespacesPeter Zijlstra1-2/+2
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra1-0/+9
2022-10-17x86/calldepth: Add ret/call counting for debugThomas Gleixner1-4/+32
2022-10-17x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra1-0/+12
2022-10-17x86/retbleed: Add SKL return thunkThomas Gleixner1-6/+115
2022-10-17x86/returnthunk: Allow different return thunksPeter Zijlstra1-0/+6
2022-08-19x86/nospec: Fix i386 RSB stuffingPeter Zijlstra1-0/+12
2022-08-19x86/nospec: Unwreck the RSB stuffingPeter Zijlstra1-41/+39
2022-08-09Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+19
2022-08-03x86/speculation: Add LFENCE to RSB fill sequencePawan Gupta1-1/+3
2022-08-03x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon1-1/+16