summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2019-07-18kbuild: export_report: read modules.order instead of .tmp_versions/*.modMasahiro Yamada
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-17kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada
2019-07-17kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada
2019-07-17kbuild: remove duplication from modules.order in sub-directoriesMasahiro Yamada
2019-07-17kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada
2019-07-17kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada
2019-07-17coccinelle: api: add devm_platform_ioremap_resource scriptHimanshu Jha
2019-07-17kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada
2019-07-17kbuild: remove unused hostcc-optionMasahiro Yamada
2019-07-17kconfig: fix missing choice values in auto.confMasahiro Yamada