summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* kconfig: refactor .gitignoreMasahiro Yamada2021-04-251-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
* kbuild: fix ld-version.sh to not be affected by localeMasahiro Yamada2021-03-131-1/+1
* kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)Masahiro Yamada2021-03-111-1/+1
* kbuild: remove unneeded -O option to dtcMasahiro Yamada2021-03-111-1/+1
* kbuild: dummy-tools: adjust to scripts/cc-version.shMasahiro Yamada2021-03-111-2/+2
* kbuild: dummy-tools: support MPROFILE_KERNEL checks for ppcJiri Slaby2021-03-111-0/+9
* kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada2021-03-111-0/+1
* kbuild: Fix ld-version.sh script if LLD was built with LLD_VENDORBernhard Rosenkränzer2021-03-091-7/+13
* kbuild: dummy-tools: fix inverted tests for gccJiri Slaby2021-03-091-0/+5
* Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-062-3/+2
|\
| * gcc-plugins: latent_entropy: remove unneeded semicolonJason Yan2021-03-021-1/+1
| * gcc-plugins: structleak: remove unneeded variable 'ret'Jason Yan2021-03-021-2/+1
* | Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-051-1/+0
|\ \
| * | dts: drop dangling c6x symlinkMichal Kubecek2021-02-241-1/+0
* | | ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcountChen Jun2021-03-021-1/+1
| |/ |/|
* | kbuild: do not include include/config/auto.conf from adjust_autoksyms.shMasahiro Yamada2021-02-281-3/+0
* | kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada2021-02-282-15/+26