summaryrefslogtreecommitdiff
path: root/include/linux/kallsyms.h
AgeCommit message (Expand)Author
2021-11-09sections: provide internal __is_kernel() and __is_kernel_text() helperKefeng Wang
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang
2021-11-09kallsyms: fix address-checks for kernel related rangeKefeng Wang
2021-11-09kallsyms: remove arch specific text and data checkKefeng Wang
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd
2021-02-08kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov
2018-02-06kallsyms: let print_ip_sym() print raw addressesHuacai Chen
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-22Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek
2018-01-16kallsyms: remove print_symbol() functionSergey Senozhatsky
2018-01-09symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds
2017-11-13/proc/module: fix building without kallsymsArnd Bergmann
2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-03-24vsprintf: Introduce %pB format specifierNamhyung Kim
2009-12-15kallsyms: remove deprecated print_fn_descriptor_symbol()Amerigo Wang
2009-03-31Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg
2008-10-16vsprintf: use new vsprintf symbolic function pointer formatBjorn Helgaas
2008-07-30print_ip_sym(): use %pSVegard Nossum
2008-07-25kallsyms: unify 32- and 64-bit codeVegard Nossum
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds
2007-11-05Missing include file in kallsyms.hKamalesh Babulal
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo
2007-07-07include/linux/kallsyms.h must #include <linux/errno.h>Adrian Bunk
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan
2007-04-30Extend print_symbol capabilityRobert Peterson
2006-10-03[PATCH] Create kallsyms_lookup_size_offset()Franck Bui-Huu
2006-07-03[PATCH] lockdep: add print_ip_sym()Heiko Carstens
2006-07-03[PATCH] lockdep: special s390 print_symbol() versionHeiko Carstens
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2005-04-16Linux-2.6.12-rc2Linus Torvalds