summaryrefslogtreecommitdiffstats
path: root/scripts/kallsyms.c
Commit message (Expand)AuthorAgeFilesLines
* scripts/kallsyms: Fix build failure by setting errno before calling getline()James Clark2023-07-291-0/+1
* kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song2023-07-121-3/+3
* scripts/kallsyms: remove KSYM_NAME_LEN_BUFFERMasahiro Yamada2023-06-151-29/+32
* scripts/kallsyms: constify long_optionsMasahiro Yamada2023-06-151-1/+1
* scripts/kallsyms: update the usage in the comment blockMasahiro Yamada2023-04-171-1/+1
* scripts/kallsyms: decrease expand_symbol() / cleanup_symbol_name() callsMasahiro Yamada2023-04-171-18/+15
* scripts/kallsyms: change the output orderMasahiro Yamada2023-04-171-59/+59
* scripts/kallsyms: move compiler-generated symbol patterns to mksysmapMasahiro Yamada2023-04-171-60/+0
* scripts/kallsyms: exclude symbols generated by itself dynamicallyMasahiro Yamada2023-04-171-16/+0
* scripts/kallsyms: remove redundant code for omitting U and NMasahiro Yamada2023-04-171-4/+1
* kallsyms: expand symbol name into comment for debuggingArnd Bergmann2023-04-171-1/+2
* kallsyms: add kallsyms_seqs_of_names to list of special symbolsArnd Bergmann2023-03-071-0/+1
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-1/+2
|\
| * scripts/kallsyms.c Make the comment up-to-date with current implementationYuma Ueda2022-11-231-1/+2
* | kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei2022-11-121-1/+4
* | kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei2022-11-121-2/+34
* | kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei2022-11-121-0/+37
* | scripts/kallsyms: rename build_initial_tok_table()Zhen Lei2022-11-121-2/+2
|/
* 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