summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-25kbuild: remove unused cmd_gentimeconstMasahiro Yamada
2018-12-23kbuild: remove $(obj)/ prefixes in ./KbuildMasahiro Yamada
2018-12-23treewide: add intermediate .s files to targetsMasahiro Yamada
2018-12-23treewide: remove explicit rules for *offsets.sMasahiro Yamada
2018-12-23firmware: refactor firmware/MakefileMasahiro Yamada
2018-12-22firmware: remove unnecessary patterns from .gitignoreMasahiro Yamada
2018-12-22scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignoreMasahiro Yamada
2018-12-22um: remove unused filechk_gen_header in MakefileMasahiro Yamada
2018-12-19scripts: add a tool to produce a compile_commands.json fileTom Roeder
2018-12-17kbuild: add -Werror=implicit-int flag unconditionallyMasahiro Yamada
2018-12-17kbuild: add -Werror=strict-prototypes flag unconditionallyMasahiro Yamada
2018-12-17kbuild: add -fno-PIE flag unconditionallyMasahiro Yamada
2018-12-17scripts: coccinelle: Correct warning messageJulia Lawall
2018-12-17scripts: coccinelle: only suggest true/false in files that already use themJulia Lawall
2018-12-17kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada
2018-12-17kbuild: refactor part-of-moduleMasahiro Yamada
2018-12-17kbuild: refactor quiet_modtagMasahiro Yamada
2018-12-17kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada
2018-12-17kbuild: refactor Makefile.asm-genericMasahiro Yamada
2018-12-11user/Makefile: Fix typo and capitalization in comment sectionEugen Cazacu
2018-12-08kbuild: exploit parallel building for CONFIG_HEADERS_CHECKMasahiro Yamada
2018-12-08kbuild: remove a special handling for *.agh in Makefile.headersinstMasahiro Yamada
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada
2018-12-01kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada
2018-12-01kbuild: refactor if_changedMasahiro Yamada
2018-12-01kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada
2018-12-01kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada
2018-12-01kbuild: refactor modversions build rulesMasahiro Yamada
2018-12-01kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada
2018-12-01kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada
2018-12-01kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada
2018-12-01kbuild: descend into scripts/gcc-plugins/ via scripts/MakefileMasahiro Yamada
2018-12-01kbuild: make 'archprepare' depend on 'scripts'Masahiro Yamada
2018-12-01kbuild: move modpost out of 'scripts' targetMasahiro Yamada
2018-12-01kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada
2018-12-01modpost: move unresolved symbol checks to check_exports()Masahiro Yamada
2018-12-01modpost: merge module iterationsMasahiro Yamada
2018-12-01modpost: refactor seen flag clearing in add_depends()Masahiro Yamada
2018-12-01modpost: file2alias: check prototype of handlerMasahiro Yamada
2018-12-01modpost: file2alias: go back to simple devtable lookupMasahiro Yamada
2018-12-01kbuild: fix single target build for external moduleMasahiro Yamada
2018-12-01modpost: skip ELF local symbols during section mismatch checkPaul Walmsley
2018-12-01kbuild: announce removal of SUBDIRS if usedMasahiro Yamada
2018-11-21modpost: drop unused command line switchesPaul Walmsley
2018-11-21scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...Brian Norris
2018-11-21modpost: validate symbol names also in find_elf_symbolSami Tolvanen
2018-11-14powerpc/boot: Set target when cross-compiling for clangJoel Stanley
2018-11-14Makefile: Export clang toolchain variablesJoel Stanley
2018-11-14kbuild: consolidate Clang compiler flagsMasahiro Yamada