index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
callthunks.c
Age
Commit message (
Expand
)
Author
2025-04-11
x86/alternatives: Rename 'apply_relocation()' to 'text_poke_apply_relocation()'
Ingo Molnar
2025-03-30
Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-03-10
x86: Use RCU in all users of __module_address().
Sebastian Andrzej Siewior
2025-02-14
x86/alternative: Simplify callthunk patching
Peter Zijlstra
2025-01-24
Merge tag 'x86-boot-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-12-17
x86/xen: remove hypercall page
Juergen Gross
2024-12-06
x86/kexec: Move relocate_kernel to kernel .data section
David Woodhouse
2024-04-09
x86/alternatives: Use a temporary buffer when optimizing NOPs
Borislav Petkov (AMD)
2024-04-01
x86/bpf: Fix IP for relocating call depth accounting
Joan Bruguera Micó
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-04
x86/callthunks: Use EXPORT_PER_CPU_SYMBOL_GPL() for per CPU variables
Thomas Gleixner
2024-02-14
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
2023-12-10
x86/paravirt: Switch mixed paravirt/alternative calls to alternatives
Juergen Gross
2023-12-02
x86/callthunks: Correct calculation of dest address in is_callthunk()
Uros Bizjak
2023-11-30
x86/callthunks: Handle %rip-relative relocations in call thunk template
Uros Bizjak
2023-11-13
x86/paravirt: Use relative reference for the original instruction offset
Hou Wenlong
2023-10-20
x86/callthunks: Delete unused "struct thunk_desc"
Alexey Dobriyan
2023-09-22
x86,static_call: Fix static-call vs return-thunk
Peter Zijlstra
2023-06-27
Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-09
x86/orc: Make the is_callthunk() definition depend on CONFIG_BPF_JIT=y
Ingo Molnar
2023-06-07
Revert "x86/orc: Make it callthunk aware"
Josh Poimboeuf
2023-05-15
x86/smpboot: Restrict soft_restart_cpu() to SEV
Thomas Gleixner
2023-05-15
x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
Thomas Gleixner
2023-03-09
module: replace module_layout with module_memory
Song Liu
2022-12-27
x86/calldepth: Fix incorrect init section references
Arnd Bergmann
2022-10-17
x86/ftrace: Make it call depth tracking aware
Peter Zijlstra
2022-10-17
x86/bpf: Emit call depth accounting if required
Thomas Gleixner
2022-10-17
x86/orc: Make it callthunk aware
Peter Zijlstra
2022-10-17
static_call: Add call depth tracking support
Peter Zijlstra
2022-10-17
x86/calldepth: Add ret/call counting for debug
Thomas Gleixner
2022-10-17
x86/retbleed: Add SKL call thunk
Thomas Gleixner
2022-10-17
x86/modules: Add call patching
Thomas Gleixner
2022-10-17
x86/callthunks: Add call patching for call depth tracking
Thomas Gleixner