| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-01-16 | 1 | -0/+1 |
|\ |
|
| * | livepatch: Avoid CPU hogging with cond_resched | David Vernet | 2022-01-07 | 1 | -0/+1 |
* | | kallsyms: strip LTO suffixes from static functions | Nick Desaulniers | 2021-10-04 | 1 | -13/+33 |
|/ |
|
* | module: add printk formats to add module build ID to stacktraces | Stephen Boyd | 2021-07-08 | 1 | -20/+84 |
* | kallsyms: strip ThinLTO hashes from static functions | Sami Tolvanen | 2021-04-08 | 1 | -5/+50 |
* | kallsyms: only build {,module_}kallsyms_on_each_symbol when required | Christoph Hellwig | 2021-02-08 | 1 | -0/+2 |
* | kallsyms: refactor {,module_}kallsyms_on_each_symbol | Christoph Hellwig | 2021-02-08 | 1 | -1/+5 |
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 2020-10-25 | 1 | -2/+2 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -2/+2 |
* | Merge tag 'v5.8-rc7' into perf/core, to pick up fixes | Ingo Molnar | 2020-07-28 | 1 | -6/+11 |
|\ |
|
| * | kallsyms: Refactor kallsyms_show_value() to take cred | Kees Cook | 2020-07-08 | 1 | -6/+11 |
* | | ftrace: Add symbols for ftrace trampolines | Adrian Hunter | 2020-06-15 | 1 | -0/+5 |
* | | kprobes: Add symbols for kprobe insn pages | Adrian Hunter | 2020-06-15 | 1 | -4/+33 |
|/ |
|
* | kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol() | Will Deacon | 2020-04-07 | 1 | -2/+0 |
* | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-02-09 | 1 | -2/+3 |
|\ |
|
| * | kallsyms: fix type of kallsyms_token_table[] | Masahiro Yamada | 2020-02-05 | 1 | -2/+3 |
* | | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 1 | -6/+6 |
|/ |
|
* | kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs... | Marc Zyngier | 2019-08-27 | 1 | -2/+4 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | bpf: Add module name [bpf] to ksymbols for bpf programs | Song Liu | 2019-01-21 | 1 | -1/+1 |
* | kallsyms: reduce size a little on 64-bit | Jan Beulich | 2018-09-10 | 1 | -2/+2 |
* | kallsyms, x86: Export addresses of PTI entry trampolines | Alexander Shishkin | 2018-08-14 | 1 | -1/+27 |
* | kallsyms: Simplify update_iter_mod() | Adrian Hunter | 2018-08-14 | 1 | -14/+11 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 2018-02-01 | 1 | -46/+0 |
|\ |
|
| * | Merge branch 'for-4.16-print-symbol' into for-4.16 | Petr Mladek | 2018-01-22 | 1 | -11/+0 |
| |\ |
|
| | * | kallsyms: remove print_symbol() function | Sergey Senozhatsky | 2018-01-16 | 1 | -11/+0 |
| * | | symbol lookup: introduce dereference_symbol_descriptor() | Sergey Senozhatsky | 2018-01-09 | 1 | -35/+0 |
| |/ |
|
* / | kallsyms: take advantage of the new '%px' format | Linus Torvalds | 2017-11-29 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2017-11-17 | 1 | -6/+37 |
|\ |
|
| * | ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions | Steven Rostedt (VMware) | 2017-10-05 | 1 | -6/+32 |
| * | ftrace: Save module init functions kallsyms symbols for tracing | Steven Rostedt (VMware) | 2017-10-05 | 1 | -0/+5 |
* | | /proc/module: use the same logic as /proc/kallsyms for address exposure | Linus Torvalds | 2017-11-12 | 1 | -7/+1 |
* | | stop using '%pK' for /proc/kallsyms pointer values | Linus Torvalds | 2017-11-08 | 1 | -2/+47 |
|/ |
|
* | kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL) | Masahiro Yamada | 2017-07-10 | 1 | -8/+2 |
* | bpf: make jited programs visible in traces | Daniel Borkmann | 2017-02-17 | 1 | -12/+49 |
* | kallsyms: add support for relative offsets in kallsyms address table | Ard Biesheuvel | 2016-03-15 | 1 | -9/+33 |
* | kernel/kallsyms.c: use __seq_open_private() | Rob Jones | 2014-10-14 | 1 | -9/+2 |
* | kernel/kallsyms.c: fix %pB when there's no symbol at the address | Namhyung Kim | 2014-08-08 | 1 | -1/+1 |
* | kernel: use macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza | 2014-04-07 | 1 | -5/+6 |
* | kernel: kallsyms: memory override issue, need check destination buffer length | Chen Gang | 2013-04-15 | 1 | -8/+18 |
* | vsprintf: fix %ps on non symbols when using kallsyms | Stephen Boyd | 2012-05-29 | 1 | -8/+24 |
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-03-25 | 1 | -3/+41 |
|\ |
|
| * | vsprintf: Introduce %pB format specifier | Namhyung Kim | 2011-03-24 | 1 | -3/+41 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-03-23 | 1 | -2/+2 |
|\ \ |
|
| * | | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm | Stephen Wilson | 2011-03-23 | 1 | -2/+2 |
| |/ |
|
* / | printk: use %pK for /proc/kallsyms and /proc/modules | Kees Cook | 2011-03-22 | 1 | -6/+4 |
|/ |
|
* | Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking" | Linus Torvalds | 2010-11-19 | 1 | -1/+1 |
* | kernel: make /proc/kallsyms mode 400 to reduce ease of attacking | Marcus Meissner | 2010-11-16 | 1 | -1/+1 |
* | kdb: core for kgdb back end (2 of 2) | Jason Wessel | 2010-05-20 | 1 | -0/+21 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |