aboutsummaryrefslogtreecommitdiff
path: root/kernel/kallsyms.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-22/+1
2022-07-17kallsyms: move declarations to internal headerGravatar Stephen Brennan 1-22/+1
2022-07-12bpf: add a ksym BPF iteratorGravatar Alan Maguire 1-0/+91
2022-05-10ftrace: Add ftrace_lookup_symbols functionGravatar Jiri Olsa 1-0/+1
2022-05-10kallsyms: Make kallsyms_on_each_symbol generally availableGravatar Jiri Olsa 1-2/+0
2022-03-17kallsyms: Skip the name search for empty stringGravatar Jiri Olsa 1-0/+4
2022-01-16Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2022-01-07livepatch: Avoid CPU hogging with cond_reschedGravatar David Vernet 1-0/+1
2021-10-04kallsyms: strip LTO suffixes from static functionsGravatar Nick Desaulniers 1-13/+33
2021-07-08module: add printk formats to add module build ID to stacktracesGravatar Stephen Boyd 1-20/+84
2021-04-08kallsyms: strip ThinLTO hashes from static functionsGravatar Sami Tolvanen 1-5/+50
2021-02-08kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredGravatar Christoph Hellwig 1-0/+2
2021-02-08kallsyms: refactor {,module_}kallsyms_on_each_symbolGravatar Christoph Hellwig 1-1/+5
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 1-6/+11
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credGravatar Kees Cook 1-6/+11
2020-06-15ftrace: Add symbols for ftrace trampolinesGravatar Adrian Hunter 1-0/+5
2020-06-15kprobes: Add symbols for kprobe insn pagesGravatar Adrian Hunter 1-4/+33
2020-04-07kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()Gravatar Will Deacon 1-2/+0
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+3
2020-02-05kallsyms: fix type of kallsyms_token_table[]Gravatar Masahiro Yamada 1-2/+3
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-6/+6
2019-08-27kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Gravatar Marc Zyngier 1-2/+4
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-01-21bpf: Add module name [bpf] to ksymbols for bpf programsGravatar Song Liu 1-1/+1
2018-09-10kallsyms: reduce size a little on 64-bitGravatar Jan Beulich 1-2/+2
2018-08-14kallsyms, x86: Export addresses of PTI entry trampolinesGravatar Alexander Shishkin 1-1/+27
2018-08-14kallsyms: Simplify update_iter_mod()Gravatar Adrian Hunter 1-14/+11
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-46/+0
2018-01-22Merge branch 'for-4.16-print-symbol' into for-4.16Gravatar Petr Mladek 1-11/+0
2018-01-16kallsyms: remove print_symbol() functionGravatar Sergey Senozhatsky 1-11/+0
2018-01-09symbol lookup: introduce dereference_symbol_descriptor()Gravatar Sergey Senozhatsky 1-35/+0
2017-11-29kallsyms: take advantage of the new '%px' formatGravatar Linus Torvalds 1-4/+4
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-6/+37
2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureGravatar Linus Torvalds 1-7/+1
2017-11-08stop using '%pK' for /proc/kallsyms pointer valuesGravatar Linus Torvalds 1-2/+47
2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsGravatar Steven Rostedt (VMware) 1-6/+32
2017-10-05ftrace: Save module init functions kallsyms symbols for tracingGravatar Steven Rostedt (VMware) 1-0/+5
2017-07-10kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Gravatar Masahiro Yamada 1-8/+2
2017-02-17bpf: make jited programs visible in tracesGravatar Daniel Borkmann 1-12/+49
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableGravatar Ard Biesheuvel 1-9/+33
2014-10-14kernel/kallsyms.c: use __seq_open_private()Gravatar Rob Jones 1-9/+2
2014-08-08kernel/kallsyms.c: fix %pB when there's no symbol at the addressGravatar Namhyung Kim 1-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gravatar Gideon Israel Dsouza 1-5/+6
2013-04-15kernel: kallsyms: memory override issue, need check destination buffer lengthGravatar Chen Gang 1-8/+18
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsGravatar Stephen Boyd 1-8/+24
2011-03-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+41
2011-03-24vsprintf: Introduce %pB format specifierGravatar Namhyung Kim 1-3/+41
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2