summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/callthunks.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/bpf: Fix IP for relocating call depth accountingJoan Bruguera Micó2024-04-021-2/+2
* Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-7/+25
|\
| * Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar2024-02-141-15/+8
| |\
| * | x86/callthunks: Correct calculation of dest address in is_callthunk()Uros Bizjak2023-12-021-1/+1
| * | x86/callthunks: Handle %rip-relative relocations in call thunk templateUros Bizjak2023-11-301-7/+25
* | | x86/callthunks: Use EXPORT_PER_CPU_SYMBOL_GPL() for per CPU variablesThomas Gleixner2024-03-041-2/+2
| |/ |/|
* | x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross2023-12-101-9/+8
* | x86/paravirt: Use relative reference for the original instruction offsetHou Wenlong2023-11-131-1/+1
* | x86/callthunks: Delete unused "struct thunk_desc"Alexey Dobriyan2023-10-201-5/+0
* | x86,static_call: Fix static-call vs return-thunkPeter Zijlstra2023-09-221-1/+0
|/
* Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-281-2/+2
|\
| * x86/orc: Make the is_callthunk() definition depend on CONFIG_BPF_JIT=yIngo Molnar2023-06-091-1/+1
| * Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf2023-06-071-1/+1
* | x86/smpboot: Restrict soft_restart_cpu() to SEVThomas Gleixner2023-05-151-1/+1
* | x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner2023-05-151-1/+1
|/
* 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