aboutsummaryrefslogtreecommitdiff
path: root/kernel/kallsyms.c
AgeCommit message (Expand)Author
2019-08-27kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-21bpf: Add module name [bpf] to ksymbols for bpf programsSong Liu
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich
2018-08-14kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin
2018-08-14kallsyms: Simplify update_iter_mod()Adrian Hunter
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-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds
2017-11-08stop using '%pK' for /proc/kallsyms pointer valuesLinus Torvalds
2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)
2017-10-05ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)
2017-07-10kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Masahiro Yamada
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel
2014-10-14kernel/kallsyms.c: use __seq_open_private()Rob Jones
2014-08-08kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2013-04-15kernel: kallsyms: memory override issue, need check destination buffer lengthChen Gang
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd
2011-03-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-03-24vsprintf: Introduce %pB format specifierNamhyung Kim
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook
2010-11-19Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Linus Torvalds
2010-11-16kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker
2009-09-23kallsyms: use new arch_is_kernel_text()Mike Frysinger
2009-06-09kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix...Manish Katiyar
2009-03-31Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg
2009-01-14Revert "kbuild: strip generated symbols from *.ko"Sam Ravnborg
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich
2008-11-19sprint_symbol(): use less stackHugh Dickins
2008-10-16kernel/kallsyms.c: fix double returnWANG Cong
2008-07-25kallsyms: fix potential overflow in binary searchVegard Nossum
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev
2008-02-06remove support for un-needed _extratext sectionRobin Getz
2008-01-29module: make module_address_lookup safeRusty Russell
2007-11-29FRV: fix the extern declaration of kallsyms_num_symsDavid Howells
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo
2007-07-16sprint_symbol() cleanupAndrew Morton
2007-05-30fix possible null ptr deref in kallsyms_lookupKyle McMartin
2007-05-08kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke