summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/nospec-branch.h
AgeCommit message (Expand)Author
2022-06-27intel_idle: Disable IBRS during long idlePeter Zijlstra
2022-06-27x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRSPawan Gupta
2022-06-27x86/bugs: Optimize SPEC_CTRL MSR writesPeter Zijlstra
2022-06-27x86/bugs: Keep a per-CPU IA32_SPEC_CTRL valuePeter Zijlstra
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra
2022-06-27x86/retpoline: Use -mfunction-returnPeter Zijlstra
2022-06-27x86/retpoline: Cleanup some #ifdeferyPeter Zijlstra
2022-05-21x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta
2022-02-21x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra
2022-02-21x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)
2021-10-28bpf,x86: Respect X86_FEATURE_RETPOLINE*Peter Zijlstra
2021-10-28x86/retpoline: Create a retpoline thunk arrayPeter Zijlstra
2021-10-28x86/retpoline: Move the retpoline thunk declarations to nospec-branch.hPeter Zijlstra
2021-07-28x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh
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-02x86/retpoline: Simplify retpolinesPeter Zijlstra
2021-03-21x86: Remove unusual Unicode characters from commentsIngo Molnar
2021-03-11x86/alternative: Merge include filesJuergen Gross
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-09-17bpf, x64: use %rcx instead of %rax for tail call retpolinesMaciej Fijalkowski
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry
2020-06-11x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner
2020-04-30x86/retpoline: Fix retpoline unwindPeter Zijlstra
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra
2020-04-30x86/speculation: Change FILL_RETURN_BUFFER to work with objtoolPeter Zijlstra
2020-04-14KVM: SVM: move more vmentry code to assemblyPaolo Bonzini
2020-01-02x86/nospec: Remove unused RSB_FILL_LOOPSAnthony Steinhauser
2019-10-28x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-08-23x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-03x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra
2019-03-06x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner
2019-03-06x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner
2019-03-06x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner
2018-12-18x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky
2018-11-28x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2018-11-28x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2018-11-28x86/speculation: Add command line control for indirect branch speculationThomas Gleixner
2018-11-28x86/retpoline: Remove minimal retpoline supportZhenzhong Duan
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan
2018-09-23x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC variantZhenzhong Duan
2018-08-03x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth
2018-07-19x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigationJiang Biao
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner
2018-05-17x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner
2018-05-14bpf, x64: clean up retpoline emission slightlyDaniel Borkmann
2018-05-14x86/cpu: Make alternative_msr_write work for 32-bit codeJim Mattson