aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-23treewide: add intermediate .s files to targetsMasahiro Yamada6-0/+10
2018-12-23treewide: remove explicit rules for *offsets.sMasahiro Yamada6-25/+1
2018-12-23firmware: refactor firmware/MakefileMasahiro Yamada1-52/+32
2018-12-22firmware: remove unnecessary patterns from .gitignoreMasahiro Yamada1-5/+0
2018-12-22scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignoreMasahiro Yamada1-2/+0
2018-12-22um: remove unused filechk_gen_header in MakefileMasahiro Yamada1-2/+0
2018-12-19scripts: add a tool to produce a compile_commands.json fileTom Roeder1-0/+151
2018-12-17kbuild: add -Werror=implicit-int flag unconditionallyMasahiro Yamada1-4/+1
2018-12-17kbuild: add -Werror=strict-prototypes flag unconditionallyMasahiro Yamada1-4/+1
2018-12-17kbuild: add -fno-PIE flag unconditionallyMasahiro Yamada1-5/+2
2018-12-17scripts: coccinelle: Correct warning messageJulia Lawall1-6/+6
2018-12-17scripts: coccinelle: only suggest true/false in files that already use themJulia Lawall1-10/+21
2018-12-17kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada1-1/+1
2018-12-17kbuild: refactor part-of-moduleMasahiro Yamada1-5/+3
2018-12-17kbuild: refactor quiet_modtagMasahiro Yamada1-6/+1
2018-12-17kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada1-2/+0
2018-12-17kbuild: refactor Makefile.asm-genericMasahiro Yamada2-22/+23
2018-12-11user/Makefile: Fix typo and capitalization in comment sectionEugen Cazacu1-2/+2
2018-12-08kbuild: exploit parallel building for CONFIG_HEADERS_CHECKMasahiro Yamada1-3/+4
2018-12-08kbuild: remove a special handling for *.agh in Makefile.headersinstMasahiro Yamada1-1/+0
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada4-6/+5
2018-12-01kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada2-3/+0
2018-12-01kbuild: refactor if_changedMasahiro Yamada1-2/+1
2018-12-01kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada2-9/+9
2018-12-01kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada2-19/+15
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada6-69/+53
2018-12-01kbuild: refactor modversions build rulesMasahiro Yamada1-37/+17
2018-12-01kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada1-1/+1
2018-12-01kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada1-1/+1
2018-12-01kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada3-19/+16
2018-12-01kbuild: descend into scripts/gcc-plugins/ via scripts/MakefileMasahiro Yamada3-10/+3
2018-12-01kbuild: make 'archprepare' depend on 'scripts'Masahiro Yamada1-17/+15
2018-12-01kbuild: move modpost out of 'scripts' targetMasahiro Yamada3-5/+3
2018-12-01kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada3-25/+7
2018-12-01modpost: move unresolved symbol checks to check_exports()Masahiro Yamada1-15/+18
2018-12-01modpost: merge module iterationsMasahiro Yamada1-6/+1
2018-12-01modpost: refactor seen flag clearing in add_depends()Masahiro Yamada1-6/+6
2018-12-01modpost: file2alias: check prototype of handlerMasahiro Yamada1-4/+3
2018-12-01modpost: file2alias: go back to simple devtable lookupMasahiro Yamada1-95/+49
2018-12-01kbuild: fix single target build for external moduleMasahiro Yamada1-8/+3
2018-12-01modpost: skip ELF local symbols during section mismatch checkPaul Walmsley1-0/+12
2018-12-01kbuild: announce removal of SUBDIRS if usedMasahiro Yamada5-21/+6
2018-11-21modpost: drop unused command line switchesPaul Walmsley1-1/+1
2018-11-21scripts/setlocalversion: Improve -dirty check with git-status --no-optional-locksBrian Norris1-2/+10
2018-11-21modpost: validate symbol names also in find_elf_symbolSami Tolvanen1-24/+26
2018-11-14powerpc/boot: Set target when cross-compiling for clangJoel Stanley1-0/+5
2018-11-14Makefile: Export clang toolchain variablesJoel Stanley1-0/+1
2018-11-14kbuild: consolidate Clang compiler flagsMasahiro Yamada1-7/+6
2018-11-14kbuild: add -no-integrated-as Clang option unconditionallyMasahiro Yamada1-2/+2
2018-11-11Linux 4.20-rc2Linus Torvalds1-1/+1