summaryrefslogtreecommitdiffstats
path: root/scripts/genksyms
Commit message (Expand)AuthorAgeFilesLines
* 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
* genksyms: migrate parser to implicit rulesArnaud Lacombe2011-06-093-48/+9
* genksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.oArnaud Lacombe2011-06-091-1/+1
* genksyms: pass hash and lookup functions name and target language though the ...Arnaud Lacombe2011-06-091-0/+3
* genksyms: Regenerate lexer and parserMichal Marek2011-03-173-512/+661
* genksyms: Track changes to enum constantsMichal Marek2011-03-174-13/+127
* genksyms: simplify usage of find_symbol()Michal Marek2011-03-174-9/+9
* genksyms: Add helpers for building string listsMichal Marek2011-03-171-32/+38
* genksyms: Simplify printing of symbol typesMichal Marek2011-03-171-16/+27
* genksyms: Simplify lexerMichal Marek2011-03-172-138/+123
* genksyms: Do not paste the bison header file to lex.cMichal Marek2011-03-172-147/+7
* scripts/genksyms: fix header usageArnaud Lacombe2010-11-252-2/+2
* genksyms: close ref_file after useAlexander Beregalov2010-02-021-1/+3
* genksyms: properly consider EXPORT_UNUSED_SYMBOL{,_GPL}()Jan Beulich2009-12-122-94/+99
* genksyms: Mark is_reserved_word staticJosh Triplett2009-11-152-45/+52
* Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGSLadinu Chandrasinghe2009-09-231-3/+3
* Revert "kbuild: strip generated symbols from *.ko"Sam Ravnborg2009-01-143-113/+99
* allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich2008-12-192-93/+98
* kbuild: strip generated symbols from *.koJan Beulich2008-12-191-6/+15