summaryrefslogtreecommitdiffstats
path: root/kernel/module/kallsyms.c
Commit message (Expand)AuthorAgeFilesLines
* 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