summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | scripts/sphinx-pre-install: make it handle Sphinx versionsMauro Carvalho Chehab2019-05-241-7/+79
* | | Merge tag 'devicetree-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-242-3/+3
|\ \ \
| * | | checkpatch.pl: Update DT vendor prefix checkRob Herring2019-05-221-2/+2
| * | | dt-bindings: Pass binding directory to validation toolsRob Herring2019-05-221-1/+1
* | | | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-243-23/+3
|\ \ \ \
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 54Thomas Gleixner2019-05-241-4/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* | | | | Merge tag 'docs-5.2-fixes' of git://git.lwn.net/linuxLinus Torvalds2019-05-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | scripts/spdxcheck.py: Add dual license subdirectorySven Eckelmann2019-05-211-1/+1
| * | | scripts/spdxcheck.py: Fix path to deprecated licensesSven Eckelmann2019-05-201-1/+1
| |/ /
* | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2115-0/+15
|\ \ \
| * | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2113-0/+13
| * | | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-212-0/+2
| |/ /
* | | kbuild: do not check name uniqueness of builtin modulesMasahiro Yamada2019-05-211-3/+3
* | | kbuild: drop support for cc-ldoptionNick Desaulniers2019-05-211-5/+0
|/ /
* | kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada2019-05-191-3/+1
* | kbuild: check uniqueness of module namesMasahiro Yamada2019-05-181-0/+16
* | kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov2019-05-181-1/+12
* | kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada2019-05-183-33/+13
* | treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-183-7/+7
* | kbuild: terminate Kconfig when $(CC) or $(LD) is missingMasahiro Yamada2019-05-181-0/+8
* | kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada2019-05-181-6/+6
* | kbuild: add some extra warning flags unconditionallyMasahiro Yamada2019-05-181-6/+7
* | Merge tag 'kconfig-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-05-158-45/+89
|\ \
| * | kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada2019-05-142-2/+1
| * | kconfig: use snprintf for formatting pathnamesJacob Garber2019-05-142-2/+3
| * | kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada2019-05-141-2/+0
| * | kconfig: make parent directories for the saved .config as neededMasahiro Yamada2019-05-113-3/+5
| * | kconfig: do not write .config if the content is the sameMasahiro Yamada2019-05-111-0/+54
| * | kconfig: do not accept a directory for configuration outputMasahiro Yamada2019-05-111-34/+24
| * | kconfig: remove trailing whitespacesMasahiro Yamada2019-05-092-2/+2
| * | kconfig: Make nconf-cfg.sh executablePetr Vorel2019-04-091-0/+0
* | | scripts/gdb: print cached rate in lx-clk-summaryLeonard Crestez2019-05-142-7/+18
* | | scripts/gdb: clean up error handling in list helpersLeonard Crestez2019-05-141-8/+2
* | | scripts/gdb: add $lx_clk_core_lookup functionLeonard Crestez2019-05-141-0/+23
* | | scripts/gdb: initial clk support: lx-clk-summaryLeonard Crestez2019-05-142-0/+47
* | | scripts/gdb: add hlist utilitiesLeonard Crestez2019-05-141-0/+23
* | | scripts/gdb: silence pep8 checksStephen Boyd2019-05-145-5/+16
* | | scripts/gdb: add a timer list commandStephen Boyd2019-05-143-0/+233
* | | scripts/gdb: add rb tree iterating utilitiesStephen Boyd2019-05-142-0/+178
* | | scripts/gdb: add kernel config dumping commandStephen Boyd2019-05-142-0/+45
* | | scripts/gdb: find vmlinux where it was beforeStephen Boyd2019-05-141-1/+5
* | | Merge tag 'gcc-plugins-v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-131-1/+1
|\ \ \ | | |/ | |/|
| * | gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6Chris Packham2019-05-101-1/+1
* | | bpf: fix script for generating man page on BPF helpersQuentin Monnet2019-05-131-4/+4
* | | Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds2019-05-083-0/+51
|\ \ \
| * | | scripts/documentation-file-ref-check: detect broken :doc:`foo`Mauro Carvalho Chehab2019-05-031-0/+29
| * | | scripts/documentation-file-ref-check: don't parse Next/ dirMauro Carvalho Chehab2019-05-031-0/+3
| * | | docs: scripts/sphinx-pre-install: suggest latexmk for building pdfMauro Carvalho Chehab2019-04-011-0/+1