summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* modpost: refactor -i option calculationMasahiro Yamada2020-06-061-4/+2
* modpost: print symbol dump file as the build target in short logMasahiro Yamada2020-06-061-13/+20
* modpost: re-add -e to set external_module flagMasahiro Yamada2020-06-062-2/+8
* modpost: rename ext_sym_list to dump_listMasahiro Yamada2020-06-061-13/+14
* modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada2020-06-062-9/+2
* modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada2020-06-062-10/+6
* modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada2020-06-031-8/+8
* modpost: pass -N option only for modules modpostMasahiro Yamada2020-06-031-1/+4
* modpost: move -T option close to the modpost commandMasahiro Yamada2020-06-031-2/+2
* modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada2020-06-031-1/+6
* kbuild: update modules.order only when contained modules are updatedMasahiro Yamada2020-06-032-21/+27
* kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada2020-06-011-13/+12
* kbuild: refactor subdir-ym calculationMasahiro Yamada2020-06-011-9/+4
* modpost: refactor sech_name()Masahiro Yamada2020-05-281-12/+11
* modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada2020-05-281-9/+9
* kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada2020-05-281-1/+1
* kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada2020-05-252-4/+8
* kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada2020-05-251-4/+5
* 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