summaryrefslogtreecommitdiff
path: root/scripts/kallsyms.c
AgeCommit message (Expand)Author
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-23scripts/kallsyms.c Make the comment up-to-date with current implementationYuma Ueda
2022-11-12kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei
2022-11-12kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei
2022-11-12kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei
2022-11-12scripts/kallsyms: rename build_initial_tok_table()Zhen Lei
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-02kallsyms: take the input file instead of reading stdinMasahiro Yamada
2022-10-02kallsyms: drop duplicated ignore patterns from kallsyms.cMasahiro Yamada
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda
2022-09-28kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`Miguel Ojeda
2022-09-28kallsyms: avoid hardcoding buffer sizeBoqun Feng
2022-09-28kallsyms: use `ARRAY_SIZE` instead of hardcoded sizeBoqun Feng
2022-09-26scripts/kallsyms: Ignore __kcfi_typeid_Sami Tolvanen
2022-05-27scripts/kallsyms: update usage message of the kallsyms programYuntao Wang
2022-04-28KVM: arm64: Symbolize the nVHE HYP addressesKalesh Singh
2022-02-22kallsyms: ignore all local labels prefixed by '.L'Changbin Du
2021-02-05kallsyms: fix nonconverging kallsyms table with lldArnd Bergmann
2020-09-25scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*Masahiro Yamada
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