aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kallsyms.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-06kallsyms: let print_ip_sym() print raw addressesGravatar Huacai Chen 1-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-18/+54
2018-01-22Merge branch 'for-4.16-print-symbol' into for-4.16Gravatar Petr Mladek 1-18/+0
2018-01-16kallsyms: remove print_symbol() functionGravatar Sergey Senozhatsky 1-18/+0
2018-01-09symbol lookup: introduce dereference_symbol_descriptor()Gravatar Sergey Senozhatsky 1-0/+54
2017-11-29kallsyms: take advantage of the new '%px' formatGravatar Linus Torvalds 1-6/+0
2017-11-13/proc/module: fix building without kallsymsGravatar Arnd Bergmann 1-2/+8
2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureGravatar Linus Torvalds 1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsGravatar Stephen Boyd 1-0/+7
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-3/+2
2011-03-24vsprintf: Introduce %pB format specifierGravatar Namhyung Kim 1-0/+7
2009-12-15kallsyms: remove deprecated print_fn_descriptor_symbol()Gravatar Amerigo Wang 1-12/+0
2009-03-31Ksplice: Add functions for walking kallsyms symbolsGravatar Anders Kaseorg 1-0/+15
2008-10-16vsprintf: use new vsprintf symbolic function pointer formatGravatar Bjorn Helgaas 1-5/+3
2008-07-30print_ip_sym(): use %pSGravatar Vegard Nossum 1-2/+1
2008-07-25kallsyms: unify 32- and 64-bit codeGravatar Vegard Nossum 1-13/+6
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesGravatar Linus Torvalds 1-10/+14
2007-11-05Missing include file in kallsyms.hGravatar Kamalesh Babulal 1-0/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Gravatar Tejun Heo 1-3/+3
2007-07-07include/linux/kallsyms.h must #include <linux/errno.h>Gravatar Adrian Bunk 1-0/+1
2007-05-08Fix race between cat /proc/slab_allocators and rmmodGravatar Alexey Dobriyan 1-0/+6
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alGravatar Alexey Dobriyan 1-0/+7
2007-04-30Extend print_symbol capabilityGravatar Robert Peterson 1-1/+12
2006-10-03[PATCH] Create kallsyms_lookup_size_offset()Gravatar Franck Bui-Huu 1-0/+11
2006-07-03[PATCH] lockdep: add print_ip_sym()Gravatar Heiko Carstens 1-0/+14
2006-07-03[PATCH] lockdep: special s390 print_symbol() versionGravatar Heiko Carstens 1-5/+6
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+67