summaryrefslogtreecommitdiffstats
path: root/kernel/kallsyms.c
Commit message (Expand)AuthorAgeFilesLines
* kallsyms: Change func signature for cleanup_symbol_name()Yonghong Song2023-08-251-6/+4
* kallsyms: Fix kallsyms_selftest failureYonghong Song2023-08-251-10/+7
* kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song2023-07-121-3/+2
* Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-281-90/+1
|\
| * kallsyms: move kallsyms_show_value() out of kallsyms.cManinder Singh2023-06-081-35/+0
| * kallsyms: remove unsed API lookup_symbol_attrsManinder Singh2023-05-261-28/+0
| * kallsyms: remove unused arch_get_kallsym() helperArnd Bergmann2023-05-261-27/+1
* | kallsyms: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-2/+2
|/
* kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei2023-03-191-3/+2
* kallsyms: Add self-test facilityZhen Lei2022-11-151-1/+1
* kallsyms: Add helper kallsyms_on_each_match_symbol()Zhen Lei2022-11-121-0/+18
* kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei2022-11-121-4/+14
* kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei2022-11-121-11/+75
* Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-031-17/+0
|\
| * kallsyms: Drop CONFIG_CFI_CLANG workaroundsSami Tolvanen2022-09-261-17/+0
* | kallsyms: support "big" kernel symbolsMiguel Ojeda2022-09-281-4/+22
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-22/+1
|\
| * kallsyms: move declarations to internal headerStephen Brennan2022-07-171-22/+1
* | bpf: add a ksym BPF iteratorAlan Maguire2022-07-121-0/+91
|/
* ftrace: Add ftrace_lookup_symbols functionJiri Olsa2022-05-101-0/+1
* kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa2022-05-101-2/+0
* kallsyms: Skip the name search for empty stringJiri Olsa2022-03-171-0/+4
* Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-161-0/+1
|\
| * livepatch: Avoid CPU hogging with cond_reschedDavid Vernet2022-01-071-0/+1
* | kallsyms: strip LTO suffixes from static functionsNick Desaulniers2021-10-041-13/+33
|/
* module: add printk formats to add module build ID to stacktracesStephen Boyd2021-07-081-20/+84
* kallsyms: strip ThinLTO hashes from static functionsSami Tolvanen2021-04-081-5/+50
* kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig2021-02-081-0/+2
* kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig2021-02-081-1/+5
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar2020-07-281-6/+11
|\
| * kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-081-6/+11
* | ftrace: Add symbols for ftrace trampolinesAdrian Hunter2020-06-151-0/+5
* | kprobes: Add symbols for kprobe insn pagesAdrian Hunter2020-06-151-4/+33
|/
* kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()Will Deacon2020-04-071-2/+0
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-091-2/+3
|\
| * kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada2020-02-051-2/+3
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-6/+6
|/
* kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier2019-08-271-2/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* bpf: Add module name [bpf] to ksymbols for bpf programsSong Liu2019-01-211-1/+1
* kallsyms: reduce size a little on 64-bitJan Beulich2018-09-101-2/+2
* kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-141-1/+27
* kallsyms: Simplify update_iter_mod()Adrian Hunter2018-08-141-14/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-46/+0
|\
| * Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek2018-01-221-11/+0
| |\
| | * kallsyms: remove print_symbol() functionSergey Senozhatsky2018-01-161-11/+0
| * | symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky2018-01-091-35/+0
| |/
* / kallsyms: take advantage of the new '%px' formatLinus Torvalds2017-11-291-4/+4
|/