summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2019-09-04modpost: add NOFAIL to strndupDenis Efremov
2019-09-04modpost: add guid_t type definitionHeikki Krogerus
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada
2019-08-29kbuild: clean up subdir-ymn calculation in Makefile.cleanMasahiro Yamada
2019-08-29kbuild: remove unneeded '+' marker from cmd_cleanMasahiro Yamada
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada
2019-08-29kbuild: get rid of $(realpath ...) from scripts/mkmakefileMasahiro Yamada
2019-08-29kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada
2019-08-25kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada
2019-08-25kbuild: pkg: add package targets to PHONY instead of FORCEMasahiro Yamada
2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada
2019-08-22merge_config.sh: Check error codes from makeMark Brown
2019-08-22kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada
2019-08-22kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-08-21kbuild: make single targets work more correctlyMasahiro Yamada
2019-08-21kbuild: Parameterize kallsyms generation and correct reportingKees Cook
2019-08-21kbuild: re-implement detection of CONFIG options leaked to user-spaceMasahiro Yamada
2019-08-15kbuild: fix modkern_aflags implementationMasahiro Yamada
2019-08-15kbuild: refactor part-of-module moreMasahiro Yamada
2019-08-15kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada
2019-08-14kbuild: add [M] marker for build log of *.mod.oMasahiro Yamada
2019-08-14Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner
2019-08-14kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada
2019-08-14kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada
2019-08-14kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada
2019-08-14kbuild: Fail if gold linker is detectedThomas Gleixner
2019-08-14modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov
2019-08-10kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada
2019-08-10kbuild: generate modules.order only in directories visited by obj-y/mMasahiro Yamada
2019-08-10kbuild: fix false-positive need-builtin calculationMasahiro Yamada
2019-08-10kbuild: revive single target %.koMasahiro Yamada
2019-08-04kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci
2019-08-01kbuild: Check for unknown options with cc-option usage in Kconfig and clangStephen Boyd
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada
2019-08-01kbuild: modpost: remove unnecessary dependency for __modpostMasahiro Yamada
2019-08-01kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada
2019-08-01kbuild: modpost: include .*.cmd files only when targets existMasahiro Yamada
2019-07-29kbuild: detect missing "WITH Linux-syscall-note" for uapi headersMasahiro Yamada
2019-07-28Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-27kbuild: remove unused single-used-mMasahiro Yamada
2019-07-27gen_compile_commands: lower the entry count thresholdMasahiro Yamada
2019-07-27kbuild: remove unused objectify macroMasahiro Yamada
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-07-18kbuild: split out *.mod out of {single,multi}-used-m rulesMasahiro Yamada
2019-07-18kbuild: remove the first line of *.mod filesMasahiro Yamada
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada