aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kallsyms.c
AgeCommit message (Expand)Author
2020-07-05KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil
2020-05-04gcc-10 warnings: fix low-hanging fruitLinus Torvalds
2020-03-19scripts/kallsyms: fix wrong kallsyms_relative_baseMikhail Petrov
2020-02-11scripts/kallsyms: fix memory corruption caused by write over-runMasahiro Yamada
2020-02-04scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada
2020-02-04scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada
2019-12-14scripts/kallsyms: fix offset overflow of kallsyms_relative_baseMasahiro Yamada
2019-11-25scripts/kallsyms: remove redundant initializersMasahiro Yamada
2019-11-25scripts/kallsyms: put check_symbol_range() calls close togetherMasahiro Yamada
2019-11-25scripts/kallsyms: make check_symbol_range() void functionMasahiro Yamada
2019-11-25scripts/kallsyms: move ignored symbol types to is_ignored_symbol()Masahiro Yamada
2019-11-25scripts/kallsyms: move more patterns to the ignored_prefixes arrayMasahiro Yamada
2019-11-25scripts/kallsyms: skip ignored symbols very earlyMasahiro Yamada
2019-11-25scripts/kallsyms: add const qualifiers where possibleMasahiro Yamada
2019-11-25scripts/kallsyms: make find_token() return (unsigned char *)Masahiro Yamada
2019-11-25scripts/kallsyms: replace prefix_underscores_count() with strspn()Masahiro Yamada
2019-11-25scripts/kallsyms: add sym_name() to mitigate cast uglinessMasahiro Yamada
2019-11-25scripts/kallsyms: remove unneeded length check for prefix matchingMasahiro Yamada
2019-11-25scripts/kallsyms: remove redundant is_arm_mapping_symbol()Masahiro Yamada
2019-11-25scripts/kallsyms: set relative_base more effectivelyMasahiro Yamada
2019-11-25scripts/kallsyms: shrink table before sorting itMasahiro Yamada
2019-11-25scripts/kallsyms: fix definitely-lost memory leakMasahiro Yamada
2019-11-25scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZEMasahiro Yamada
2019-07-08kallsyms: exclude kasan local symbols on s390Vasily Gorbik
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-02-19kallsyms: include <asm/bitsperlong.h> instead of <asm/types.h>Masahiro Yamada
2019-02-19kallsyms: remove unneeded memset() callsMasahiro Yamada
2019-02-19kallsyms: add static qualifiers where missingMasahiro Yamada
2019-01-28kallsyms: Handle too long symbols in kallsyms.cEugene Loh
2019-01-06kallsyms: lower alignment on ARMMathias Krause
2018-09-10kallsyms: remove left-over Blackfin codeMasahiro Yamada
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich
2018-05-29scripts: Fixed printf format mismatchnixiaoming
2018-05-17kallsyms: remove symbol prefix supportMasahiro Yamada
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-03-06scripts/kallsyms: filter arm64's __efistub_ symbolsArd Biesheuvel
2018-03-02kbuild/kallsyms: trivial typo fixCao jin
2017-10-13scripts/kallsyms.c: ignore symbol type 'n'Guenter Roeck
2017-02-03kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel
2016-12-11scripts/kallsyms: remove last remnants of --page-offset optionArd Biesheuvel
2016-04-07ARM: 8553/1: kallsyms: remove --page-offset command line optionArd Biesheuvel
2016-04-07ARM: 8555/1: kallsyms: ignore ARM mode switching veneersArd Biesheuvel
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel
2016-03-15kallsyms: don't overload absolute symbol type for percpu symbolsArd Biesheuvel
2015-04-07Kbuild: kallsyms: drop special handling of pre-3.0 GCC symbolsArd Biesheuvel
2015-04-07Kbuild: kallsyms: ignore veneers emitted by the ARM linkerArd Biesheuvel
2014-10-02aarch64: filter $x from kallsymsKyle McMartin
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada
2014-03-17kallsyms: fix percpu vars on x86-64 with relocation.Rusty Russell
2014-03-17kallsyms: generalize address range checkingKees Cook