Age | Commit message (Expand) | Author |
2022-11-15 | kallsyms: Add self-test facility | Zhen Lei |
2022-11-12 | kallsyms: Add helper kallsyms_on_each_match_symbol() | Zhen Lei |
2022-11-12 | kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[] | Zhen Lei |
2022-11-12 | kallsyms: Improve the performance of kallsyms_lookup_name() | Zhen Lei |
2022-10-03 | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds |
2022-09-28 | kallsyms: support "big" kernel symbols | Miguel Ojeda |
2022-09-26 | kallsyms: Drop CONFIG_CFI_CLANG workarounds | Sami Tolvanen |
2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2022-07-17 | kallsyms: move declarations to internal header | Stephen Brennan |
2022-07-12 | bpf: add a ksym BPF iterator | Alan Maguire |
2022-05-10 | ftrace: Add ftrace_lookup_symbols function | Jiri Olsa |
2022-05-10 | kallsyms: Make kallsyms_on_each_symbol generally available | Jiri Olsa |
2022-03-17 | kallsyms: Skip the name search for empty string | Jiri Olsa |
2022-01-16 | Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-01-07 | livepatch: Avoid CPU hogging with cond_resched | David Vernet |
2021-10-04 | kallsyms: strip LTO suffixes from static functions | Nick Desaulniers |
2021-07-08 | module: add printk formats to add module build ID to stacktraces | Stephen Boyd |
2021-04-08 | kallsyms: strip ThinLTO hashes from static functions | Sami Tolvanen |
2021-02-08 | kallsyms: only build {,module_}kallsyms_on_each_symbol when required | Christoph Hellwig |
2021-02-08 | kallsyms: refactor {,module_}kallsyms_on_each_symbol | Christoph Hellwig |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-28 | Merge tag 'v5.8-rc7' into perf/core, to pick up fixes | Ingo Molnar |
2020-07-08 | kallsyms: Refactor kallsyms_show_value() to take cred | Kees Cook |
2020-06-15 | ftrace: Add symbols for ftrace trampolines | Adrian Hunter |
2020-06-15 | kprobes: Add symbols for kprobe insn pages | Adrian Hunter |
2020-04-07 | kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol() | Will Deacon |
2020-02-09 | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2020-02-05 | kallsyms: fix type of kallsyms_token_table[] | Masahiro Yamada |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan |
2019-08-27 | kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs... | Marc Zyngier |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-01-21 | bpf: Add module name [bpf] to ksymbols for bpf programs | Song Liu |
2018-09-10 | kallsyms: reduce size a little on 64-bit | Jan Beulich |
2018-08-14 | kallsyms, x86: Export addresses of PTI entry trampolines | Alexander Shishkin |
2018-08-14 | kallsyms: Simplify update_iter_mod() | Adrian Hunter |
2018-02-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds |
2018-01-22 | Merge branch 'for-4.16-print-symbol' into for-4.16 | Petr Mladek |
2018-01-16 | kallsyms: remove print_symbol() function | Sergey Senozhatsky |
2018-01-09 | symbol lookup: introduce dereference_symbol_descriptor() | Sergey Senozhatsky |
2017-11-29 | kallsyms: take advantage of the new '%px' format | Linus Torvalds |
2017-11-17 | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2017-11-12 | /proc/module: use the same logic as /proc/kallsyms for address exposure | Linus Torvalds |
2017-11-08 | stop using '%pK' for /proc/kallsyms pointer values | Linus Torvalds |
2017-10-05 | ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions | Steven Rostedt (VMware) |
2017-10-05 | ftrace: Save module init functions kallsyms symbols for tracing | Steven Rostedt (VMware) |
2017-07-10 | kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL) | Masahiro Yamada |
2017-02-17 | bpf: make jited programs visible in traces | Daniel Borkmann |
2016-03-15 | kallsyms: add support for relative offsets in kallsyms address table | Ard Biesheuvel |
2014-10-14 | kernel/kallsyms.c: use __seq_open_private() | Rob Jones |