aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kallsyms.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06kallsyms: let print_ip_sym() print raw addressesHuacai Chen1-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-18/+54
2018-01-22Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek1-18/+0
2018-01-16kallsyms: remove print_symbol() functionSergey Senozhatsky1-18/+0
2018-01-09symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky1-0/+54
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds1-6/+0
2017-11-13/proc/module: fix building without kallsymsArnd Bergmann1-2/+8
2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd1-0/+7
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-3/+2
2011-03-24vsprintf: Introduce %pB format specifierNamhyung Kim1-0/+7
2009-12-15kallsyms: remove deprecated print_fn_descriptor_symbol()Amerigo Wang1-12/+0
2009-03-31Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg1-0/+15
2008-10-16vsprintf: use new vsprintf symbolic function pointer formatBjorn Helgaas1-5/+3
2008-07-30print_ip_sym(): use %pSVegard Nossum1-2/+1
2008-07-25kallsyms: unify 32- and 64-bit codeVegard Nossum1-13/+6
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds1-10/+14
2007-11-05Missing include file in kallsyms.hKamalesh Babulal1-0/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo1-3/+3
2007-07-07include/linux/kallsyms.h must #include <linux/errno.h>Adrian Bunk1-0/+1
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan1-0/+6
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan1-0/+7
2007-04-30Extend print_symbol capabilityRobert Peterson1-1/+12
2006-10-03[PATCH] Create kallsyms_lookup_size_offset()Franck Bui-Huu1-0/+11
2006-07-03[PATCH] lockdep: add print_ip_sym()Heiko Carstens1-0/+14
2006-07-03[PATCH] lockdep: special s390 print_symbol() versionHeiko Carstens1-5/+6
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+67