aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kallsyms.c
AgeCommit message (Expand)Author
2023-09-02kallsyms: Fix kallsyms_selftest failureYonghong Song
2023-07-12kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song
2023-06-28Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-14kallsyms: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-06-08kallsyms: move kallsyms_show_value() out of kallsyms.cManinder Singh
2023-05-26kallsyms: remove unsed API lookup_symbol_attrsManinder Singh
2023-05-26kallsyms: remove unused arch_get_kallsym() helperArnd Bergmann
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei
2022-11-15kallsyms: Add self-test facilityZhen Lei
2022-11-12kallsyms: Add helper kallsyms_on_each_match_symbol()Zhen Lei
2022-11-12kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei
2022-11-12kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda
2022-09-26kallsyms: Drop CONFIG_CFI_CLANG workaroundsSami Tolvanen
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-17kallsyms: move declarations to internal headerStephen Brennan
2022-07-12bpf: add a ksym BPF iteratorAlan Maguire
2022-05-10ftrace: Add ftrace_lookup_symbols functionJiri Olsa
2022-05-10kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa
2022-03-17kallsyms: Skip the name search for empty stringJiri Olsa
2022-01-16Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-07livepatch: Avoid CPU hogging with cond_reschedDavid Vernet
2021-10-04kallsyms: strip LTO suffixes from static functionsNick Desaulniers
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd
2021-04-08kallsyms: strip ThinLTO hashes from static functionsSami Tolvanen
2021-02-08kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig
2021-02-08kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook
2020-06-15ftrace: Add symbols for ftrace trampolinesAdrian Hunter
2020-06-15kprobes: Add symbols for kprobe insn pagesAdrian Hunter
2020-04-07kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()Will Deacon
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-05kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-08-27kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-21bpf: Add module name [bpf] to ksymbols for bpf programsSong Liu
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich
2018-08-14kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin
2018-08-14kallsyms: Simplify update_iter_mod()Adrian Hunter
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-22Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek
2018-01-16kallsyms: remove print_symbol() functionSergey Senozhatsky
2018-01-09symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds