aboutsummaryrefslogtreecommitdiff
path: root/scripts/kallsyms.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1
2018-03-06scripts/kallsyms: filter arm64's __efistub_ symbolsGravatar Ard Biesheuvel 1-0/+1
2018-03-02kbuild/kallsyms: trivial typo fixGravatar Cao jin 1-1/+1
2017-10-13scripts/kallsyms.c: ignore symbol type 'n'Gravatar Guenter Roeck 1-1/+1
2017-02-03kbuild: modversions: add infrastructure for emitting relative CRCsGravatar Ard Biesheuvel 1-0/+12
2016-12-11scripts/kallsyms: remove last remnants of --page-offset optionGravatar Ard Biesheuvel 1-1/+0
2016-04-07ARM: 8553/1: kallsyms: remove --page-offset command line optionGravatar Ard Biesheuvel 1-8/+0
2016-04-07ARM: 8555/1: kallsyms: ignore ARM mode switching veneersGravatar Ard Biesheuvel 1-0/+2
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableGravatar Ard Biesheuvel 1-10/+69
2016-03-15kallsyms: don't overload absolute symbol type for percpu symbolsGravatar Ard Biesheuvel 1-2/+12
2015-04-07Kbuild: kallsyms: drop special handling of pre-3.0 GCC symbolsGravatar Ard Biesheuvel 1-1/+0
2015-04-07Kbuild: kallsyms: ignore veneers emitted by the ARM linkerGravatar Ard Biesheuvel 1-9/+21
2014-10-02aarch64: filter $x from kallsymsGravatar Kyle McMartin 1-1/+1
2014-06-10kbuild: trivial - use tabs for code indent where possibleGravatar Masahiro Yamada 1-1/+1
2014-03-17kallsyms: fix percpu vars on x86-64 with relocation.Gravatar Rusty Russell 1-0/+21
2014-03-17kallsyms: generalize address range checkingGravatar Kees Cook 1-21/+32
2014-03-10revert "kallsyms: fix absolute addresses for kASLR"Gravatar Andrew Morton 1-1/+2
2014-03-04kallsyms: fix absolute addresses for kASLRGravatar Andy Honig 1-2/+1
2013-11-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+6
2013-11-13kallsyms: Revert back to 128 max symbol lengthGravatar Michal Marek 1-1/+1
2013-11-08scripts: kallsyms: Use %zu to print 'size_t'Gravatar Fabio Estevam 1-1/+1
2013-11-06Kbuild: Handle longer symbols in kallsyms.cGravatar Andi Kleen 1-1/+7
2013-11-02scripts/kallsyms: filter symbols not in kernel address spaceGravatar Ming Lei 1-1/+11
2011-05-12scripts/kallsyms.c: fix potential segfaultGravatar Xiaochen Wang 1-0/+2
2010-09-29scripts/kallsyms: Enable error messages while hush up unnecessary warningsGravatar Jean Sacren 1-6/+2
2010-02-02scripts/kallsyms: suppress build warningGravatar Himanshu Chauhan 1-2/+4
2009-09-23kallsyms: fix segfault in prefix_underscores_count()Gravatar Paul Mundt 1-1/+1
2009-06-20kallsyms: fix inverted valid symbol checkingGravatar Mike Frysinger 1-3/+3
2009-06-14kallsyms: generalize text region handlingGravatar Mike Frysinger 1-26/+61
2009-06-14kallsyms: support kernel symbols in Blackfin on-chip memoryGravatar Robin Getz 1-1/+12
2009-03-14kallsyms, tracing: output more proper symbol nameGravatar Lai Jiangshan 1-0/+57
2009-01-14Revert "kbuild: strip generated symbols from *.ko"Gravatar Sam Ravnborg 1-8/+13
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLGravatar Jan Beulich 1-13/+8
2008-05-19kbuild: filter away debug symbols from kernel symbolsGravatar Sam Ravnborg 1-0/+3
2008-04-30kallsyms: nuke all ChangeLog, this should be logged by gitGravatar Bryan Wu 1-6/+0
2008-02-06kallsyms should prefer non weak symbolsGravatar Paulo Marques 1-3/+34
2008-02-06remove support for un-needed _extratext sectionGravatar Robin Getz 1-14/+10
2007-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildGravatar Linus Torvalds 1-4/+13
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Gravatar Tejun Heo 1-2/+2
2007-07-17kallsyms: remove usage of memmem and _GNU_SOURCE from scripts/kallsyms.cGravatar Paulo Marques 1-4/+13
2006-12-08[PATCH] move kallsyms data to .rodataGravatar Jan Beulich 1-1/+1
2006-12-07[PATCH] relocatable kernel: Fix kallsyms on avr32 after relocatable kernel ch...Gravatar Vivek Goyal 1-2/+6
2006-12-07[PATCH] relocatable kernel: Kallsyms generate relocatable symbolsGravatar Eric W. Biederman 1-3/+17
2006-03-25[PATCH] kallsyms: handle malloc() failureGravatar Jesper Juhl 1-1/+11
2005-09-07[PATCH] Strip local symbols from kallsymsGravatar Ralf Baechle 1-0/+3
2005-09-07[PATCH] kallsyms: change compression algorithmGravatar Paulo Marques 1-329/+95
2005-07-27[PATCH] kbuild: signed char fixes for scriptsGravatar J.A. Magallon 1-3/+3
2005-05-05[PATCH] ppc32: platform-specific functions missing from kallsyms.Gravatar David Woodhouse 1-7/+13
2005-05-01[PATCH] kallsyms C_SYMBOL_PREFIX supportGravatar Yoshinori Sato 1-20/+56
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+686