summaryrefslogtreecommitdiffstats
path: root/scripts/genksyms
Commit message (Expand)AuthorAgeFilesLines
* .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-1/+1
* genksyms: fix stale commentMasahiro Yamada2021-05-021-1/+1
* genksyms: remove useless case DOTSMasahiro Yamada2021-02-161-1/+0
* genksyms: remove dead code for ST_TABLE_*Masahiro Yamada2021-02-161-54/+0
* genksyms: make source_file a local variable in lexerMasahiro Yamada2021-02-163-2/+3
* genksyms: Ignore module scoped _Static_assert()Marco Elver2020-12-213-1/+36
* genksyms: keywords: Use __restrict not _restrictJoe Perches2020-08-181-2/+2
* kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada2020-08-101-2/+1
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-2/+2
* genksyms: convert to SPDX License Identifier for lex.l and parse.yMasahiro Yamada2019-09-142-44/+20
* export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada2019-09-141-5/+1
* kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-061-1/+1
* kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada2019-08-141-8/+1
* genksyms: Teach parser about 128-bit built-in typesWill Deacon2019-06-242-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-26/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* genksyms: remove symbol prefix supportMasahiro Yamada2018-05-171-8/+3
* genksyms: fix typo in parse.tab.{c,h} generation rulesMauro Rossi2018-05-051-2/+2
* kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada2018-04-071-2/+0
* genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada2018-04-074-4804/+27
* kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada2018-04-071-2/+0
* .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-071-3/+0
* genksyms: drop *.hash.c from .gitignoreMasahiro Yamada2018-01-131-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* genksyms: fix gperf removal conversionLinus Torvalds2017-09-082-2/+2
* Remove gperf usage from toolchainLinus Torvalds2017-08-196-301/+84
* genksyms: add printf format attribute to error_with_pos()Nicolas Iooss2017-06-061-1/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Masahiro Yamada2017-03-112-242/+234
|\
| * genksyms: Regenerate parserMichal Marek2017-01-051-240/+234
| * genksyms: Fix segfault with invalid declarationsMichal Marek2017-01-051-2/+0
* | kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel2017-02-031-5/+14
|/
* genksyms: Regenerate parserMichal Marek2016-11-293-381/+387
* kbuild/genksyms: handle va_list typeNicholas Piggin2016-11-292-0/+3
* kbuild: Regenerate genksyms lexerMichal Marek2016-08-251-18/+17
* kbuild: genksyms fix for typeof handlingNicholas Piggin2016-08-251-18/+17
* scripts: genksyms: fix resource leakMaxim Zhukov2016-04-201-0/+3
* genksyms: Handle string literals with spaces in reference filesMichal Marek2015-12-091-2/+4
* genksyms: Regenerate parserMichal Marek2015-08-202-343/+354
* genksyms: Duplicate function pointer type definitions segfaultRichard Yao2015-08-201-0/+9
* genksyms: fix typeof() handlingJan Beulich2014-04-037-384/+498
* genksyms: pass symbol-prefix instead of archJames Hogan2013-03-201-11/+7
* genksyms: fix metag symbol prefix on crc symbolsJames Hogan2013-03-021-1/+2
* scripts/genksyms: clean lex/yacc generated filesFernando Luis Vázquez Cao2012-01-081-0/+1
* genksyms: Regenerate lexer and parserMichal Marek2011-10-113-306/+358
* genksyms: Do not expand internal typesMichal Marek2011-10-114-2/+20
* genksyms: Minor parser cleanupMichal Marek2011-10-111-18/+15
* genksyms: Use same type in loop comparisonJesper Juhl2011-07-251-1/+1
* genksym: regen parserArnaud Lacombe2011-06-094-586/+74