aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/static_call.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar1-2/+2
2025-05-09x86/its: Add support for ITS-safe return thunkPawan Gupta1-2/+2
2025-04-11x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'Ingo Molnar1-1/+1
2025-02-26static_call_inline: Provide trampoline address when updating sitesChristophe Leroy1-1/+1
2025-01-02x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0Andrew Cooper1-1/+0
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross1-0/+9
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao1-1/+1
2023-08-17x86/static_call: Fix __static_call_fixup()Peter Zijlstra1-0/+13
2023-01-31x86/static_call: Add support for Jcc tail-callsPeter Zijlstra1-3/+47
2022-10-17static_call: Add call depth tracking supportPeter Zijlstra1-0/+1
2022-10-17x86/returnthunk: Allow different return thunksPeter Zijlstra1-1/+1
2022-07-12x86/static_call: Serialize __static_call_fixup() properlyThomas Gleixner1-5/+8
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-1/+1
2022-06-27x86,static_call: Use alternative RET encodingPeter Zijlstra1-2/+38
2022-04-05x86,static_call: Fix __static_call_return0 for i386Peter Zijlstra1-3/+2
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra1-2/+3
2021-11-11static_call,x86: Robustify trampoline patchingPeter Zijlstra1-4/+10
2021-03-15x86: Remove dynamic NOP selectionPeter Zijlstra1-2/+2
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra1-2/+15
2020-09-01static_call: Allow early initPeter Zijlstra1-1/+4
2020-09-01static_call: Add some validationPeter Zijlstra1-2/+26
2020-09-01static_call: Handle tail-callsPeter Zijlstra1-3/+18
2020-09-01static_call: Add static_call_cond()Peter Zijlstra1-10/+32
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf1-0/+3
2020-09-01x86/static_call: Add out-of-line static call implementationJosh Poimboeuf1-0/+31