aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-06-13scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILEGravatar Manuel Traut 1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 11-33/+12
2019-06-08kbuild: use more portable 'command -v' for cc-cross-prefixGravatar Masahiro Yamada 1-1/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 438Gravatar Thomas Gleixner 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 391Gravatar Thomas Gleixner 1-15/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 378Gravatar Thomas Gleixner 5-8/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 373Gravatar Thomas Gleixner 1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 339Gravatar Thomas Gleixner 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257Gravatar Thomas Gleixner 1-1/+2
2019-06-05scripts/checkstack.pl: Fix arm64 wrong or unknown architectureGravatar George G. Davis 1-1/+1
2019-06-05kbuild: tar-pkg: enable communication with jobserverGravatar Trevor Bourget 1-1/+1
2019-06-05kconfig: tests: fix recursive inclusion unit testGravatar Masahiro Yamada 1-3/+3
2019-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+6
2019-06-01spdxcheck.py: fix directory structuresGravatar Vincenzo Frascino 1-3/+4
2019-06-01scripts/gdb: fix invocation when CONFIG_COMMON_CLK is not setGravatar Fabiano Rosas 1-1/+2
2019-05-31Merge tag 'gcc-plugins-v5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+4
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 27-289/+29
2019-05-30treewide: Add SPDX license identifier - KbuildGravatar Greg Kroah-Hartman 1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Gravatar Thomas Gleixner 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 199Gravatar Thomas Gleixner 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Gravatar Thomas Gleixner 5-5/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 18-273/+20
2019-05-29Merge tag 'docs-5.2-fixes2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-7/+79
2019-05-24Merge tag 'devicetree-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+3
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 3-23/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 1-14/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 54Gravatar Thomas Gleixner 1-4/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-05-24scripts/sphinx-pre-install: make it handle Sphinx versionsGravatar Mauro Carvalho Chehab 1-7/+79
2019-05-23Merge tag 'docs-5.2-fixes' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-05-22checkpatch.pl: Update DT vendor prefix checkGravatar Rob Herring 1-2/+2
2019-05-22dt-bindings: Pass binding directory to validation toolsGravatar Rob Herring 1-1/+1
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 15-0/+15
2019-05-21scripts/spdxcheck.py: Add dual license subdirectoryGravatar Sven Eckelmann 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 13-0/+13
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 2-0/+2
2019-05-21kbuild: do not check name uniqueness of builtin modulesGravatar Masahiro Yamada 1-3/+3
2019-05-20gcc-plugins: Fix build failures under Darwin hostGravatar Kees Cook 1-0/+4
2019-05-20scripts/spdxcheck.py: Fix path to deprecated licensesGravatar Sven Eckelmann 1-1/+1
2019-05-21kbuild: drop support for cc-ldoptionGravatar Nick Desaulniers 1-5/+0
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityGravatar Masahiro Yamada 1-3/+1
2019-05-18kbuild: check uniqueness of module namesGravatar Masahiro Yamada 1-0/+16
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configGravatar Alexander Popov 1-1/+12
2019-05-18kbuild: remove 'addtree' and 'flags' magic for header search pathsGravatar Masahiro Yamada 3-33/+13
2019-05-18treewide: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 3-7/+7
2019-05-18kbuild: terminate Kconfig when $(CC) or $(LD) is missingGravatar Masahiro Yamada 1-0/+8
2019-05-18kbuild: add all Clang-specific flags unconditionallyGravatar Masahiro Yamada 1-6/+6
2019-05-18kbuild: add some extra warning flags unconditionallyGravatar Masahiro Yamada 1-6/+7