summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2021-04-25kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song-0/+2
2021-04-25kbuild: add support for zstd compressed modulesPiotr Gorski-0/+6
2021-04-25kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada-29/+9
2021-04-25kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada-8/+68
2021-04-25kbuild: refactor scripts/Makefile.modinstMasahiro Yamada-18/+22
2021-04-25kbuild: check module name conflict for external modules as wellMasahiro Yamada-2/+2
2021-04-25scripts: modpost.c: Fix a few typosBhaskar Chowdhury-4/+4
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada-15/+17
2021-04-25kbuild: do not set -w for vmlinux.o modpostMasahiro Yamada-3/+5
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada-15/+15
2021-04-25kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.shMasahiro Yamada-8/+0
2021-04-25kbuild: check the minimum assembler version in KconfigMasahiro Yamada-0/+94
2021-04-25kbuild: collect minimum tool versions into scripts/min-tool-version.shMasahiro Yamada-22/+48
2021-04-25kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada-3/+3
2021-04-25kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada-8/+8
2021-04-25kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes-0/+4
2021-04-25kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes-0/+8
2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada-80/+76
2021-04-19kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap-0/+1
2021-04-19kconfig: highlight gconfig 'comment' lines with '***'Randy Dunlap-2/+6
2021-04-19kconfig: gconf: remove unused codeMasahiro Yamada-7/+0
2021-04-19kconfig: remove unused PACKAGE definitionMasahiro Yamada-4/+0
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+13
2021-04-16kasan: remove redundant config optionWalter Wu-2/+8
2021-04-16kasan: fix hwasan build for gccArnd Bergmann-6/+6
2021-04-16kconfig: nconf: stop endless search loopsMihai Moldovan-1/+1
2021-04-15docs: sphinx-pre-install: don't barf on beta Sphinx releasesJonathan Corbet-1/+1
2021-04-15scripts: kernel-doc: improve parsing for kernel-doc comments syntaxAditya Srivastava-4/+15
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada-5/+14
2021-04-14kconfig: nconf: refactor in print_in_middle()Masahiro Yamada-34/+6
2021-04-14kconfig: nconf: remove meaningless wattrset() call from show_menu()Masahiro Yamada-1/+0
2021-04-14kconfig: nconf: change set_config_filename() to void functionMasahiro Yamada-2/+1
2021-04-14kconfig: nconf: refactor attributes setup codeMasahiro Yamada-175/+144
2021-04-14kconfig: nconf: remove unneeded default for menu promptMasahiro Yamada-4/+2
2021-04-14kconfig: nconf: get rid of (void) casts from wattrset() callsMasahiro Yamada-17/+17
2021-04-14kconfig: nconf: fix NORMAL attributesMasahiro Yamada-2/+2
2021-04-14kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Masahiro Yamada-17/+6
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada-4/+4
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada-24/+18
2021-04-14kconfig: nconf: fix core dump when searching in empty menuMasahiro Yamada-3/+7
2021-04-14kconfig: lxdialog: A spello fix and a punctuation addedBhaskar Chowdhury-2/+2
2021-04-14kconfig: streamline_config.pl: Couple of typo fixesBhaskar Chowdhury-2/+2
2021-04-14kconfig: use true and false for bool variableYang Li-1/+1
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada-16/+8
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada-20/+1
2021-04-14kconfig: do not use allnoconfig_y optionMasahiro Yamada-1/+2
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada-0/+4
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada-29/+42
2021-04-14kconfig: move JUMP_NB to mconf.cMasahiro Yamada-2/+2
2021-04-14kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada-187/+193