summaryrefslogtreecommitdiffstats
path: root/kernel/kallsyms.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-15kallsyms: Add self-test facilityZhen Lei1-1/+1
2022-11-12kallsyms: Add helper kallsyms_on_each_match_symbol()Zhen Lei1-0/+18
2022-11-12kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei1-4/+14
2022-11-12kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei1-11/+75
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-17/+0
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda1-4/+22
2022-09-26kallsyms: Drop CONFIG_CFI_CLANG workaroundsSami Tolvanen1-17/+0
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-22/+1
2022-07-17kallsyms: move declarations to internal headerStephen Brennan1-22/+1
2022-07-12bpf: add a ksym BPF iteratorAlan Maguire1-0/+91
2022-05-10ftrace: Add ftrace_lookup_symbols functionJiri Olsa1-0/+1
2022-05-10kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa1-2/+0
2022-03-17kallsyms: Skip the name search for empty stringJiri Olsa1-0/+4
2022-01-16Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2022-01-07livepatch: Avoid CPU hogging with cond_reschedDavid Vernet1-0/+1
2021-10-04kallsyms: strip LTO suffixes from static functionsNick Desaulniers1-13/+33
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd1-20/+84
2021-04-08kallsyms: strip ThinLTO hashes from static functionsSami Tolvanen1-5/+50
2021-02-08kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig1-0/+2
2021-02-08kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig1-1/+5
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar1-6/+11
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook1-6/+11
2020-06-15ftrace: Add symbols for ftrace trampolinesAdrian Hunter1-0/+5
2020-06-15kprobes: Add symbols for kprobe insn pagesAdrian Hunter1-4/+33
2020-04-07kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()Will Deacon1-2/+0
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+3
2020-02-05kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada1-2/+3
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-6/+6
2019-08-27kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier1-2/+4
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-21bpf: Add module name [bpf] to ksymbols for bpf programsSong Liu1-1/+1
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich1-2/+2
2018-08-14kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin1-1/+27
2018-08-14kallsyms: Simplify update_iter_mod()Adrian Hunter1-14/+11
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-46/+0
2018-01-22Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek1-11/+0
2018-01-16kallsyms: remove print_symbol() functionSergey Senozhatsky1-11/+0
2018-01-09symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky1-35/+0
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds1-4/+4
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-6/+37
2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds1-7/+1
2017-11-08stop using '%pK' for /proc/kallsyms pointer valuesLinus Torvalds1-2/+47
2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)1-6/+32
2017-10-05ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)1-0/+5
2017-07-10kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Masahiro Yamada1-8/+2
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann1-12/+49
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel1-9/+33
2014-10-14kernel/kallsyms.c: use __seq_open_private()Rob Jones1-9/+2