Age | Commit message (Expand) | Author | Files | Lines |
2023-06-08 | kallsyms: make kallsyms_show_value() as generic function | Maninder Singh | 1 | -8/+3 |
2023-05-27 | kallsyms: remove unsed API lookup_symbol_attrs | Maninder Singh | 1 | -6/+0 |
2023-03-19 | kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym... | Zhen Lei | 1 | -4/+3 |
2022-11-15 | kallsyms: Add self-test facility | Zhen Lei | 1 | -0/+1 |
2022-11-13 | kallsyms: Add helper kallsyms_on_each_match_symbol() | Zhen Lei | 1 | -0/+8 |
2022-09-28 | kallsyms: increase maximum kernel symbol length to 512 | Miguel Ojeda | 1 | -1/+1 |
2022-05-11 | kallsyms: Make kallsyms_on_each_symbol generally available | Jiri Olsa | 1 | -1/+6 |
2022-02-16 | asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS | Christophe Leroy | 1 | -1/+1 |
2021-11-09 | sections: provide internal __is_kernel() and __is_kernel_text() helper | Kefeng Wang | 1 | -2/+2 |
2021-11-09 | sections: move is_kernel_inittext() into sections.h | Kefeng Wang | 1 | -8/+0 |
2021-11-09 | kallsyms: fix address-checks for kernel related range | Kefeng Wang | 1 | -3/+3 |
2021-11-09 | kallsyms: remove arch specific text and data check | Kefeng Wang | 1 | -2/+1 |
2021-07-08 | module: add printk formats to add module build ID to stacktraces | Stephen Boyd | 1 | -2/+19 |
2021-02-08 | kallsyms: only build {,module_}kallsyms_on_each_symbol when required | Christoph Hellwig | 1 | -13/+4 |
2020-07-09 | kallsyms: Refactor kallsyms_show_value() to take cred | Kees Cook | 1 | -2/+3 |
2020-06-09 | kallsyms/printk: add loglvl to print_ip_sym() | Dmitry Safonov | 1 | -2/+2 |
2018-02-07 | kallsyms: let print_ip_sym() print raw addresses | Huacai Chen | 1 | -1/+1 |
2018-02-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 1 | -18/+54 |
2018-01-22 | Merge branch 'for-4.16-print-symbol' into for-4.16 | Petr Mladek | 1 | -18/+0 |
2018-01-16 | kallsyms: remove print_symbol() function | Sergey Senozhatsky | 1 | -18/+0 |
2018-01-09 | symbol lookup: introduce dereference_symbol_descriptor() | Sergey Senozhatsky | 1 | -0/+54 |
2017-11-29 | kallsyms: take advantage of the new '%px' format | Linus Torvalds | 1 | -6/+0 |
2017-11-13 | /proc/module: fix building without kallsyms | Arnd Bergmann | 1 | -2/+8 |
2017-11-13 | /proc/module: use the same logic as /proc/kallsyms for address exposure | Linus Torvalds | 1 | -0/+8 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2012-05-30 | vsprintf: fix %ps on non symbols when using kallsyms | Stephen Boyd | 1 | -0/+7 |
2011-11-01 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -3/+2 |
2011-03-24 | vsprintf: Introduce %pB format specifier | Namhyung Kim | 1 | -0/+7 |
2009-12-15 | kallsyms: remove deprecated print_fn_descriptor_symbol() | Amerigo Wang | 1 | -12/+0 |
2009-03-31 | Ksplice: Add functions for walking kallsyms symbols | Anders Kaseorg | 1 | -0/+15 |
2008-10-16 | vsprintf: use new vsprintf symbolic function pointer format | Bjorn Helgaas | 1 | -5/+3 |
2008-07-30 | print_ip_sym(): use %pS | Vegard Nossum | 1 | -2/+1 |
2008-07-25 | kallsyms: unify 32- and 64-bit code | Vegard Nossum | 1 | -13/+6 |
2008-05-16 | Clean up 'print_fn_descriptor_symbol()' types | Linus Torvalds | 1 | -10/+14 |
2007-11-06 | Missing include file in kallsyms.h | Kamalesh Babulal | 1 | -0/+1 |
2007-07-17 | kallsyms: make KSYM_NAME_LEN include space for trailing '\0' | Tejun Heo | 1 | -3/+3 |
2007-07-08 | include/linux/kallsyms.h must #include <linux/errno.h> | Adrian Bunk | 1 | -0/+1 |
2007-05-08 | Fix race between cat /proc/slab_allocators and rmmod | Alexey Dobriyan | 1 | -0/+6 |
2007-05-08 | Fix race between cat /proc/*/wchan and rmmod et al | Alexey Dobriyan | 1 | -0/+7 |
2007-05-01 | Extend print_symbol capability | Robert Peterson | 1 | -1/+12 |
2006-10-03 | [PATCH] Create kallsyms_lookup_size_offset() | Franck Bui-Huu | 1 | -0/+11 |
2006-07-04 | [PATCH] lockdep: add print_ip_sym() | Heiko Carstens | 1 | -0/+14 |
2006-07-04 | [PATCH] lockdep: special s390 print_symbol() version | Heiko Carstens | 1 | -5/+6 |
2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 |
2005-04-17 | Linux-2.6.12-rc2 | Linus Torvalds | 1 | -0/+67 |