aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/static_call_inline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linuxLinus Torvalds1-7/+6
2025-03-10static_call: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-7/+6
2025-02-26static_call_inline: Provide trampoline address when updating sitesChristophe Leroy1-1/+1
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross1-1/+1
2024-09-06static_call: Replace pointless WARN_ON() in static_call_module_notify()Thomas Gleixner1-1/+1
2024-09-06static_call: Handle module init failure correctly in static_call_del_module()Thomas Gleixner1-0/+11
2022-10-17static_call: Add call depth tracking supportPeter Zijlstra1-5/+18
2022-04-05static_call: Don't make __static_call_return0 staticChristophe Leroy1-0/+543