index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
module
/
kallsyms.c
Age
Commit message (
Expand
)
Author
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
2024-05-14
kallsyms: replace deprecated strncpy with strscpy
Justin Stitt
2023-05-26
kallsyms: remove unsed API lookup_symbol_attrs
Maninder Singh
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-13
module: Ignore L0 and rename is_arm_mapping_symbol()
Tiezhu Yang
2023-04-13
module: Move is_arm_mapping_symbol() to module_symbol.h
Tiezhu Yang
2023-04-13
module: Sync code of is_arm_mapping_symbol()
Tiezhu Yang
2023-04-04
kallsyms: Disable preemption for find_kallsyms_symbol_value
Jiri Olsa
2023-03-19
kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...
Zhen Lei
2023-03-09
module: replace module_layout with module_memory
Song Liu
2023-01-19
livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
Zhen Lei
2022-10-25
kallsyms: Make module_kallsyms_on_each_symbol generally available
Jiri Olsa
2022-07-11
module: Increase readability of module_kallsyms_lookup_name()
Christophe Leroy
2022-07-11
module: Fix ERRORs reported by checkpatch.pl
Christophe Leroy
2022-07-11
module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RT
Aaron Tomlin
2022-07-01
modules: Fix corruption of /proc/kallsyms
Adrian Hunter
2022-04-05
module: Introduce data_layout
Christophe Leroy
2022-04-05
module: Rename debug_align() as strict_align()
Christophe Leroy
2022-04-05
module: kallsyms: Fix suspicious rcu usage
Aaron Tomlin
2022-04-05
module: Move kallsyms support into a separate file
Aaron Tomlin