summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada2020-05-252-5/+2
* kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada2020-05-251-1/+1
* kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada2020-05-251-8/+2
* kbuild: make module name conflict fatal errorMasahiro Yamada2020-05-251-3/+13
* gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada2020-05-251-1/+1
* scripts/checkstack.pl: fix arm sp regexManinder Singh2020-05-251-1/+1
* scripts/checkstack.pl: add arm push handling for stack usageManinder Singh2020-05-251-1/+27
* scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh2020-05-251-3/+8
* scripts/checkstack.pl: don't display $dre as different entityManinder Singh2020-05-251-27/+27
* modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-253-3/+3
* scripts: headers_install: Exit with error on config leakSiddharth Gupta2020-05-251-5/+6
* kbuild: add infrastructure to build userspace programsMasahiro Yamada2020-05-173-1/+52
* kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada2020-05-171-1/+11
* kbuild: determine the output format of DTC by the target suffixMasahiro Yamada2020-05-121-3/+3
* kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macroMasahiro Yamada2020-05-121-2/+1
* kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada2020-05-123-7/+7
* scripts/gdb: repair rb_first() and rb_last()Aymeric Agon-Rambosson2020-05-081-2/+2
* scripts/decodecode: fix trapping instruction formattingIvan Delalande2020-05-081-1/+1
* Merge tag 'gcc-plugins-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-05-043-3/+7
|\
| * gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)2020-04-132-0/+5
| * gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook2020-04-131-3/+2
* | gcc-10 warnings: fix low-hanging fruitLinus Torvalds2020-05-041-1/+1
* | Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-242-2/+5
|\ \
| * | kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada2020-04-231-1/+1
| * | scripts/config: allow colons in option strings for sedJeremie Francois (on alpha)2020-04-221-1/+4
* | | checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET2020-04-211-1/+1
|/ /
* | Merge tag 'docs-fixes' of git://git.lwn.net/linuxLinus Torvalds2020-04-172-2/+2
|\ \
| * | scripts: documentation-file-ref-check: Add line break before exitTiezhu Yang2020-04-151-1/+1
| * | scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell2020-04-151-1/+1
| |/
* / kbuild: check libyaml installation for 'make dt_binding_check'Masahiro Yamada2020-04-171-1/+1
|/
* kbuild: add dummy toolchains to enable all cc-option etc. in KconfigMasahiro Yamada2020-04-084-0/+123
* kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yMasahiro Yamada2020-04-081-17/+0
* kbuild: remove -I$(srctree)/tools/include from scripts/MakefileMasahiro Yamada2020-04-081-4/+0
* kbuild: mkcompile_h: Include $LD version in /proc/versionKees Cook2020-04-081-1/+5
* kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab2020-04-081-6/+7
* kconfig: qconf: remove some old bogus TODOsMauro Carvalho Chehab2020-04-081-2/+1
* kconfig: qconf: fix support for the split view modeMauro Carvalho Chehab2020-04-082-7/+28
* kconfig: qconf: fix the content of the main widgetMauro Carvalho Chehab2020-04-081-6/+17
* kconfig: qconf: Change title for the item windowMauro Carvalho Chehab2020-04-081-1/+9
* kconfig: qconf: clean deprecated warningsMauro Carvalho Chehab2020-04-081-4/+4
* gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada2020-04-087-103/+14
* kbuild: Enable -Wtautological-compareNathan Chancellor2020-04-081-0/+1
* ubsan: split "bounds" checker from other optionsKees Cook2020-04-071-1/+6
* ubsan: add trap instrumentation optionKees Cook2020-04-071-2/+7
* checkpatch: avoid warning about uninitialized_var()Joe Perches2020-04-071-5/+9
* checkpatch: check proper licensing of Devicetree bindingsLubomir Rintel2020-04-071-0/+11
* checkpatch: improve Gerrit Change-Id: testJoe Perches2020-04-071-3/+10
* checkpatch: add command-line option for TAB sizeAntonio Borneo2020-04-071-10/+16
* checkpatch: fix multiple const * typesAntonio Borneo2020-04-071-2/+2
* checkpatch: fix minor typo and mixed space+tab in indentationAntonio Borneo2020-04-071-4/+4