aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-04-09kbuild: add dummy toolchains to enable all cc-option etc. in KconfigGravatar Masahiro Yamada 4-0/+123
2020-04-09kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yGravatar Masahiro Yamada 1-17/+0
2020-04-09kbuild: remove -I$(srctree)/tools/include from scripts/MakefileGravatar Masahiro Yamada 1-4/+0
2020-04-09kbuild: mkcompile_h: Include $LD version in /proc/versionGravatar Kees Cook 1-1/+5
2020-04-09kconfig: qconf: Fix a few alignment issuesGravatar Mauro Carvalho Chehab 1-6/+7
2020-04-09kconfig: qconf: remove some old bogus TODOsGravatar Mauro Carvalho Chehab 1-2/+1
2020-04-09kconfig: qconf: fix support for the split view modeGravatar Mauro Carvalho Chehab 2-7/+28
2020-04-09kconfig: qconf: fix the content of the main widgetGravatar Mauro Carvalho Chehab 1-6/+17
2020-04-09kconfig: qconf: Change title for the item windowGravatar Mauro Carvalho Chehab 1-1/+9
2020-04-09kconfig: qconf: clean deprecated warningsGravatar Mauro Carvalho Chehab 1-4/+4
2020-04-09gcc-plugins: drop support for GCC <= 4.7Gravatar Masahiro Yamada 7-103/+14
2020-04-09kbuild: Enable -Wtautological-compareGravatar Nathan Chancellor 1-0/+1
2020-04-07ubsan: split "bounds" checker from other optionsGravatar Kees Cook 1-1/+6
2020-04-07ubsan: add trap instrumentation optionGravatar Kees Cook 1-2/+7
2020-04-07checkpatch: avoid warning about uninitialized_var()Gravatar Joe Perches 1-5/+9
2020-04-07checkpatch: check proper licensing of Devicetree bindingsGravatar Lubomir Rintel 1-0/+11
2020-04-07checkpatch: improve Gerrit Change-Id: testGravatar Joe Perches 1-3/+10
2020-04-07checkpatch: add command-line option for TAB sizeGravatar Antonio Borneo 1-10/+16
2020-04-07checkpatch: fix multiple const * typesGravatar Antonio Borneo 1-2/+2
2020-04-07checkpatch: fix minor typo and mixed space+tab in indentationGravatar Antonio Borneo 1-4/+4
2020-04-07checkpatch: prefer fallthrough; over fallthrough commentsGravatar Joe Perches 1-0/+36
2020-04-07checkpatch: support "base-commit:" formatGravatar John Hubbard 1-1/+1
2020-04-07checkpatch: check SPDX tags in YAML filesGravatar Lubomir Rintel 1-1/+1
2020-04-07checkpatch: remove email address comment from email address comparisonsGravatar Joe Perches 1-10/+29
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-17/+20
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 10-7/+10
2020-04-02Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-208/+298
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2020-04-02scripts/spelling.txt: add more spellings to spelling.txtGravatar Colin Ian King 1-1/+19
2020-04-02scripts/spelling.txt: add syfs/sysfs patternGravatar Jonathan Neuschäfer 1-0/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-19/+27
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 15-122/+143
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+8
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+6
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-14/+10
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+5
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 4-4/+207
2020-03-30Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Gravatar Linus Torvalds 2-0/+26
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-5/+27
2020-03-30kbuild: deb-pkg: fix warning when CONFIG_DEBUG_INFO is unsetGravatar Reinhard Karcher 1-0/+5
2020-03-29kbuild: add -Wall to KBUILD_HOSTCXXFLAGSGravatar Masahiro Yamada 1-1/+1
2020-03-29kconfig: remove unused variable in qconf.ccGravatar Masahiro Yamada 1-2/+0
2020-03-27Merge tag 'devicetree-fixes-for-5.6-4' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+0
2020-03-27scripts/dtc: Remove redundant YYLOC global declarationGravatar Dirk Mueller 1-1/+0
2020-03-26parse-maintainers: Do not sort section content by defaultGravatar Joe Perches 1-4/+27
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 5-18/+27
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 10-0/+10
2020-03-25.gitignore: remove too obvious commentsGravatar Masahiro Yamada 3-7/+0
2020-03-25kbuild: refactor Makefile.dtbinst moreGravatar Masahiro Yamada 1-11/+11
2020-03-25kbuild: compute the dtbs_install destination more simplyGravatar Masahiro Yamada 1-6/+2