summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/callthunks.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09x86/alternatives: Use a temporary buffer when optimizing NOPsBorislav Petkov (AMD)1-6/+3
2024-04-02x86/bpf: Fix IP for relocating call depth accountingJoan Bruguera Micó1-2/+2
2024-03-12Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+25
2024-03-04x86/callthunks: Use EXPORT_PER_CPU_SYMBOL_GPL() for per CPU variablesThomas Gleixner1-2/+2
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar1-15/+8
2023-12-11x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross1-9/+8
2023-12-02x86/callthunks: Correct calculation of dest address in is_callthunk()Uros Bizjak1-1/+1
2023-11-30x86/callthunks: Handle %rip-relative relocations in call thunk templateUros Bizjak1-7/+25
2023-11-13x86/paravirt: Use relative reference for the original instruction offsetHou Wenlong1-1/+1
2023-10-20x86/callthunks: Delete unused "struct thunk_desc"Alexey Dobriyan1-5/+0
2023-09-22x86,static_call: Fix static-call vs return-thunkPeter Zijlstra1-1/+0
2023-06-28Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-06-09x86/orc: Make the is_callthunk() definition depend on CONFIG_BPF_JIT=yIngo Molnar1-1/+1
2023-06-07Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf1-1/+1
2023-05-15x86/smpboot: Restrict soft_restart_cpu() to SEVThomas Gleixner1-1/+1
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner1-1/+1
2023-03-09module: replace module_layout with module_memorySong Liu1-2/+2
2022-12-27x86/calldepth: Fix incorrect init section referencesArnd Bergmann1-2/+2
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra1-1/+1
2022-10-17x86/bpf: Emit call depth accounting if requiredThomas Gleixner1-0/+19
2022-10-17x86/orc: Make it callthunk awarePeter Zijlstra1-0/+13
2022-10-17static_call: Add call depth tracking supportPeter Zijlstra1-0/+18
2022-10-17x86/calldepth: Add ret/call counting for debugThomas Gleixner1-0/+53
2022-10-17x86/retbleed: Add SKL call thunkThomas Gleixner1-5/+20
2022-10-17x86/modules: Add call patchingThomas Gleixner1-0/+19
2022-10-17x86/callthunks: Add call patching for call depth trackingThomas Gleixner1-0/+251