summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada2021-04-252-15/+15
| * | | | kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.shMasahiro Yamada2021-04-251-8/+0
| * | | | kbuild: check the minimum assembler version in KconfigMasahiro Yamada2021-04-253-0/+94
| * | | | kbuild: collect minimum tool versions into scripts/min-tool-version.shMasahiro Yamada2021-04-253-22/+48
| * | | | kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada2021-04-251-3/+3
| * | | | kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada2021-04-252-8/+8
| * | | | kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes2021-04-251-0/+4
| * | | | kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes2021-04-251-0/+8
| * | | | kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada2021-04-253-80/+76
| * | | | kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada2021-03-158-13/+13
| |/ / /
* | | | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-292-38/+160
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-251-1/+6
| |\ \ \ \
| | * | | | bpf: Generate BTF_KIND_FLOAT when linking vmlinuxIlya Leoshkevich2021-04-131-1/+6
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-7/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-0/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-254-12/+33
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |