summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-02-28kallsyms: strip the .cfi postfix from symbols with CONFIG_CFI_CLANGSami Tolvanen1-7/+46
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel5-19/+126
2014-10-14kernel/kallsyms.c: use __seq_open_private()Rob Jones1-9/+2
2014-08-08kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim1-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza13-21/+34
2013-04-15kernel: kallsyms: memory override issue, need check destination buffer lengthChen Gang1-8/+18
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd3-9/+32
2011-03-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-16/+85
2011-03-24vsprintf: Introduce %pB format specifierNamhyung Kim3-4/+54
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds18-134/+244
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson9-15/+15
2011-03-23printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook3-9/+7
2010-11-19Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Linus Torvalds1-1/+1
2010-11-17kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner1-1/+1
2010-05-21kdb: core for kgdb back end (2 of 2)Jason Wessel9-3/+92
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker3-20/+27
2009-09-23kallsyms: use new arch_is_kernel_text()Mike Frysinger1-1/+2
2009-06-09kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix...Manish Katiyar1-56/+78
2009-03-31Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg4-0/+65
2009-01-14Revert "kbuild: strip generated symbols from *.ko"Sam Ravnborg12-237/+166
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich7-128/+155
2008-11-20sprint_symbol(): use less stackHugh Dickins1-5/+12
2008-10-16kernel/kallsyms.c: fix double returnWANG Cong1-1/+0
2008-07-25kallsyms: fix potential overflow in binary searchVegard Nossum1-1/+1
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev10-55/+16
2008-02-06remove support for un-needed _extratext sectionRobin Getz4-31/+11
2008-01-29module: make module_address_lookup safeRusty Russell3-25/+30
2007-11-29FRV: fix the extern declaration of kallsyms_num_symsDavid Howells1-1/+6
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo11-27/+27
2007-07-16sprint_symbol() cleanupAndrew Morton1-6/+5
2007-05-30fix possible null ptr deref in kallsyms_lookupKyle McMartin1-1/+2
2007-05-08kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke1-8/+1
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan5-7/+61
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan7-19/+66
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan10-28/+20
2007-05-08Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan3-34/+29
2007-05-08Simplify module_get_kallsym() by dropping length argAlexey Dobriyan3-6/+6
2007-04-30Extend print_symbol capabilityRobert Peterson2-9/+27
2006-12-08[PATCH] move kallsyms data to .rodataJan Beulich2-9/+9
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller25-40/+40
2006-12-07[PATCH] /proc/kallsyms reports lower-case types for some non-exported symbolsAdam B. Jerome1-8/+5
2006-10-03[PATCH] Create kallsyms_lookup_size_offset()Franck Bui-Huu3-44/+93
2006-10-02[PATCH] Kprobes: Make kprobe modules more portableAnanth N Mavinakayanahalli10-8/+56
2006-07-15[PATCH] null-terminate over-long /proc/kallsyms symbolsAndreas Gruenbacher3-15/+10
2005-10-31[PATCH] fix missing includesTim Schmielau180-18/+299
2005-05-05[PATCH] ppc32: platform-specific functions missing from kallsyms.David Woodhouse4-9/+28
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845