aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/genksyms
AgeCommit message (Expand)Author
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
2018-04-07genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada
2018-04-07.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreMasahiro Yamada
2018-01-13genksyms: drop *.hash.c from .gitignoreMasahiro Yamada
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08genksyms: fix gperf removal conversionLinus Torvalds
2017-08-19Remove gperf usage from toolchainLinus Torvalds
2017-06-06genksyms: add printf format attribute to error_with_pos()Nicolas Iooss
2017-03-11Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Masahiro Yamada
2017-02-03kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel
2017-01-05genksyms: Regenerate parserMichal Marek
2017-01-05genksyms: Fix segfault with invalid declarationsMichal Marek
2016-11-29genksyms: Regenerate parserMichal Marek
2016-11-29kbuild/genksyms: handle va_list typeNicholas Piggin
2016-08-25kbuild: Regenerate genksyms lexerMichal Marek
2016-08-25kbuild: genksyms fix for typeof handlingNicholas Piggin
2016-04-20scripts: genksyms: fix resource leakMaxim Zhukov
2015-12-09genksyms: Handle string literals with spaces in reference filesMichal Marek
2015-08-20genksyms: Regenerate parserMichal Marek
2015-08-20genksyms: Duplicate function pointer type definitions segfaultRichard Yao
2014-04-03genksyms: fix typeof() handlingJan Beulich
2013-03-20genksyms: pass symbol-prefix instead of archJames Hogan
2013-03-02genksyms: fix metag symbol prefix on crc symbolsJames Hogan
2012-01-08scripts/genksyms: clean lex/yacc generated filesFernando Luis Vázquez Cao
2011-10-11genksyms: Regenerate lexer and parserMichal Marek
2011-10-11genksyms: Do not expand internal typesMichal Marek
2011-10-11genksyms: Minor parser cleanupMichal Marek