summaryrefslogtreecommitdiffstats
path: root/kernel/module/kallsyms.c
Commit message (Expand)AuthorAgeFilesLines
* kallsyms: remove unsed API lookup_symbol_attrsManinder Singh2023-05-261-28/+0
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-41/+37
|\
| * module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang2023-04-131-1/+1
| * module: Move is_arm_mapping_symbol() to module_symbol.hTiezhu Yang2023-04-131-13/+1
| * module: Sync code of is_arm_mapping_symbol()Tiezhu Yang2023-04-131-2/+3
| * kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei2023-03-191-3/+2
| * module: replace module_layout with module_memorySong Liu2023-03-091-25/+33
* | kallsyms: Disable preemption for find_kallsyms_symbol_valueJiri Olsa2023-04-041-3/+13
|/
* livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei2023-01-191-1/+12
* kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa2022-10-251-2/+0
* module: Increase readability of module_kallsyms_lookup_name()Christophe Leroy2022-07-111-14/+24
* module: Fix ERRORs reported by checkpatch.plChristophe Leroy2022-07-111-3/+6
* module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RTAaron Tomlin2022-07-111-11/+11
* modules: Fix corruption of /proc/kallsymsAdrian Hunter2022-07-011-3/+12
* module: Introduce data_layoutChristophe Leroy2022-04-051-9/+9
* module: Rename debug_align() as strict_align()Christophe Leroy2022-04-051-2/+2
* module: kallsyms: Fix suspicious rcu usageAaron Tomlin2022-04-051-12/+22
* module: Move kallsyms support into a separate fileAaron Tomlin2022-04-051-0/+502