summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2019-08-14kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada-16/+17
2019-08-14kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada-17/+4
2019-08-14kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada-2/+2
2019-08-14kbuild: Fail if gold linker is detectedThomas Gleixner-0/+3
2019-08-14modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov-0/+32
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko-19/+33
2019-08-12kernel-doc: Allow anonymous enumAndy Shevchenko-1/+1
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman-73/+165
2019-08-10kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada-0/+7
2019-08-10kbuild: generate modules.order only in directories visited by obj-y/mMasahiro Yamada-1/+2
2019-08-10kbuild: fix false-positive need-builtin calculationMasahiro Yamada-1/+2
2019-08-10kbuild: revive single target %.koMasahiro Yamada-4/+2
2019-08-06kernel-doc: ignore __printf attributeRandy Dunlap-0/+1
2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann-1/+1
2019-08-05arm64: Add support for relocating the kernel with RELR relocationsPeter Collingbourne-0/+16
2019-08-04kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci-0/+4
2019-07-31randstruct: Check member structs in is_pure_ops_struct()Joonwon Kang-5/+5
2019-08-01kbuild: Check for unknown options with cc-option usage in Kconfig and clangStephen Boyd-1/+1
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada-36/+42
2019-08-01kbuild: modpost: remove unnecessary dependency for __modpostMasahiro Yamada-2/+2
2019-08-01kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada-1/+1
2019-08-01kbuild: modpost: include .*.cmd files only when targets existMasahiro Yamada-4/+2
2019-07-30coccinelle: api/atomic_as_refcounter: add SPDX License IdentifierMatthias Maennich-0/+1
2019-07-30coccinelle: Add script to check for platform_get_irq() excessive printsStephen Boyd-0/+102
2019-07-29kbuild: detect missing "WITH Linux-syscall-note" for uapi headersMasahiro Yamada-0/+6
2019-07-28Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+2
2019-07-27kbuild: remove unused single-used-mMasahiro Yamada-2/+0
2019-07-27gen_compile_commands: lower the entry count thresholdMasahiro Yamada-2/+2
2019-07-27kbuild: remove unused objectify macroMasahiro Yamada-3/+0
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet-21/+97
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-87/+119
2019-07-18kbuild: split out *.mod out of {single,multi}-used-m rulesMasahiro Yamada-9/+13
2019-07-18kbuild: remove the first line of *.mod filesMasahiro Yamada-11/+6
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada-37/+14
2019-07-18kbuild: export_report: read modules.order instead of .tmp_versions/*.modMasahiro Yamada-6/+5
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada-6/+9
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+283
2019-07-17kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada-2/+1
2019-07-17kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada-4/+1
2019-07-17kbuild: remove duplication from modules.order in sub-directoriesMasahiro Yamada-6/+3
2019-07-17kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada-3/+3
2019-07-17kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada-1/+1
2019-07-17coccinelle: api: add devm_platform_ioremap_resource scriptHimanshu Jha-0/+60
2019-07-17kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada-2/+2
2019-07-17kbuild: remove unused hostcc-optionMasahiro Yamada-5/+0
2019-07-17kconfig: fix missing choice values in auto.confMasahiro Yamada-4/+4
2019-07-17scripts/sphinx-pre-install: seek for Noto CJK fonts for pdf outputMauro Carvalho Chehab-0/+29
2019-07-17scripts/sphinx-pre-install: cleanup Gentoo checksMauro Carvalho Chehab-2/+13
2019-07-17scripts/sphinx-pre-install: fix latexmk dependenciesMauro Carvalho Chehab-0/+4
2019-07-17scripts/sphinx-pre-install: don't use LaTeX with CentOS 7Mauro Carvalho Chehab-18/+50