aboutsummaryrefslogtreecommitdiff
path: root/kernel/kallsyms.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-29kallsyms: take advantage of the new '%px' formatGravatar Linus Torvalds 1-4/+4
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-6/+37
2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureGravatar Linus Torvalds 1-7/+1
2017-11-08stop using '%pK' for /proc/kallsyms pointer valuesGravatar Linus Torvalds 1-2/+47
2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsGravatar Steven Rostedt (VMware) 1-6/+32
2017-10-05ftrace: Save module init functions kallsyms symbols for tracingGravatar Steven Rostedt (VMware) 1-0/+5
2017-07-10kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Gravatar Masahiro Yamada 1-8/+2
2017-02-17bpf: make jited programs visible in tracesGravatar Daniel Borkmann 1-12/+49
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableGravatar Ard Biesheuvel 1-9/+33
2014-10-14kernel/kallsyms.c: use __seq_open_private()Gravatar Rob Jones 1-9/+2
2014-08-08kernel/kallsyms.c: fix %pB when there's no symbol at the addressGravatar Namhyung Kim 1-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gravatar Gideon Israel Dsouza 1-5/+6
2013-04-15kernel: kallsyms: memory override issue, need check destination buffer lengthGravatar Chen Gang 1-8/+18
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsGravatar Stephen Boyd 1-8/+24
2011-03-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+41
2011-03-24vsprintf: Introduce %pB format specifierGravatar Namhyung Kim 1-3/+41
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmGravatar Stephen Wilson 1-2/+2
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesGravatar Kees Cook 1-6/+4
2010-11-19Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Gravatar Linus Torvalds 1-1/+1
2010-11-16kernel: make /proc/kallsyms mode 400 to reduce ease of attackingGravatar Marcus Meissner 1-1/+1
2010-05-20kdb: core for kgdb back end (2 of 2)Gravatar Jason Wessel 1-0/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleGravatar Frederic Weisbecker 1-0/+1
2009-09-23kallsyms: use new arch_is_kernel_text()Gravatar Mike Frysinger 1-1/+2
2009-06-09kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix...Gravatar Manish Katiyar 1-56/+78
2009-03-31Ksplice: Add functions for walking kallsyms symbolsGravatar Anders Kaseorg 1-0/+19
2009-01-14Revert "kbuild: strip generated symbols from *.ko"Gravatar Sam Ravnborg 1-6/+10
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLGravatar Jan Beulich 1-10/+6
2008-11-19sprint_symbol(): use less stackGravatar Hugh Dickins 1-5/+12
2008-10-16kernel/kallsyms.c: fix double returnGravatar WANG Cong 1-1/+0
2008-07-25kallsyms: fix potential overflow in binary searchGravatar Vegard Nossum 1-1/+1
2008-04-29kernel: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-5/+1
2008-02-06remove support for un-needed _extratext sectionGravatar Robin Getz 1-10/+1
2008-01-29module: make module_address_lookup safeGravatar Rusty Russell 1-7/+4
2007-11-29FRV: fix the extern declaration of kallsyms_num_symsGravatar David Howells 1-1/+6
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Gravatar Tejun Heo 1-8/+8
2007-07-16sprint_symbol() cleanupGravatar Andrew Morton 1-6/+5
2007-05-30fix possible null ptr deref in kallsyms_lookupGravatar Kyle McMartin 1-1/+2
2007-05-08kallsyms: cleanup: use seq_release_private() where appropriateGravatar Martin Peschke 1-8/+1
2007-05-08Fix race between cat /proc/slab_allocators and rmmodGravatar Alexey Dobriyan 1-0/+19
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alGravatar Alexey Dobriyan 1-0/+17
2007-05-08Simplify kallsyms_lookup()Gravatar Alexey Dobriyan 1-2/+4
2007-05-08Fix race between rmmod and cat /proc/kallsymsGravatar Alexey Dobriyan 1-15/+15
2007-05-08Simplify module_get_kallsym() by dropping length argGravatar Alexey Dobriyan 1-1/+1
2007-04-30Extend print_symbol capabilityGravatar Robert Peterson 1-8/+15
2006-12-08[PATCH] move kallsyms data to .rodataGravatar Jan Beulich 1-8/+8
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationGravatar Helge Deller 1-2/+2
2006-12-07[PATCH] /proc/kallsyms reports lower-case types for some non-exported symbolsGravatar Adam B. Jerome 1-8/+5
2006-10-03[PATCH] Create kallsyms_lookup_size_offset()Gravatar Franck Bui-Huu 1-43/+80