summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* coccinelle: fix parallel build with CHECK=scripts/coccicheckMasahiro Yamada2017-11-231-6/+9
* kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt2017-11-231-1/+1
* kbuild: Set KBUILD_CFLAGS before incl. arch MakefileChris Fries2017-11-231-32/+32
* kbuild: remove all dummy assignments to obj-Masahiro Yamada2017-11-1820-58/+0
* kbuild: create built-in.o automatically if parent directory wants itMasahiro Yamada2017-11-182-3/+3
* kbuild: /bin/pwd -> pwdBjørn Forsman2017-11-184-4/+4
* Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1712-219/+457
|\
| * docs: dev-tools: coccinelle: delete out of date wiki referenceJulia Lawall2017-11-161-3/+0
| * coccinelle: orplus: reorganize to improve performanceJulia Lawall2017-11-161-14/+29
| * coccinelle: use exists to improve efficiencyJulia Lawall2017-11-141-1/+1
| * builddeb: Pass the kernel:debarch substvar to dpkg-genchangesSven Joachim2017-11-141-2/+2
| * Coccinelle: use false positive annotationJulia Lawall2017-11-141-4/+4
| * coccinelle: fix verbose message about .cocci file being runMasahiro Yamada2017-11-141-1/+1
| * coccinelle: grep Options and Requires fields more preciselyMasahiro Yamada2017-11-142-3/+3
| * Coccinelle: make DEBUG_FILE option more usefulJulia Lawall2017-11-141-9/+11
| * coccinelle: api: detect identical chip data arraysJulia Lawall2017-11-141-0/+161
| * coccinelle: Improve setup_timer.cocci matchingKees Cook2017-11-141-24/+105
| * Coccinelle: setup_timer: improve messages from setup_timerJulia Lawall2017-11-141-9/+6
| * kbuild: rpm-pkg: do not force -jN in submakeMasahiro Yamada2017-11-141-1/+2
| * kbuild: rpm-pkg: keep spec file until make mrproperMasahiro Yamada2017-11-142-2/+7
| * kbuild: rpm-pkg: fix jobserver unavailable warningMasahiro Yamada2017-11-141-2/+2
| * kbuild: rpm-pkg: replace $RPM_BUILD_ROOT with %{buildroot}Masahiro Yamada2017-11-141-16/+16
| * kbuild: rpm-pkg: fix build error when CONFIG_MODULES is disabledMasahiro Yamada2017-11-141-25/+32
| * kbuild: rpm-pkg: refactor mkspec with here docMasahiro Yamada2017-11-141-113/+105
| * kbuild: rpm-pkg: clean up mkspecMasahiro Yamada2017-10-091-28/+16
| * kbuild: rpm-pkg: install vmlinux.bz2 unconditionallyMasahiro Yamada2017-10-091-3/+0
| * kbuild: rpm-pkg: remove ppc64 specific image handlingMasahiro Yamada2017-10-091-5/+0
* | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-1721-258/+296
|\ \
| * | kbuild: move coccicheck help from scripts/Makefile.help to top MakefileMasahiro Yamada2017-11-172-4/+1
| * | sh: decompressor: add shipped files to .gitignoreMasahiro Yamada2017-11-171-0/+5
| * | frv: .gitignore: ignore vmlinux.ldsMasahiro Yamada2017-11-171-0/+1
| * | selinux: remove unnecessary assignment to subdir-Masahiro Yamada2017-11-161-1/+0
| * | kbuild: specify FORCE in Makefile.headersinst as .PHONY targetMasahiro Yamada2017-11-161-2/+3
| * | kbuild: remove redundant mkdir from ./KbuildMasahiro Yamada2017-11-161-2/+0
| * | kbuild: optimize object directory creation for incremental buildMasahiro Yamada2017-11-161-0/+5
| * | kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-164-30/+6
| * | kbuild: filter-out PHONY targets from "targets"Masahiro Yamada2017-11-161-1/+1
| * | kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada2017-11-164-8/+4
| * | kbuild: create directory for make cache only when necessaryMasahiro Yamada2017-11-161-4/+9
| * | sh: select KBUILD_DEFCONFIG depending on ARCHMasahiro Yamada2017-11-131-2/+6
| * | kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers2017-11-131-2/+3
| * | kbuild: shrink .cache.mk when it exceeds 1000 linesMasahiro Yamada2017-11-131-0/+6
| * | kbuild: do not call cc-option before KBUILD_CFLAGS initializationMasahiro Yamada2017-11-131-10/+11
| * | kbuild: Cache a few more calls to the compilerDouglas Anderson2017-11-131-2/+2
| * | kbuild: Add a cache for generated variablesDouglas Anderson2017-11-132-14/+77
| * | kbuild: add forward declaration of default target to Makefile.asm-genericMasahiro Yamada2017-11-131-0/+3
| * | kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGSMasahiro Yamada2017-10-311-4/+4
| * | hexagon/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULECao jin2017-10-311-3/+3
| * | c6x/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULECao jin2017-10-311-1/+1
| * | arm/kbuild: replace {C, LD}FLAGS_MODULE with KBUILD_{C, LD}FLAGS_MODULECao jin2017-10-311-3/+3