summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-1/+14
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds46-645/+499
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds16-348/+412
2018-12-29Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds1-6/+7
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-150/+463
2018-12-28scripts/tags.sh: add more declarationsKirill Tkhai1-2/+11
2018-12-28scripts: add spdxcheck.py self testThierry Reding1-0/+12
2018-12-28scripts/checkstack.pl: dynamic stack growth for aarch64Qian Cai1-0/+2
2018-12-28scripts/decode_stacktrace: only strip base path when a prefix of the pathMarc Zyngier1-1/+1
2018-12-28scripts/decodecode: set ARCH when running natively on arm/arm64Marc Zyngier1-0/+7
2018-12-28bloat-o-meter: ignore __addressable_ symbolsRasmus Villemoes1-0/+1
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-22/+31
2018-12-28kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warningMasahiro Yamada1-1/+2
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada5-19/+54
2018-12-28kconfig: add static qualifiers to fix gconf warningsMasahiro Yamada1-10/+10
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada4-8/+6
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada7-15/+16
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada42-140/+57
2018-12-28kconfig: remove keyword lookup table entirelyMasahiro Yamada4-147/+69
2018-12-27Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+113
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+35
2018-12-26Merge branch 'parisc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-78/+0
2018-12-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+1
2018-12-22scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignoreMasahiro Yamada1-2/+0
2018-12-22kconfig: update current_pos in the second lexerMasahiro Yamada1-5/+15
2018-12-22kconfig: switch to ASSIGN_VAL state in the second lexerMasahiro Yamada1-3/+9
2018-12-22kconfig: stop associating kconf_id with yylvalMasahiro Yamada2-23/+20
2018-12-22kconfig: refactor end token rulesMasahiro Yamada1-28/+15
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada2-4/+3
2018-12-22kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada2-4/+3
2018-12-22kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada2-5/+13
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada5-52/+41
2018-12-22kconfig: use distinct tokens for type and default propertiesMasahiro Yamada3-32/+47
2018-12-19scripts: add a tool to produce a compile_commands.json fileTom Roeder1-0/+151
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar2-5/+1
2018-12-17scripts: coccinelle: Correct warning messageJulia Lawall1-6/+6
2018-12-17scripts: coccinelle: only suggest true/false in files that already use themJulia Lawall1-10/+21
2018-12-17kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada1-1/+1
2018-12-17kbuild: refactor part-of-moduleMasahiro Yamada1-5/+3
2018-12-17kbuild: refactor quiet_modtagMasahiro Yamada1-6/+1
2018-12-17kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada1-2/+0
2018-12-17kbuild: refactor Makefile.asm-genericMasahiro Yamada1-18/+19
2018-12-15kconfig: remove redundant token definesMasahiro Yamada1-5/+0
2018-12-15kconfig: rename depends_list to comment_option_listMasahiro Yamada1-6/+6
2018-12-15kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada1-7/+7
2018-12-15kconfig: remove redundant menu_block ruleMasahiro Yamada1-8/+1
2018-12-15kconfig: remove redundant if_block ruleMasahiro Yamada1-9/+1
2018-12-15kconfig: remove grammatically ambiguous option_errorMasahiro Yamada1-10/+0
2018-12-15kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada1-10/+1