summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada2019-09-046-11/+10
* kbuild: remove ARCH_{CPP,A,C}FLAGSMasahiro Yamada2019-09-042-17/+4
* kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada2019-09-0419-14/+32
* kbuild: Do not enable -Wimplicit-fallthrough for clang for nowNathan Chancellor2019-08-291-3/+5
* kbuild: clean up subdir-ymn calculation in Makefile.cleanMasahiro Yamada2019-08-291-11/+2
* kbuild: remove unneeded '+' marker from cmd_cleanMasahiro Yamada2019-08-291-1/+1
* kbuild: remove clean-dirs syntaxMasahiro Yamada2019-08-294-30/+8
* kbuild: check clean srctree even earlierMasahiro Yamada2019-08-291-3/+3
* kbuild: remove prepare3 targetMasahiro Yamada2019-08-291-6/+4
* kbuild: move the clean srctree check to the outputmakefile targetMasahiro Yamada2019-08-291-14/+10
* kbuild: clarify where to run make mrproper when out-of-tree failsMasahiro Yamada2019-08-291-2/+4
* kbuild: Inform user to pass ARCH= for make mrproper only when necessaryMasahiro Yamada2019-08-291-1/+1
* kbuild: remove 'Using ... as source for kernel' messageMasahiro Yamada2019-08-291-1/+0
* kbuild: get rid of $(realpath ...) from scripts/mkmakefileMasahiro Yamada2019-08-291-2/+2
* kbuild: remove unneeded dependency for $(DOC_TARGETS)Masahiro Yamada2019-08-291-1/+1
* kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada2019-08-291-12/+2
* init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZEMasahiro Yamada2019-08-281-4/+2
* docs: kbuild: remove cc-ldoption from document againMasahiro Yamada2019-08-281-15/+0
* docs: kbuild: fix invalid ReST syntaxMasahiro Yamada2019-08-281-4/+4
* kbuild: remove unneeded '+' marker from kselftest-mergeMasahiro Yamada2019-08-251-1/+1
* kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada2019-08-252-6/+7
* kbuild: pkg: add package targets to PHONY instead of FORCEMasahiro Yamada2019-08-251-9/+20
* kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada2019-08-253-12/+5
* merge_config.sh: Check error codes from makeMark Brown2019-08-211-5/+5
* kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-213-16/+15
* kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-2114-6/+27
* .gitignore: ignore modules.order explicitlyMasahiro Yamada2019-08-211-1/+1
* kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada2019-08-213-70/+71
* kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-2110-10/+17
* kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rstMasahiro Yamada2019-08-212-14/+14
* treewide: remove dummy Makefiles for single targetsMasahiro Yamada2019-08-2114-27/+0
* kbuild: make single targets work more correctlyMasahiro Yamada2019-08-212-37/+89
* kbuild: Parameterize kallsyms generation and correct reportingKees Cook2019-08-211-19/+19
* kbuild: re-implement detection of CONFIG options leaked to user-spaceMasahiro Yamada2019-08-211-0/+72
* kbuild: unify clean-dirs rule for in-kernel and external moduleMasahiro Yamada2019-08-211-10/+8
* kbuild: unify vmlinux-dirs and module-dirs rulesMasahiro Yamada2019-08-211-22/+21
* kbuild: unset variables in top Makefile instead of setting 0Masahiro Yamada2019-08-211-23/+23
* kbuild: do not descend to ./Kbuild when cleaningMasahiro Yamada2019-08-213-10/+1
* kbuild: remove meaningless 'targets' in ./KbuildMasahiro Yamada2019-08-141-4/+0
* kbuild: remove 'make /' supportMasahiro Yamada2019-08-141-5/+4
* kbuild: fix modkern_aflags implementationMasahiro Yamada2019-08-141-4/+3
* kbuild: refactor part-of-module moreMasahiro Yamada2019-08-141-2/+1
* kbuild: move the Module.symvers check for external module buildMasahiro Yamada2019-08-141-2/+2
* kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada2019-08-141-5/+5
* kbuild: add [M] marker for build log of *.mod.oMasahiro Yamada2019-08-131-1/+1
* Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner2019-08-134-4/+9
* kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada2019-08-132-16/+17
* kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada2019-08-132-17/+4
* kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada2019-08-131-2/+2
* kbuild: Fail if gold linker is detectedThomas Gleixner2019-08-131-0/+3