aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds24-635/+559
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds24-266/+405
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-38/+160
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-7/+29
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+4
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+19
2021-04-26Merge tag 'docs-5.13' of git://git.lwn.net/linuxLinus Torvalds4-50/+219
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2021-04-26Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+1
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+6
2021-04-26kconfig: refactor .gitignoreMasahiro Yamada1-10/+3
2021-04-25kbuild: deb-pkg: change the source package name to linux-upstreamMasahiro Yamada1-1/+1
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan3-49/+13
2021-04-25kbuild: remove TMPO from try-runMasahiro Yamada1-1/+0
2021-04-25kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song1-0/+2
2021-04-25kbuild: add support for zstd compressed modulesPiotr Gorski1-0/+6
2021-04-25kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada2-29/+9
2021-04-25kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada1-8/+68
2021-04-25kbuild: refactor scripts/Makefile.modinstMasahiro Yamada1-18/+22
2021-04-25kbuild: check module name conflict for external modules as wellMasahiro Yamada1-2/+2
2021-04-25scripts: modpost.c: Fix a few typosBhaskar Chowdhury1-4/+4
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada2-15/+17
2021-04-25kbuild: do not set -w for vmlinux.o modpostMasahiro Yamada1-3/+5
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada2-15/+15
2021-04-25kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.shMasahiro Yamada1-8/+0
2021-04-25kbuild: check the minimum assembler version in KconfigMasahiro Yamada3-0/+94
2021-04-25kbuild: collect minimum tool versions into scripts/min-tool-version.shMasahiro Yamada3-22/+48
2021-04-25kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada1-3/+3
2021-04-25kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada2-8/+8
2021-04-25kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes1-0/+4
2021-04-25kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes1-0/+8
2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada3-80/+76
2021-04-19kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap1-0/+1
2021-04-19kconfig: highlight gconfig 'comment' lines with '***'Randy Dunlap1-2/+6
2021-04-19kconfig: gconf: remove unused codeMasahiro Yamada1-7/+0
2021-04-19kconfig: remove unused PACKAGE definitionMasahiro Yamada1-4/+0
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+13
2021-04-16kasan: remove redundant config optionWalter Wu1-2/+8
2021-04-16kasan: fix hwasan build for gccArnd Bergmann1-6/+6
2021-04-16kconfig: nconf: stop endless search loopsMihai Moldovan1-1/+1
2021-04-15docs: sphinx-pre-install: don't barf on beta Sphinx releasesJonathan Corbet1-1/+1
2021-04-15scripts: kernel-doc: improve parsing for kernel-doc comments syntaxAditya Srivastava1-4/+15
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada4-5/+14
2021-04-14kconfig: nconf: refactor in print_in_middle()Masahiro Yamada3-34/+6
2021-04-14kconfig: nconf: remove meaningless wattrset() call from show_menu()Masahiro Yamada1-1/+0
2021-04-14kconfig: nconf: change set_config_filename() to void functionMasahiro Yamada1-2/+1
2021-04-14kconfig: nconf: refactor attributes setup codeMasahiro Yamada3-175/+144
2021-04-14kconfig: nconf: remove unneeded default for menu promptMasahiro Yamada1-4/+2
2021-04-14kconfig: nconf: get rid of (void) casts from wattrset() callsMasahiro Yamada2-17/+17