summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts: a new script for checking duplicate struct declarationWan Jiabing2021-04-301-0/+53
* scripts/spelling.txt: add entries for recent discoveriesTom Saeger2021-04-301-1/+25
* Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2021-04-2924-635/+559
|\
| * kconfig: refactor .gitignoreMasahiro Yamada2021-04-261-10/+3
| * kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap2021-04-191-0/+1
| * kconfig: highlight gconfig 'comment' lines with '***'Randy Dunlap2021-04-191-2/+6
| * kconfig: gconf: remove unused codeMasahiro Yamada2021-04-191-7/+0
| * kconfig: remove unused PACKAGE definitionMasahiro Yamada2021-04-191-4/+0
| * kconfig: nconf: stop endless search loopsMihai Moldovan2021-04-161-1/+1
| * kconfig: split menu.c out of parser.yMasahiro Yamada2021-04-144-5/+14
| * kconfig: nconf: refactor in print_in_middle()Masahiro Yamada2021-04-143-34/+6
| * kconfig: nconf: remove meaningless wattrset() call from show_menu()Masahiro Yamada2021-04-141-1/+0
| * kconfig: nconf: change set_config_filename() to void functionMasahiro Yamada2021-04-141-2/+1
| * kconfig: nconf: refactor attributes setup codeMasahiro Yamada2021-04-143-175/+144
| * kconfig: nconf: remove unneeded default for menu promptMasahiro Yamada2021-04-141-4/+2
| * kconfig: nconf: get rid of (void) casts from wattrset() callsMasahiro Yamada2021-04-142-17/+17
| * kconfig: nconf: fix NORMAL attributesMasahiro Yamada2021-04-141-2/+2
| * kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Masahiro Yamada2021-04-142-17/+6
| * kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada2021-04-141-4/+4
| * kconfig: change sym_change_count to a boolean flagMasahiro Yamada2021-04-147-24/+18
| * kconfig: nconf: fix core dump when searching in empty menuMasahiro Yamada2021-04-141-3/+7
| * kconfig: lxdialog: A spello fix and a punctuation addedBhaskar Chowdhury2021-04-141-2/+2
| * kconfig: streamline_config.pl: Couple of typo fixesBhaskar Chowdhury2021-04-141-2/+2
| * kconfig: use true and false for bool variableYang Li2021-04-141-1/+1
| * kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada2021-04-147-16/+8
| * kconfig: remove allnoconfig_y optionMasahiro Yamada2021-04-146-20/+1
| * kconfig: do not use allnoconfig_y optionMasahiro Yamada2021-04-141-1/+2
| * kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada2021-04-141-0/+4
| * kconfig: change defconfig_list option to environment variableMasahiro Yamada2021-04-149-29/+42
| * kconfig: move JUMP_NB to mconf.cMasahiro Yamada2021-04-142-2/+2
| * kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada2021-04-143-187/+193
| * kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada2021-03-253-16/+15
| * kconfig: remove assignment for Kconfig fileMasahiro Yamada2021-03-251-2/+1
| * kconfig: add help messages for --help (-h) and --silent (-s)Masahiro Yamada2021-03-251-3/+7
| * kconfig: add long options --help and --silentMasahiro Yamada2021-03-251-0/+2
| * kconfig: refactor option parse codeMasahiro Yamada2021-03-251-48/+43
| * kconfig: split randconfig setup code into set_randconfig_seed()Masahiro Yamada2021-03-251-23/+31
* | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-2924-266/+405
|\ \
| * | kbuild: deb-pkg: change the source package name to linux-upstreamMasahiro Yamada2021-04-251-1/+1
| * | kbuild: redo fake deps at include/config/*.hAlexey Dobriyan2021-04-253-49/+13
| * | kbuild: remove TMPO from try-runMasahiro Yamada2021-04-251-1/+0
| * | kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song2021-04-251-0/+2
| * | kbuild: add support for zstd compressed modulesPiotr Gorski2021-04-251-0/+6
| * | kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada2021-04-252-29/+9
| * | kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada2021-04-251-8/+68
| * | kbuild: refactor scripts/Makefile.modinstMasahiro Yamada2021-04-251-18/+22
| * | kbuild: check module name conflict for external modules as wellMasahiro Yamada2021-04-251-2/+2
| * | scripts: modpost.c: Fix a few typosBhaskar Chowdhury2021-04-251-4/+4
| * | kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada2021-04-252-15/+17
| * | kbuild: do not set -w for vmlinux.o modpostMasahiro Yamada2021-04-251-3/+5