summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-06-01kbuild: refactor subdir-ym calculationMasahiro Yamada1-9/+4
2020-05-28modpost: refactor sech_name()Masahiro Yamada1-12/+11
2020-05-28modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada1-9/+9
2020-05-28kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada1-1/+1
2020-05-25kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada2-4/+8
2020-05-25kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada1-4/+5
2020-05-25kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada2-5/+2
2020-05-25kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada1-1/+1
2020-05-25kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada1-8/+2
2020-05-25kbuild: make module name conflict fatal errorMasahiro Yamada1-3/+13
2020-05-25gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada1-1/+1
2020-05-25scripts/checkstack.pl: fix arm sp regexManinder Singh1-1/+1
2020-05-25scripts/checkstack.pl: add arm push handling for stack usageManinder Singh1-1/+27
2020-05-25scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh1-3/+8
2020-05-25scripts/checkstack.pl: don't display $dre as different entityManinder Singh1-27/+27
2020-05-25modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-3/+3
2020-05-25scripts: headers_install: Exit with error on config leakSiddharth Gupta1-5/+6
2020-05-17kbuild: add infrastructure to build userspace programsMasahiro Yamada3-1/+52
2020-05-17kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada1-1/+11
2020-05-12kbuild: determine the output format of DTC by the target suffixMasahiro Yamada1-3/+3
2020-05-12kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macroMasahiro Yamada1-2/+1
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada3-7/+7
2020-05-08scripts/gdb: repair rb_first() and rb_last()Aymeric Agon-Rambosson1-2/+2
2020-05-08scripts/decodecode: fix trapping instruction formattingIvan Delalande1-1/+1
2020-05-04Merge tag 'gcc-plugins-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+7
2020-05-04gcc-10 warnings: fix low-hanging fruitLinus Torvalds1-1/+1
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+5
2020-04-23kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada1-1/+1
2020-04-22scripts/config: allow colons in option strings for sedJeremie Francois (on alpha)1-1/+4
2020-04-21checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET1-1/+1
2020-04-17Merge tag 'docs-fixes' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2020-04-17kbuild: check libyaml installation for 'make dt_binding_check'Masahiro Yamada1-1/+1
2020-04-16scripts: documentation-file-ref-check: Add line break before exitTiezhu Yang1-1/+1
2020-04-15scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell1-1/+1
2020-04-13gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)2-0/+5
2020-04-13gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook1-3/+2
2020-04-08kbuild: add dummy toolchains to enable all cc-option etc. in KconfigMasahiro Yamada4-0/+123
2020-04-08kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yMasahiro Yamada1-17/+0
2020-04-08kbuild: remove -I$(srctree)/tools/include from scripts/MakefileMasahiro Yamada1-4/+0
2020-04-08kbuild: mkcompile_h: Include $LD version in /proc/versionKees Cook1-1/+5
2020-04-08kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab1-6/+7
2020-04-08kconfig: qconf: remove some old bogus TODOsMauro Carvalho Chehab1-2/+1
2020-04-08kconfig: qconf: fix support for the split view modeMauro Carvalho Chehab2-7/+28
2020-04-08kconfig: qconf: fix the content of the main widgetMauro Carvalho Chehab1-6/+17
2020-04-08kconfig: qconf: Change title for the item windowMauro Carvalho Chehab1-1/+9
2020-04-08kconfig: qconf: clean deprecated warningsMauro Carvalho Chehab1-4/+4
2020-04-08gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada7-103/+14
2020-04-08kbuild: Enable -Wtautological-compareNathan Chancellor1-0/+1
2020-04-07ubsan: split "bounds" checker from other optionsKees Cook1-1/+6
2020-04-07ubsan: add trap instrumentation optionKees Cook1-2/+7