summaryrefslogtreecommitdiffstats
path: root/scripts/kallsyms.c
Commit message (Expand)AuthorAgeFilesLines
* scripts/kallsyms: update the usage in the comment blockMasahiro Yamada2023-07-271-1/+1
* scripts/kallsyms.c Make the comment up-to-date with current implementationYuma Ueda2023-07-271-1/+2
* kallsyms: add kallsyms_seqs_of_names to list of special symbolsArnd Bergmann2023-07-271-0/+1
* kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song2023-07-271-3/+3
* kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei2023-07-271-2/+34
* kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei2023-07-271-0/+37
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-21/+33
|\
| * kallsyms: take the input file instead of reading stdinMasahiro Yamada2022-10-021-18/+33
| * kallsyms: drop duplicated ignore patterns from kallsyms.cMasahiro Yamada2022-10-021-3/+0
* | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-031-0/+1
|\ \
| * | scripts/kallsyms: Ignore __kcfi_typeid_Sami Tolvanen2022-09-261-0/+1
| |/
* | kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda2022-09-281-2/+2
* | kallsyms: support "big" kernel symbolsMiguel Ojeda2022-09-281-3/+26
* | kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`Miguel Ojeda2022-09-281-2/+12
* | kallsyms: avoid hardcoding buffer sizeBoqun Feng2022-09-281-2/+8
* | kallsyms: use `ARRAY_SIZE` instead of hardcoded sizeBoqun Feng2022-09-281-1/+1
|/
* scripts/kallsyms: update usage message of the kallsyms programYuntao Wang2022-05-271-1/+1
* KVM: arm64: Symbolize the nVHE HYP addressesKalesh Singh2022-04-281-1/+2
* kallsyms: ignore all local labels prefixed by '.L'Changbin Du2022-02-221-1/+1
* kallsyms: fix nonconverging kallsyms table with lldArnd Bergmann2021-02-051-0/+6
* scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*Masahiro Yamada2020-09-251-1/+15
* KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil2020-07-051-0/+1
* gcc-10 warnings: fix low-hanging fruitLinus Torvalds2020-05-041-1/+1
* scripts/kallsyms: fix wrong kallsyms_relative_baseMikhail Petrov2020-03-191-4/+4
* scripts/kallsyms: fix memory corruption caused by write over-runMasahiro Yamada2020-02-111-2/+2
* scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada2020-02-041-56/+65
* scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada2020-02-041-12/+12
* scripts/kallsyms: fix offset overflow of kallsyms_relative_baseMasahiro Yamada2019-12-141-20/+18
* scripts/kallsyms: remove redundant initializersMasahiro Yamada2019-11-251-3/+3
* scripts/kallsyms: put check_symbol_range() calls close togetherMasahiro Yamada2019-11-251-3/+1
* scripts/kallsyms: make check_symbol_range() void functionMasahiro Yamada2019-11-251-9/+6
* scripts/kallsyms: move ignored symbol types to is_ignored_symbol()Masahiro Yamada2019-11-251-15/+15
* scripts/kallsyms: move more patterns to the ignored_prefixes arrayMasahiro Yamada2019-11-251-10/+2
* scripts/kallsyms: skip ignored symbols very earlyMasahiro Yamada2019-11-251-51/+62
* scripts/kallsyms: add const qualifiers where possibleMasahiro Yamada2019-11-251-14/+14
* scripts/kallsyms: make find_token() return (unsigned char *)Masahiro Yamada2019-11-251-1/+2
* scripts/kallsyms: replace prefix_underscores_count() with strspn()Masahiro Yamada2019-11-251-12/+2
* scripts/kallsyms: add sym_name() to mitigate cast uglinessMasahiro Yamada2019-11-251-13/+16
* scripts/kallsyms: remove unneeded length check for prefix matchingMasahiro Yamada2019-11-251-2/+1
* scripts/kallsyms: remove redundant is_arm_mapping_symbol()Masahiro Yamada2019-11-251-13/+6
* scripts/kallsyms: set relative_base more effectivelyMasahiro Yamada2019-11-251-4/+8
* scripts/kallsyms: shrink table before sorting itMasahiro Yamada2019-11-251-20/+29
* scripts/kallsyms: fix definitely-lost memory leakMasahiro Yamada2019-11-251-0/+2
* scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZEMasahiro Yamada2019-11-251-2/+0
* kallsyms: exclude kasan local symbols on s390Vasily Gorbik2019-07-081-0/+3
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-101-8/+5
|\
| * kallsyms: include <asm/bitsperlong.h> instead of <asm/types.h>Masahiro Yamada2019-02-191-1/+1
| * kallsyms: remove unneeded memset() callsMasahiro Yamada2019-02-191-3/+0
| * kallsyms: add static qualifiers where missingMasahiro Yamada2019-02-191-4/+4
* | kallsyms: Handle too long symbols in kallsyms.cEugene Loh2019-01-281-2/+2
|/