aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kallsyms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/masahiroy/linux-kbuildLinus 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 first symbolMarc 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/pmladek/printkLinus 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/rostedt/linux-traceLinus 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
2014-08-08kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim1-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-5/+6
2013-04-15kernel: kallsyms: memory override issue, need check destination buffer lengthChen Gang1-8/+18
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd1-8/+24
2011-03-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+41
2011-03-24vsprintf: Introduce %pB format specifierNamhyung Kim1-3/+41
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-2/+2
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook1-6/+4
2010-11-19Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Linus Torvalds1-1/+1
2010-11-16kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner1-1/+1
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel1-0/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker1-0/+1
2009-09-23kallsyms: use new arch_is_kernel_text()Mike Frysinger1-1/+2