| Commit message (Expand) | Author | Age | Files | Lines |
* | genksyms: fix syntax error for attribute before init-declarator | Masahiro Yamada | 2025-01-27 | 1 | -4/+4 |
* | genksyms: fix syntax error for builtin (u)int*x*_t types | Masahiro Yamada | 2025-01-27 | 1 | -0/+1 |
* | genksyms: fix syntax error for attribute after 'union' | Masahiro Yamada | 2025-01-27 | 1 | -5/+5 |
* | genksyms: fix syntax error for attribute after 'struct' | Masahiro Yamada | 2025-01-18 | 2 | -6/+11 |
* | genksyms: fix syntax error for attribute after abstact_declarator | Masahiro Yamada | 2025-01-18 | 1 | -2/+2 |
* | genksyms: fix syntax error for attribute before nested_declarator | Masahiro Yamada | 2025-01-18 | 1 | -2/+2 |
* | genksyms: fix syntax error for attribute before abstract_declarator | Masahiro Yamada | 2025-01-18 | 1 | -4/+4 |
* | genksyms: decouple ATTRIBUTE_PHRASE from type-qualifier | Masahiro Yamada | 2025-01-18 | 1 | -1/+4 |
* | genksyms: record attributes consistently for init-declarator | Masahiro Yamada | 2025-01-18 | 1 | -1/+1 |
* | genksyms: restrict direct-declarator to take one parameter-type-list | Masahiro Yamada | 2025-01-18 | 1 | -4/+8 |
* | genksyms: restrict direct-abstract-declarator to take one parameter-type-list | Masahiro Yamada | 2025-01-18 | 1 | -6/+10 |
* | genksyms: remove Makefile hack | Masahiro Yamada | 2025-01-18 | 1 | -18/+0 |
* | genksyms: fix last 3 shift/reduce conflicts | Masahiro Yamada | 2025-01-18 | 1 | -8/+20 |
* | genksyms: fix 6 shift/reduce conflicts and 5 reduce/reduce conflicts | Masahiro Yamada | 2025-01-18 | 3 | -23/+26 |
* | genksyms: reduce type_qualifier directly to decl_specifier | Masahiro Yamada | 2025-01-18 | 1 | -1/+1 |
* | genksyms: rename cvar_qualifier to type_qualifier | Masahiro Yamada | 2025-01-18 | 1 | -8/+8 |
* | genksyms: rename m_abstract_declarator to abstract_declarator | Masahiro Yamada | 2025-01-18 | 1 | -9/+9 |
* | genksyms: use uint32_t instead of unsigned long for calculating CRC | Masahiro Yamada | 2025-01-10 | 1 | -7/+8 |
* | genksyms: use generic macros for hash table implementation | Masahiro Yamada | 2025-01-10 | 2 | -21/+15 |
* | genksyms: refactor the return points in the for-loop in __add_symbol() | Masahiro Yamada | 2025-01-10 | 1 | -8/+4 |
* | genksyms: reduce the indentation in the for-loop in __add_symbol() | Masahiro Yamada | 2025-01-10 | 1 | -33/+30 |
* | genksyms: fix memory leak when the same symbol is read from *.symref file | Masahiro Yamada | 2025-01-10 | 3 | -5/+9 |
* | genksyms: fix memory leak when the same symbol is added from source | Masahiro Yamada | 2025-01-10 | 2 | -2/+15 |
* | genksyms: reduce indentation in export_symbol() | Masahiro Yamada | 2024-11-28 | 1 | -36/+37 |
* | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 2024-05-10 | 1 | -2/+2 |
* | genksyms: use getopt_long() unconditionally | Masahiro Yamada | 2023-11-28 | 1 | -18/+0 |
* | genksyms: remove the remnant of the -s option | Masahiro Yamada | 2023-11-28 | 1 | -4/+2 |
* | genksyms: adjust the output format to modpost | Masahiro Yamada | 2022-05-24 | 1 | -1/+1 |
* | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS | Masahiro Yamada | 2022-05-24 | 1 | -14/+4 |
* | .gitignore: prefix local generated files with a slash | Masahiro Yamada | 2021-05-02 | 1 | -1/+1 |
* | genksyms: fix stale comment | Masahiro Yamada | 2021-05-02 | 1 | -1/+1 |
* | genksyms: remove useless case DOTS | Masahiro Yamada | 2021-02-16 | 1 | -1/+0 |
* | genksyms: remove dead code for ST_TABLE_* | Masahiro Yamada | 2021-02-16 | 1 | -54/+0 |
* | genksyms: make source_file a local variable in lexer | Masahiro Yamada | 2021-02-16 | 3 | -2/+3 |
* | genksyms: Ignore module scoped _Static_assert() | Marco Elver | 2020-12-21 | 3 | -1/+36 |
* | genksyms: keywords: Use __restrict not _restrict | Joe Perches | 2020-08-18 | 1 | -2/+2 |
* | kbuild: introduce hostprogs-always-y and userprogs-always-y | Masahiro Yamada | 2020-08-10 | 1 | -2/+1 |
* | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 2020-02-04 | 1 | -2/+2 |
* | genksyms: convert to SPDX License Identifier for lex.l and parse.y | Masahiro Yamada | 2019-09-14 | 2 | -44/+20 |
* | export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols | Masahiro Yamada | 2019-09-14 | 1 | -5/+1 |
* | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN | Masahiro Yamada | 2019-09-06 | 1 | -1/+1 |
* | kbuild: make bison create C file and header in a single pattern rule | Masahiro Yamada | 2019-08-14 | 1 | -8/+1 |
* | genksyms: Teach parser about 128-bit built-in types | Will Deacon | 2019-06-24 | 2 | -0/+6 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 2 | -26/+4 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | treewide: prefix header search paths with $(srctree)/ | Masahiro Yamada | 2019-05-18 | 1 | -2/+2 |
* | genksyms: remove symbol prefix support | Masahiro Yamada | 2018-05-17 | 1 | -8/+3 |
* | genksyms: fix typo in parse.tab.{c,h} generation rules | Mauro Rossi | 2018-05-05 | 1 | -2/+2 |
* | kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically | Masahiro Yamada | 2018-04-07 | 1 | -2/+0 |