summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ia64: mca: always make IA64_MCA_DEBUG an expressionSergei Trofimovich2021-04-301-2/+2
* ia64: fix EFI_DEBUG buildSergei Trofimovich2021-04-301-5/+6
* ia64: trivial spelling fixesBhaskar Chowdhury2021-04-301-3/+3
* ia64: simplify code flow around swiotlb initSergei Trofimovich2021-04-301-2/+5
* ia64: drop unused IA64_FW_EMU ifdefSergei Trofimovich2021-04-301-5/+0
* ia64: ensure proper NUMA distance and possible map initializationValentin Schneider2021-04-301-2/+5
* arch/ia64/include/asm/pgtable.h: minor typo fixesBhaskar Chowdhury2021-04-301-1/+1
* arch/ia64/kernel/fsys.S: fix typosBhaskar Chowdhury2021-04-301-2/+2
* arch/ia64/kernel/head.S: remove duplicate includeZhang Yunkai2021-04-301-1/+0
* Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2021-04-2929-668/+578
|\
| * 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-142-4/+9
| * 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-149-27/+13
| * kconfig: remove allnoconfig_y optionMasahiro Yamada2021-04-147-24/+1
| * kconfig: do not use allnoconfig_y optionMasahiro Yamada2021-04-143-2/+3
| * kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada2021-04-142-3/+4
| * kconfig: change defconfig_list option to environment variableMasahiro Yamada2021-04-1412-43/+50
| * 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-2954-596/+635
|\ \
| * | kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' testNathan Chancellor2021-04-241-1/+1
| * | kbuild: deb-pkg: change the source package name to linux-upstreamMasahiro Yamada2021-04-241-1/+1
| * | tools: do not include scripts/Kbuild.includeMasahiro Yamada2021-04-245-4/+28
| * | kbuild: redo fake deps at include/config/*.hAlexey Dobriyan2021-04-246-52/+16
| * | kbuild: remove TMPO from try-runMasahiro Yamada2021-04-242-3/+2