summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2020-04-21checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET-1/+1
2020-04-20scripts: kernel-doc: accept blank lines on parameter descriptionMauro Carvalho Chehab-12/+23
2020-04-20scripts: kernel-doc: accept negation like !@varMauro Carvalho Chehab-1/+3
2020-04-20scripts: kernel-doc: proper handle @foo->bar()Mauro Carvalho Chehab-0/+2
2020-04-20scripts: sphinx-pre-install: add support for python -m venvMauro Carvalho Chehab-38/+75
2020-04-20scripts: sphinx-pre-install: add support for OpenMandrivaMauro Carvalho Chehab-4/+21
2020-04-20scripts: sphinx-pre-install: address some issues with GentooMauro Carvalho Chehab-3/+4
2020-04-20scripts: sphinx-pre-install: fix a dependency hint with Ubuntu 16.04Mauro Carvalho Chehab-1/+2
2020-04-20scripts: sphinx-pre-install: improve openSuse Tumbleweed checkMauro Carvalho Chehab-1/+3
2020-04-20scripts: sphinx-pre-install: improve distro detection checkMauro Carvalho Chehab-0/+18
2020-04-17Merge tag 'docs-fixes' of git://git.lwn.net/linuxLinus Torvalds-2/+2
2020-04-17kbuild: check libyaml installation for 'make dt_binding_check'Masahiro Yamada-1/+1
2020-04-15scripts: documentation-file-ref-check: Add line break before exitTiezhu Yang-1/+1
2020-04-15scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell-1/+1
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon-1/+1
2020-04-13gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)-0/+5
2020-04-13gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook-3/+2
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar-577/+1138
2020-04-09kbuild: add dummy toolchains to enable all cc-option etc. in KconfigMasahiro Yamada-0/+123
2020-04-09kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yMasahiro Yamada-17/+0
2020-04-09kbuild: remove -I$(srctree)/tools/include from scripts/MakefileMasahiro Yamada-4/+0
2020-04-09kbuild: mkcompile_h: Include $LD version in /proc/versionKees Cook-1/+5
2020-04-09kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab-6/+7
2020-04-09kconfig: qconf: remove some old bogus TODOsMauro Carvalho Chehab-2/+1
2020-04-09kconfig: qconf: fix support for the split view modeMauro Carvalho Chehab-7/+28
2020-04-09kconfig: qconf: fix the content of the main widgetMauro Carvalho Chehab-6/+17
2020-04-09kconfig: qconf: Change title for the item windowMauro Carvalho Chehab-1/+9
2020-04-09kconfig: qconf: clean deprecated warningsMauro Carvalho Chehab-4/+4
2020-04-09gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada-103/+14
2020-04-09kbuild: Enable -Wtautological-compareNathan Chancellor-0/+1
2020-04-07ubsan: split "bounds" checker from other optionsKees Cook-1/+6
2020-04-07ubsan: add trap instrumentation optionKees Cook-2/+7
2020-04-07checkpatch: avoid warning about uninitialized_var()Joe Perches-5/+9
2020-04-07checkpatch: check proper licensing of Devicetree bindingsLubomir Rintel-0/+11
2020-04-07checkpatch: improve Gerrit Change-Id: testJoe Perches-3/+10
2020-04-07checkpatch: add command-line option for TAB sizeAntonio Borneo-10/+16
2020-04-07checkpatch: fix multiple const * typesAntonio Borneo-2/+2
2020-04-07checkpatch: fix minor typo and mixed space+tab in indentationAntonio Borneo-4/+4
2020-04-07checkpatch: prefer fallthrough; over fallthrough commentsJoe Perches-0/+36
2020-04-07checkpatch: support "base-commit:" formatJohn Hubbard-1/+1
2020-04-07checkpatch: check SPDX tags in YAML filesLubomir Rintel-1/+1
2020-04-07checkpatch: remove email address comment from email address comparisonsJoe Perches-10/+29
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+20
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-7/+10
2020-04-02Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-208/+298
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2020-04-02scripts/spelling.txt: add more spellings to spelling.txtColin Ian King-1/+19
2020-04-02scripts/spelling.txt: add syfs/sysfs patternJonathan Neuschäfer-0/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-19/+27
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-122/+143