Age | Commit message (Expand) | Author |
2023-02-23 | x86: Fix FILL_RETURN_BUFFER | Peter Zijlstra |
2023-01-13 | cpuidle, nospec: Make mds_idle_clear_cpu_buffers() noinstr clean | Peter Zijlstra |
2022-12-14 | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-02 | x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3 | Pawan Gupta |
2022-11-01 | x86: Unconfuse CONFIG_ and X86_FEATURE_ namespaces | Peter Zijlstra |
2022-10-17 | x86/ftrace: Make it call depth tracking aware | Peter Zijlstra |
2022-10-17 | x86/calldepth: Add ret/call counting for debug | Thomas Gleixner |
2022-10-17 | x86/retpoline: Add SKL retthunk retpolines | Peter Zijlstra |
2022-10-17 | x86/retbleed: Add SKL return thunk | Thomas Gleixner |
2022-10-17 | x86/returnthunk: Allow different return thunks | Peter Zijlstra |
2022-08-19 | x86/nospec: Fix i386 RSB stuffing | Peter Zijlstra |
2022-08-19 | x86/nospec: Unwreck the RSB stuffing | Peter Zijlstra |
2022-08-09 | Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2022-08-03 | x86/speculation: Add LFENCE to RSB fill sequence | Pawan Gupta |
2022-08-03 | x86/speculation: Add RSB VM Exit protections | Daniel Sneddon |
2022-08-01 | Merge tag 'x86_core_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-07-21 | x86,nospec: Simplify {JMP,CALL}_NOSPEC | Peter Zijlstra |
2022-07-18 | x86/amd: Use IBPB for firmware calls | Peter Zijlstra |
2022-07-14 | x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current | Nathan Chancellor |
2022-06-29 | x86/retbleed: Add fine grained Kconfig knobs | Peter Zijlstra |
2022-06-27 | KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS | Josh Poimboeuf |
2022-06-27 | x86/speculation: Fix firmware entry SPEC_CTRL handling | Josh Poimboeuf |
2022-06-27 | x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n | Josh Poimboeuf |
2022-06-27 | objtool: Add entry UNRET validation | Peter Zijlstra |
2022-06-27 | x86/bugs: Add retbleed=ibpb | Peter Zijlstra |
2022-06-27 | objtool: Update Retpoline validation | Peter Zijlstra |
2022-06-27 | intel_idle: Disable IBRS during long idle | Peter Zijlstra |
2022-06-27 | x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS | Pawan Gupta |
2022-06-27 | x86/bugs: Optimize SPEC_CTRL MSR writes | Peter Zijlstra |
2022-06-27 | x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value | Peter Zijlstra |
2022-06-27 | x86: Add magic AMD return-thunk | Peter Zijlstra |
2022-06-27 | x86/retpoline: Use -mfunction-return | Peter Zijlstra |
2022-06-27 | x86/retpoline: Cleanup some #ifdefery | Peter Zijlstra |
2022-05-21 | x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data | Pawan Gupta |
2022-02-21 | x86/speculation: Add eIBRS + Retpoline options | Peter Zijlstra |
2022-02-21 | x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE | Peter Zijlstra (Intel) |
2021-10-28 | bpf,x86: Respect X86_FEATURE_RETPOLINE* | Peter Zijlstra |
2021-10-28 | x86/retpoline: Create a retpoline thunk array | Peter Zijlstra |
2021-10-28 | x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h | Peter Zijlstra |
2021-07-28 | x86/mm: Prepare for opt-in based L1D flush in switch_mm() | Balbir Singh |
2021-04-27 | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-04-26 | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-04-02 | x86/retpoline: Simplify retpolines | Peter Zijlstra |
2021-03-21 | x86: Remove unusual Unicode characters from comments | Ingo Molnar |
2021-03-11 | x86/alternative: Merge include files | Juergen Gross |
2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-09-17 | bpf, x64: use %rcx instead of %rax for tail call retpolines | Maciej Fijalkowski |
2020-09-10 | objtool: Rename frame.h -> objtool.h | Julien Thierry |
2020-06-11 | x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline | Thomas Gleixner |
2020-04-30 | x86/retpoline: Fix retpoline unwind | Peter Zijlstra |