aboutsummaryrefslogtreecommitdiff
path: root/kernel/kallsyms.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-02[PATCH] Kprobes: Make kprobe modules more portableGravatar Ananth N Mavinakayanahalli 1-1/+0
2006-07-14[PATCH] null-terminate over-long /proc/kallsyms symbolsGravatar Andreas Gruenbacher 1-2/+2
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-0/+1
2005-05-05[PATCH] ppc32: platform-specific functions missing from kallsyms.Gravatar David Woodhouse 1-2/+11
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+411