1. bed0d9a ftrace: Add ftrace_lookup_symbols function by Jiri Olsa · 2 years, 7 months ago
  2. d721def kallsyms: Make kallsyms_on_each_symbol generally available by Jiri Olsa · 2 years, 7 months ago
  3. aecf489 kallsyms: Skip the name search for empty string by Jiri Olsa · 2 years, 9 months ago
  4. 77dbd72 Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 3 years ago
  5. f5bdb34 livepatch: Avoid CPU hogging with cond_resched by David Vernet · 3 years ago
  6. 6eb4bd9 kallsyms: strip LTO suffixes from static functions by Nick Desaulniers · 3 years, 3 months ago
  7. 9294523 module: add printk formats to add module build ID to stacktraces by Stephen Boyd · 3 years, 5 months ago
  8. 8b8e6b5 kallsyms: strip ThinLTO hashes from static functions by Sami Tolvanen · 3 years, 9 months ago
  9. 3e35520 kallsyms: only build {,module_}kallsyms_on_each_symbol when required by Christoph Hellwig · 3 years, 11 months ago
  10. 013c166 kallsyms: refactor {,module_}kallsyms_on_each_symbol by Christoph Hellwig · 3 years, 11 months ago
  11. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  12. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  13. e89d4ca Merge tag 'v5.8-rc7' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 5 months ago
  14. 1602518 kallsyms: Refactor kallsyms_show_value() to take cred by Kees Cook · 4 years, 6 months ago
  15. fc0ea79 ftrace: Add symbols for ftrace trampolines by Adrian Hunter · 4 years, 7 months ago
  16. d002b8b kprobes: Add symbols for kprobe insn pages by Adrian Hunter · 4 years, 7 months ago
  17. 0bd476e kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol() by Will Deacon · 4 years, 9 months ago
  18. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 10 months ago
  19. cde26a6 kallsyms: fix type of kallsyms_token_table[] by Masahiro Yamada · 4 years, 11 months ago
  20. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 4 years, 11 months ago
  21. 2a1a3fa kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the first symbol by Marc Zyngier · 5 years ago
  22. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  23. 6934058 bpf: Add module name [bpf] to ksymbols for bpf programs by Song Liu · 6 years ago
  24. 80ffbaa kallsyms: reduce size a little on 64-bit by Jan Beulich · 6 years ago
  25. d83212d kallsyms, x86: Export addresses of PTI entry trampolines by Alexander Shishkin · 7 years ago
  26. b966794 kallsyms: Simplify update_iter_mod() by Adrian Hunter · 7 years ago
  27. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  28. 51ccbb0 Merge branch 'for-4.16-print-symbol' into for-4.16 by Petr Mladek · 7 years ago
  29. d2279c9 kallsyms: remove print_symbol() function by Sergey Senozhatsky · 7 years ago
  30. 04b8eb7 symbol lookup: introduce dereference_symbol_descriptor() by Sergey Senozhatsky · 7 years ago
  31. 668533d kallsyms: take advantage of the new '%px' format by Linus Torvalds · 7 years ago
  32. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  33. 516fb7f /proc/module: use the same logic as /proc/kallsyms for address exposure by Linus Torvalds · 7 years ago
  34. c0f3ea1 stop using '%pK' for /proc/kallsyms pointer values by Linus Torvalds · 7 years ago
  35. 6171a03 ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions by Steven Rostedt (VMware) · 7 years ago
  36. aba4b5c ftrace: Save module init functions kallsyms symbols for tracing by Steven Rostedt (VMware) · 7 years ago
  37. 63b23e2 kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL) by Masahiro Yamada · 7 years ago
  38. 74451e66 bpf: make jited programs visible in traces by Daniel Borkmann · 8 years ago
  39. 2213e9a kallsyms: add support for relative offsets in kallsyms address table by Ard Biesheuvel · 9 years ago
  40. 0049f26 kernel/kallsyms.c: use __seq_open_private() by Rob Jones · 10 years ago
  41. b86280a kernel/kallsyms.c: fix %pB when there's no symbol at the address by Namhyung Kim · 10 years ago
  42. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
  43. e3f2675 kernel: kallsyms: memory override issue, need check destination buffer length by Chen Gang · 12 years ago
  44. 4796dd2 vsprintf: fix %ps on non symbols when using kallsyms by Stephen Boyd · 13 years ago
  45. 94df491 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  46. 0f77a8d vsprintf: Introduce %pB format specifier by Namhyung Kim · 14 years ago
  47. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  48. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 14 years ago
  49. 9f36e2c printk: use %pK for /proc/kallsyms and /proc/modules by Kees Cook · 14 years ago
  50. 33e0d57f Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking" by Linus Torvalds · 14 years ago
  51. 59365d1 kernel: make /proc/kallsyms mode 400 to reduce ease of attacking by Marcus Meissner · 14 years ago
  52. 67fc4e0 kdb: core for kgdb back end (2 of 2) by Jason Wessel · 15 years ago
  53. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  54. f60d24d hw-breakpoints: Fix broken hw-breakpoint sample module by Frederic Weisbecker · 15 years ago
  55. 128e8db kallsyms: use new arch_is_kernel_text() by Mike Frysinger · 15 years ago
  56. ad6ccfa kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix whitespace by Manish Katiyar · 16 years ago
  57. 75a6661 Ksplice: Add functions for walking kallsyms symbols by Anders Kaseorg · 16 years ago
  58. 2ea0389 Revert "kbuild: strip generated symbols from *.ko" by Sam Ravnborg · 16 years ago
  59. 9bb4824 allow stripping of generated symbols under CONFIG_KALLSYMS_ALL by Jan Beulich · 16 years ago
  60. 966c8c1 sprint_symbol(): use less stack by Hugh Dickins · 16 years ago
  61. 7968b3d kernel/kallsyms.c: fix double return by WANG Cong · 16 years ago
  62. 2fc9c4e kallsyms: fix potential overflow in binary search by Vegard Nossum · 16 years ago
  63. c33fff0 kernel: use non-racy method for proc entries creation by Denis V. Lunev · 17 years ago
  64. a3b8111 remove support for un-needed _extratext section by Robin Getz · 17 years ago
  65. 6dd06c9 module: make module_address_lookup safe by Rusty Russell · 17 years ago
  66. 9e6c1e6 FRV: fix the extern declaration of kallsyms_num_syms by David Howells · 17 years ago
  67. 9281ace kallsyms: make KSYM_NAME_LEN include space for trailing '\0' by Tejun Heo · 17 years ago
  68. 19769b7 sprint_symbol() cleanup by Andrew Morton · 17 years ago
  69. 7a74fc4 fix possible null ptr deref in kallsyms_lookup by Kyle McMartin · 18 years ago
  70. 5a0c6a0 kallsyms: cleanup: use seq_release_private() where appropriate by Martin Peschke · 18 years ago
  71. a5c43da Fix race between cat /proc/slab_allocators and rmmod by Alexey Dobriyan · 18 years ago
  72. 9d65cb4 Fix race between cat /proc/*/wchan and rmmod et al by Alexey Dobriyan · 18 years ago
  73. ffb4512 Simplify kallsyms_lookup() by Alexey Dobriyan · 18 years ago
  74. ea07890 Fix race between rmmod and cat /proc/kallsyms by Alexey Dobriyan · 18 years ago
  75. ae84e32 Simplify module_get_kallsym() by dropping length arg by Alexey Dobriyan · 18 years ago
  76. 42e3808 Extend print_symbol capability by Robert Peterson · 18 years ago
  77. aad0947 [PATCH] move kallsyms data to .rodata by Jan Beulich · 18 years ago
  78. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  79. 07354a0 [PATCH] /proc/kallsyms reports lower-case types for some non-exported symbols by Adam B. Jerome · 18 years ago
  80. ffc5089 [PATCH] Create kallsyms_lookup_size_offset() by Franck Bui-Huu · 18 years ago
  81. 3a872d8 [PATCH] Kprobes: Make kprobe modules more portable by Ananth N Mavinakayanahalli · 18 years ago
  82. 098c5ee [PATCH] null-terminate over-long /proc/kallsyms symbols by Andreas Gruenbacher · 18 years ago
  83. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  84. 075d6eb [PATCH] ppc32: platform-specific functions missing from kallsyms. by David Woodhouse · 20 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2