summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-2937-562/+543
|\
| * kbuild: remove unused cmd_gentimeconstMasahiro Yamada2018-12-241-4/+0
| * kbuild: remove $(obj)/ prefixes in ./KbuildMasahiro Yamada2018-12-231-5/+5
| * treewide: add intermediate .s files to targetsMasahiro Yamada2018-12-236-0/+10
| * treewide: remove explicit rules for *offsets.sMasahiro Yamada2018-12-236-25/+1
| * firmware: refactor firmware/MakefileMasahiro Yamada2018-12-231-52/+32
| * firmware: remove unnecessary patterns from .gitignoreMasahiro Yamada2018-12-211-5/+0
| * scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignoreMasahiro Yamada2018-12-211-2/+0
| * um: remove unused filechk_gen_header in MakefileMasahiro Yamada2018-12-211-2/+0
| * scripts: add a tool to produce a compile_commands.json fileTom Roeder2018-12-191-0/+151
| * kbuild: add -Werror=implicit-int flag unconditionallyMasahiro Yamada2018-12-161-4/+1
| * kbuild: add -Werror=strict-prototypes flag unconditionallyMasahiro Yamada2018-12-161-4/+1
| * kbuild: add -fno-PIE flag unconditionallyMasahiro Yamada2018-12-161-5/+2
| * scripts: coccinelle: Correct warning messageJulia Lawall2018-12-161-6/+6
| * scripts: coccinelle: only suggest true/false in files that already use themJulia Lawall2018-12-161-10/+21
| * kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada2018-12-161-1/+1
| * kbuild: refactor part-of-moduleMasahiro Yamada2018-12-161-5/+3
| * kbuild: refactor quiet_modtagMasahiro Yamada2018-12-161-6/+1
| * kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada2018-12-161-2/+0
| * kbuild: refactor Makefile.asm-genericMasahiro Yamada2018-12-162-22/+23
| * user/Makefile: Fix typo and capitalization in comment sectionEugen Cazacu2018-12-101-2/+2
| * kbuild: exploit parallel building for CONFIG_HEADERS_CHECKMasahiro Yamada2018-12-081-3/+4
| * kbuild: remove a special handling for *.agh in Makefile.headersinstMasahiro Yamada2018-12-081-1/+0
| * kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-024-6/+5
| * kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada2018-12-012-3/+0
| * kbuild: refactor if_changedMasahiro Yamada2018-12-011-2/+1
| * kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada2018-12-012-9/+9
| * kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada2018-12-012-19/+15
| * kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-12-016-69/+53
| * kbuild: refactor modversions build rulesMasahiro Yamada2018-12-011-37/+17
| * kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada2018-12-011-1/+1
| * kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada2018-12-011-1/+1
| * kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada2018-12-013-19/+16
| * kbuild: descend into scripts/gcc-plugins/ via scripts/MakefileMasahiro Yamada2018-12-013-10/+3
| * kbuild: make 'archprepare' depend on 'scripts'Masahiro Yamada2018-12-011-17/+15
| * kbuild: move modpost out of 'scripts' targetMasahiro Yamada2018-12-013-5/+3
| * kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada2018-12-013-25/+7
| * modpost: move unresolved symbol checks to check_exports()Masahiro Yamada2018-12-011-15/+18
| * modpost: merge module iterationsMasahiro Yamada2018-12-011-6/+1
| * modpost: refactor seen flag clearing in add_depends()Masahiro Yamada2018-12-011-6/+6
| * modpost: file2alias: check prototype of handlerMasahiro Yamada2018-12-011-4/+3
| * modpost: file2alias: go back to simple devtable lookupMasahiro Yamada2018-12-011-95/+49
| * kbuild: fix single target build for external moduleMasahiro Yamada2018-12-011-8/+3
| * modpost: skip ELF local symbols during section mismatch checkPaul Walmsley2018-12-011-0/+12
| * kbuild: announce removal of SUBDIRS if usedMasahiro Yamada2018-12-015-21/+6
| * modpost: drop unused command line switchesPaul Walmsley2018-11-211-1/+1
| * scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...Brian Norris2018-11-211-2/+10
| * modpost: validate symbol names also in find_elf_symbolSami Tolvanen2018-11-211-24/+26
| * powerpc/boot: Set target when cross-compiling for clangJoel Stanley2018-11-141-0/+5
| * Makefile: Export clang toolchain variablesJoel Stanley2018-11-141-0/+1