summaryrefslogtreecommitdiff
path: root/scripts/genksyms
AgeCommit message (Expand)Author
2025-01-27genksyms: fix syntax error for attribute before init-declaratorMasahiro Yamada
2025-01-27genksyms: fix syntax error for builtin (u)int*x*_t typesMasahiro Yamada
2025-01-27genksyms: fix syntax error for attribute after 'union'Masahiro Yamada
2025-01-18genksyms: fix syntax error for attribute after 'struct'Masahiro Yamada
2025-01-18genksyms: fix syntax error for attribute after abstact_declaratorMasahiro Yamada
2025-01-18genksyms: fix syntax error for attribute before nested_declaratorMasahiro Yamada
2025-01-18genksyms: fix syntax error for attribute before abstract_declaratorMasahiro Yamada
2025-01-18genksyms: decouple ATTRIBUTE_PHRASE from type-qualifierMasahiro Yamada
2025-01-18genksyms: record attributes consistently for init-declaratorMasahiro Yamada
2025-01-18genksyms: restrict direct-declarator to take one parameter-type-listMasahiro Yamada
2025-01-18genksyms: restrict direct-abstract-declarator to take one parameter-type-listMasahiro Yamada
2025-01-18genksyms: remove Makefile hackMasahiro Yamada
2025-01-18genksyms: fix last 3 shift/reduce conflictsMasahiro Yamada
2025-01-18genksyms: fix 6 shift/reduce conflicts and 5 reduce/reduce conflictsMasahiro Yamada
2025-01-18genksyms: reduce type_qualifier directly to decl_specifierMasahiro Yamada
2025-01-18genksyms: rename cvar_qualifier to type_qualifierMasahiro Yamada
2025-01-18genksyms: rename m_abstract_declarator to abstract_declaratorMasahiro Yamada
2025-01-10genksyms: use uint32_t instead of unsigned long for calculating CRCMasahiro Yamada
2025-01-10genksyms: use generic macros for hash table implementationMasahiro Yamada
2025-01-10genksyms: refactor the return points in the for-loop in __add_symbol()Masahiro Yamada
2025-01-10genksyms: reduce the indentation in the for-loop in __add_symbol()Masahiro Yamada
2025-01-10genksyms: fix memory leak when the same symbol is read from *.symref fileMasahiro Yamada
2025-01-10genksyms: fix memory leak when the same symbol is added from sourceMasahiro Yamada
2024-11-28genksyms: reduce indentation in export_symbol()Masahiro Yamada
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2023-11-28genksyms: use getopt_long() unconditionallyMasahiro Yamada
2023-11-28genksyms: remove the remnant of the -s optionMasahiro Yamada
2022-05-24genksyms: adjust the output format to modpostMasahiro Yamada
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada
2021-05-02genksyms: fix stale commentMasahiro Yamada
2021-02-16genksyms: remove useless case DOTSMasahiro Yamada
2021-02-16genksyms: remove dead code for ST_TABLE_*Masahiro Yamada
2021-02-16genksyms: make source_file a local variable in lexerMasahiro Yamada
2020-12-21genksyms: Ignore module scoped _Static_assert()Marco Elver
2020-08-18genksyms: keywords: Use __restrict not _restrictJoe Perches
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2019-09-14genksyms: convert to SPDX License Identifier for lex.l and parse.yMasahiro Yamada
2019-09-14export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada
2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada
2019-08-14kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada
2019-06-24genksyms: Teach parser about 128-bit built-in typesWill Deacon
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2018-05-17genksyms: remove symbol prefix supportMasahiro Yamada
2018-05-05genksyms: fix typo in parse.tab.{c,h} generation rulesMauro Rossi
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada