开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
module
/
kallsyms.c
Age
Commit message (
Expand
)
Author
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