summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/callthunks.c
AgeCommit message (Expand)AuthorLines
2023-03-09module: replace module_layout with module_memorySong Liu-2/+2
2022-12-27x86/calldepth: Fix incorrect init section referencesArnd Bergmann-2/+2
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra-1/+1
2022-10-17x86/bpf: Emit call depth accounting if requiredThomas Gleixner-0/+19
2022-10-17x86/orc: Make it callthunk awarePeter Zijlstra-0/+13
2022-10-17static_call: Add call depth tracking supportPeter Zijlstra-0/+18
2022-10-17x86/calldepth: Add ret/call counting for debugThomas Gleixner-0/+53
2022-10-17x86/retbleed: Add SKL call thunkThomas Gleixner-5/+20
2022-10-17x86/modules: Add call patchingThomas Gleixner-0/+19
2022-10-17x86/callthunks: Add call patching for call depth trackingThomas Gleixner-0/+251