summaryrefslogtreecommitdiffstats
path: root/kernel/module/kallsyms.c
AgeCommit message (Expand)AuthorLines
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann-13/+12
2024-05-14kallsyms: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2023-05-26kallsyms: remove unsed API lookup_symbol_attrsManinder Singh-28/+0
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-41/+37
2023-04-13module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang-1/+1
2023-04-13module: Move is_arm_mapping_symbol() to module_symbol.hTiezhu Yang-13/+1
2023-04-13module: Sync code of is_arm_mapping_symbol()Tiezhu Yang-2/+3
2023-04-04kallsyms: Disable preemption for find_kallsyms_symbol_valueJiri Olsa-3/+13
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei-3/+2
2023-03-09module: replace module_layout with module_memorySong Liu-25/+33
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei-1/+12
2022-10-25kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa-2/+0
2022-07-11module: Increase readability of module_kallsyms_lookup_name()Christophe Leroy-14/+24
2022-07-11module: Fix ERRORs reported by checkpatch.plChristophe Leroy-3/+6
2022-07-11module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RTAaron Tomlin-11/+11
2022-07-01modules: Fix corruption of /proc/kallsymsAdrian Hunter-3/+12
2022-04-05module: Introduce data_layoutChristophe Leroy-9/+9
2022-04-05module: Rename debug_align() as strict_align()Christophe Leroy-2/+2
2022-04-05module: kallsyms: Fix suspicious rcu usageAaron Tomlin-12/+22
2022-04-05module: Move kallsyms support into a separate fileAaron Tomlin-0/+502