summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/callthunks.c
Commit message (Expand)AuthorAgeFilesLines
* module: replace module_layout with module_memorySong Liu2023-03-091-2/+2
* x86/calldepth: Fix incorrect init section referencesArnd Bergmann2022-12-271-2/+2
* x86/ftrace: Make it call depth tracking awarePeter Zijlstra2022-10-171-1/+1
* x86/bpf: Emit call depth accounting if requiredThomas Gleixner2022-10-171-0/+19
* x86/orc: Make it callthunk awarePeter Zijlstra2022-10-171-0/+13
* static_call: Add call depth tracking supportPeter Zijlstra2022-10-171-0/+18
* x86/calldepth: Add ret/call counting for debugThomas Gleixner2022-10-171-0/+53
* x86/retbleed: Add SKL call thunkThomas Gleixner2022-10-171-5/+20
* x86/modules: Add call patchingThomas Gleixner2022-10-171-0/+19
* x86/callthunks: Add call patching for call depth trackingThomas Gleixner2022-10-171-0/+251