summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada
2020-06-06modpost: refactor -i option calculationMasahiro Yamada
2020-06-06modpost: print symbol dump file as the build target in short logMasahiro Yamada
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada
2020-06-03modpost: pass -N option only for modules modpostMasahiro Yamada
2020-06-03modpost: move -T option close to the modpost commandMasahiro Yamada
2020-06-03modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada
2020-06-01kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada
2020-06-01kbuild: refactor subdir-ym calculationMasahiro Yamada
2020-05-29modpost: refactor sech_name()Masahiro Yamada
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada
2020-05-26kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada
2020-05-26kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada
2020-05-26kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada
2020-05-26kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada
2020-05-26kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada
2020-05-26kbuild: make module name conflict fatal errorMasahiro Yamada
2020-05-26gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada
2020-05-26scripts/checkstack.pl: fix arm sp regexManinder Singh
2020-05-26scripts/checkstack.pl: add arm push handling for stack usageManinder Singh
2020-05-26scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh
2020-05-26scripts/checkstack.pl: don't display $dre as different entityManinder Singh
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-26scripts: headers_install: Exit with error on config leakSiddharth Gupta
2020-05-17kbuild: add infrastructure to build userspace programsMasahiro Yamada
2020-05-17kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada
2020-05-12kbuild: determine the output format of DTC by the target suffixMasahiro Yamada
2020-05-12kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macroMasahiro Yamada
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada
2020-05-07scripts/gdb: repair rb_first() and rb_last()Aymeric Agon-Rambosson
2020-05-07scripts/decodecode: fix trapping instruction formattingIvan Delalande
2020-05-04Merge tag 'gcc-plugins-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-04gcc-10 warnings: fix low-hanging fruitLinus Torvalds
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-23kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada
2020-04-23scripts/config: allow colons in option strings for sedJeremie Francois (on alpha)
2020-04-21checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET
2020-04-17Merge tag 'docs-fixes' of git://git.lwn.net/linuxLinus Torvalds
2020-04-17kbuild: check libyaml installation for 'make dt_binding_check'Masahiro Yamada
2020-04-15scripts: documentation-file-ref-check: Add line break before exitTiezhu Yang
2020-04-15scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell
2020-04-13gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)
2020-04-13gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook
2020-04-09kbuild: add dummy toolchains to enable all cc-option etc. in KconfigMasahiro Yamada