| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-26 | genksyms: Fix parsing a declarator with a preceding attribute | Nathan Chancellor | 1 | -2/+2 |
| 2025-06-07 | genksyms: Fix enum consts from a reference affecting new values | Petr Pavlu | 1 | -7/+20 |
| 2025-04-14 | genksyms: Handle typeof_unqual keyword and __seg_{fs,gs} qualifiers | Uros Bizjak | 2 | -1/+11 |
| 2025-03-15 | genksyms: factor out APP for the ST_NORMAL state | Masahiro Yamada | 1 | -5/+1 |
| 2025-01-27 | genksyms: fix syntax error for attribute before init-declarator | Masahiro Yamada | 1 | -4/+4 |
| 2025-01-27 | genksyms: fix syntax error for builtin (u)int*x*_t types | Masahiro Yamada | 1 | -0/+1 |
| 2025-01-27 | genksyms: fix syntax error for attribute after 'union' | Masahiro Yamada | 1 | -5/+5 |
| 2025-01-18 | genksyms: fix syntax error for attribute after 'struct' | Masahiro Yamada | 2 | -6/+11 |
| 2025-01-18 | genksyms: fix syntax error for attribute after abstact_declarator | Masahiro Yamada | 1 | -2/+2 |
| 2025-01-18 | genksyms: fix syntax error for attribute before nested_declarator | Masahiro Yamada | 1 | -2/+2 |
| 2025-01-18 | genksyms: fix syntax error for attribute before abstract_declarator | Masahiro Yamada | 1 | -4/+4 |
| 2025-01-18 | genksyms: decouple ATTRIBUTE_PHRASE from type-qualifier | Masahiro Yamada | 1 | -1/+4 |
| 2025-01-18 | genksyms: record attributes consistently for init-declarator | Masahiro Yamada | 1 | -1/+1 |
| 2025-01-18 | genksyms: restrict direct-declarator to take one parameter-type-list | Masahiro Yamada | 1 | -4/+8 |
| 2025-01-18 | genksyms: restrict direct-abstract-declarator to take one parameter-type-list | Masahiro Yamada | 1 | -6/+10 |
| 2025-01-18 | genksyms: remove Makefile hack | Masahiro Yamada | 1 | -18/+0 |
| 2025-01-18 | genksyms: fix last 3 shift/reduce conflicts | Masahiro Yamada | 1 | -8/+20 |
| 2025-01-18 | genksyms: fix 6 shift/reduce conflicts and 5 reduce/reduce conflicts | Masahiro Yamada | 3 | -23/+26 |
| 2025-01-18 | genksyms: reduce type_qualifier directly to decl_specifier | Masahiro Yamada | 1 | -1/+1 |
| 2025-01-18 | genksyms: rename cvar_qualifier to type_qualifier | Masahiro Yamada | 1 | -8/+8 |
| 2025-01-18 | genksyms: rename m_abstract_declarator to abstract_declarator | Masahiro Yamada | 1 | -9/+9 |
| 2025-01-10 | genksyms: use uint32_t instead of unsigned long for calculating CRC | Masahiro Yamada | 1 | -7/+8 |
| 2025-01-10 | genksyms: use generic macros for hash table implementation | Masahiro Yamada | 2 | -21/+15 |
| 2025-01-10 | genksyms: refactor the return points in the for-loop in __add_symbol() | Masahiro Yamada | 1 | -8/+4 |
| 2025-01-10 | genksyms: reduce the indentation in the for-loop in __add_symbol() | Masahiro Yamada | 1 | -33/+30 |
| 2025-01-10 | genksyms: fix memory leak when the same symbol is read from *.symref file | Masahiro Yamada | 3 | -5/+9 |
| 2025-01-10 | genksyms: fix memory leak when the same symbol is added from source | Masahiro Yamada | 2 | -2/+15 |
| 2024-11-28 | genksyms: reduce indentation in export_symbol() | Masahiro Yamada | 1 | -36/+37 |
| 2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -2/+2 |
| 2023-11-28 | genksyms: use getopt_long() unconditionally | Masahiro Yamada | 1 | -18/+0 |
| 2023-11-28 | genksyms: remove the remnant of the -s option | Masahiro Yamada | 1 | -4/+2 |
| 2022-05-24 | genksyms: adjust the output format to modpost | Masahiro Yamada | 1 | -1/+1 |
| 2022-05-24 | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS | Masahiro Yamada | 1 | -14/+4 |
| 2021-05-02 | .gitignore: prefix local generated files with a slash | Masahiro Yamada | 1 | -1/+1 |
| 2021-05-02 | genksyms: fix stale comment | Masahiro Yamada | 1 | -1/+1 |
| 2021-02-16 | genksyms: remove useless case DOTS | Masahiro Yamada | 1 | -1/+0 |
| 2021-02-16 | genksyms: remove dead code for ST_TABLE_* | Masahiro Yamada | 1 | -54/+0 |
| 2021-02-16 | genksyms: make source_file a local variable in lexer | Masahiro Yamada | 3 | -2/+3 |
| 2020-12-21 | genksyms: Ignore module scoped _Static_assert() | Marco Elver | 3 | -1/+36 |
| 2020-08-18 | genksyms: keywords: Use __restrict not _restrict | Joe Perches | 1 | -2/+2 |
| 2020-08-10 | kbuild: introduce hostprogs-always-y and userprogs-always-y | Masahiro Yamada | 1 | -2/+1 |
| 2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
| 2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 1 | -2/+2 |
| 2019-09-14 | genksyms: convert to SPDX License Identifier for lex.l and parse.y | Masahiro Yamada | 2 | -44/+20 |
| 2019-09-14 | export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols | Masahiro Yamada | 1 | -5/+1 |
| 2019-09-06 | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN | Masahiro Yamada | 1 | -1/+1 |
| 2019-08-14 | kbuild: make bison create C file and header in a single pattern rule | Masahiro Yamada | 1 | -8/+1 |
| 2019-06-24 | genksyms: Teach parser about 128-bit built-in types | Will Deacon | 2 | -0/+6 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2 | -26/+4 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-18 | treewide: prefix header search paths with $(srctree)/ | Masahiro Yamada | 1 | -2/+2 |
| 2018-05-17 | genksyms: remove symbol prefix support | Masahiro Yamada | 1 | -8/+3 |
| 2018-05-05 | genksyms: fix typo in parse.tab.{c,h} generation rules | Mauro Rossi | 1 | -2/+2 |
| 2018-04-07 | kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically | Masahiro Yamada | 1 | -2/+0 |
| 2018-04-07 | genksyms: generate lexer and parser during build instead of shipping | Masahiro Yamada | 4 | -4804/+27 |
| 2018-04-07 | kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile | Masahiro Yamada | 1 | -2/+0 |
| 2018-04-07 | .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore | Masahiro Yamada | 1 | -3/+0 |
| 2018-01-13 | genksyms: drop *.hash.c from .gitignore | Masahiro Yamada | 1 | -1/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-08 | genksyms: fix gperf removal conversion | Linus Torvalds | 2 | -2/+2 |
| 2017-08-19 | Remove gperf usage from toolchain | Linus Torvalds | 6 | -301/+84 |
| 2017-06-06 | genksyms: add printf format attribute to error_with_pos() | Nicolas Iooss | 1 | -1/+1 |
| 2017-03-11 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Masahiro Yamada | 2 | -242/+234 |
| 2017-02-03 | kbuild: modversions: add infrastructure for emitting relative CRCs | Ard Biesheuvel | 1 | -5/+14 |
| 2017-01-05 | genksyms: Regenerate parser | Michal Marek | 1 | -240/+234 |
| 2017-01-05 | genksyms: Fix segfault with invalid declarations | Michal Marek | 1 | -2/+0 |
| 2016-11-29 | genksyms: Regenerate parser | Michal Marek | 3 | -381/+387 |
| 2016-11-29 | kbuild/genksyms: handle va_list type | Nicholas Piggin | 2 | -0/+3 |
| 2016-08-25 | kbuild: Regenerate genksyms lexer | Michal Marek | 1 | -18/+17 |
| 2016-08-25 | kbuild: genksyms fix for typeof handling | Nicholas Piggin | 1 | -18/+17 |
| 2016-04-20 | scripts: genksyms: fix resource leak | Maxim Zhukov | 1 | -0/+3 |
| 2015-12-09 | genksyms: Handle string literals with spaces in reference files | Michal Marek | 1 | -2/+4 |
| 2015-08-20 | genksyms: Regenerate parser | Michal Marek | 2 | -343/+354 |
| 2015-08-20 | genksyms: Duplicate function pointer type definitions segfault | Richard Yao | 1 | -0/+9 |
| 2014-04-03 | genksyms: fix typeof() handling | Jan Beulich | 7 | -384/+498 |
| 2013-03-20 | genksyms: pass symbol-prefix instead of arch | James Hogan | 1 | -11/+7 |
| 2013-03-02 | genksyms: fix metag symbol prefix on crc symbols | James Hogan | 1 | -1/+2 |
| 2012-01-08 | scripts/genksyms: clean lex/yacc generated files | Fernando Luis Vázquez Cao | 1 | -0/+1 |
| 2011-10-11 | genksyms: Regenerate lexer and parser | Michal Marek | 3 | -304/+356 |
| 2011-10-11 | genksyms: Do not expand internal types | Michal Marek | 4 | -2/+20 |
| 2011-10-11 | genksyms: Minor parser cleanup | Michal Marek | 1 | -18/+15 |
| 2011-07-25 | genksyms: Use same type in loop comparison | Jesper Juhl | 1 | -1/+1 |
| 2011-06-09 | genksym: regen parser | Arnaud Lacombe | 4 | -586/+74 |
| 2011-06-09 | genksyms: migrate parser to implicit rules | Arnaud Lacombe | 3 | -48/+9 |
| 2011-06-09 | genksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.o | Arnaud Lacombe | 1 | -1/+1 |
| 2011-06-09 | genksyms: pass hash and lookup functions name and target language though the ... | Arnaud Lacombe | 1 | -0/+3 |
| 2011-03-17 | genksyms: Regenerate lexer and parser | Michal Marek | 3 | -512/+661 |
| 2011-03-17 | genksyms: Track changes to enum constants | Michal Marek | 4 | -13/+127 |
| 2011-03-17 | genksyms: simplify usage of find_symbol() | Michal Marek | 4 | -9/+9 |
| 2011-03-17 | genksyms: Add helpers for building string lists | Michal Marek | 1 | -32/+38 |
| 2011-03-17 | genksyms: Simplify printing of symbol types | Michal Marek | 1 | -16/+27 |
| 2011-03-17 | genksyms: Simplify lexer | Michal Marek | 2 | -132/+117 |
| 2011-03-17 | genksyms: Do not paste the bison header file to lex.c | Michal Marek | 2 | -147/+7 |
| 2010-11-25 | scripts/genksyms: fix header usage | Arnaud Lacombe | 2 | -2/+2 |
| 2010-02-02 | genksyms: close ref_file after use | Alexander Beregalov | 1 | -1/+3 |
| 2009-12-12 | genksyms: properly consider EXPORT_UNUSED_SYMBOL{,_GPL}() | Jan Beulich | 2 | -94/+99 |
| 2009-11-15 | genksyms: Mark is_reserved_word static | Josh Triplett | 2 | -45/+52 |
| 2009-09-23 | Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGS | Ladinu Chandrasinghe | 1 | -3/+3 |
| 2009-01-14 | Revert "kbuild: strip generated symbols from *.ko" | Sam Ravnborg | 3 | -113/+99 |
| 2008-12-19 | allow stripping of generated symbols under CONFIG_KALLSYMS_ALL | Jan Beulich | 2 | -93/+98 |
| 2008-12-19 | kbuild: strip generated symbols from *.ko | Jan Beulich | 1 | -6/+15 |
| 2008-12-03 | genksyms: allow to ignore symbol checksum changes | Andreas Gruenbacher | 2 | -4/+31 |
| 2008-12-03 | genksyms: track symbol checksum changes | Andreas Gruenbacher | 2 | -16/+226 |
| 2008-07-31 | kbuild: genksyms: Include extern information in dumps | Andreas Gruenbacher | 1 | -0/+2 |
| 2008-07-31 | kbuild: genksyms parser: fix the __attribute__ rule | Andreas Gruenbacher | 2 | -73/+73 |
| 2008-07-30 | kbuild: scripts/genksyms/lex.l: add %option noinput | Adrian Bunk | 2 | -47/+88 |
| 2008-07-24 | remove the v850 port | Adrian Bunk | 1 | -2/+1 |
| 2008-01-28 | kbuild: fixup genksyms usage/getopt | Mike Frysinger | 1 | -3/+7 |
| 2007-10-12 | kbuild: apply genksyms changes | Sam Ravnborg | 4 | -1695/+2512 |
| 2007-10-12 | kbuild: __extension__ support in genksyms (fix unknown CRC warning) | Sam Ravnborg | 2 | -1/+5 |
| 2007-10-12 | kbuild: fix genksyms Makefile | Sam Ravnborg | 1 | -2/+6 |
| 2007-05-07 | blackfin architecture | Bryan Wu | 1 | -1/+2 |
| 2006-06-24 | kbuild: replace abort() with exit(1) | Sam Ravnborg | 2 | -2/+2 |
| 2006-06-24 | kbuild: support for %.symtypes files | Andreas Gruenbacher | 2 | -26/+52 |
| 2006-03-25 | Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2 | -465/+385 |
| 2006-03-20 | [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() | Greg Kroah-Hartman | 2 | -45/+47 |
| 2006-03-12 | kbuild: clean-up genksyms | Sam Ravnborg | 2 | -94/+43 |
| 2006-03-12 | kbuild: Lindent genksyms.c | Sam Ravnborg | 1 | -410/+374 |
| 2006-03-12 | kbuild: fix genksyms build error | Sam Ravnborg | 1 | -5/+12 |
| 2006-03-08 | kbuild: Fix bug in crc symbol generating of kernel and modules | Luke Yang | 1 | -2/+2 |
| 2006-01-01 | gitignore: misc files | Brian Gerst | 1 | -0/+4 |
| 2005-12-26 | kbuild: Create _shipped files for genksyms | Sam Ravnborg | 4 | -1368/+2072 |
| 2005-12-26 | kbuild: Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar); | Robin Holt | 1 | -0/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 10 | -0/+5522 |