aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-14modpost: use __section in the output to *.mod.cMasahiro Yamada1-3/+2
2019-09-14modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada1-5/+2
2019-09-14export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada2-31/+17
2019-09-10export.h: remove defined(__KERNEL__), which is no longer neededMasahiro Yamada1-1/+1
2019-09-09kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada2-6/+20
2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada6-14/+23
2019-09-06kbuild: refactor scripts/Makefile.extrawarnMasahiro Yamada1-50/+56
2019-09-04merge_config.sh: ignore unwanted grep errorsGuillaume Tucker1-1/+1
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada10-42/+43
2019-09-04modpost: add NOFAIL to strndupDenis Efremov1-2/+2
2019-09-04modpost: add guid_t type definitionHeikki Krogerus1-0/+5
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada6-11/+10
2019-09-04kbuild: remove ARCH_{CPP,A,C}FLAGSMasahiro Yamada2-17/+4
2019-09-04kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada19-14/+32
2019-08-30kbuild: Do not enable -Wimplicit-fallthrough for clang for nowNathan Chancellor1-3/+5
2019-08-29kbuild: clean up subdir-ymn calculation in Makefile.cleanMasahiro Yamada1-11/+2
2019-08-29kbuild: remove unneeded '+' marker from cmd_cleanMasahiro Yamada1-1/+1
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada4-30/+8
2019-08-29kbuild: check clean srctree even earlierMasahiro Yamada1-3/+3
2019-08-29kbuild: remove prepare3 targetMasahiro Yamada1-6/+4
2019-08-29kbuild: move the clean srctree check to the outputmakefile targetMasahiro Yamada1-14/+10
2019-08-29kbuild: clarify where to run make mrproper when out-of-tree failsMasahiro Yamada1-2/+4
2019-08-29kbuild: Inform user to pass ARCH= for make mrproper only when necessaryMasahiro Yamada1-1/+1
2019-08-29kbuild: remove 'Using ... as source for kernel' messageMasahiro Yamada1-1/+0
2019-08-29kbuild: get rid of $(realpath ...) from scripts/mkmakefileMasahiro Yamada1-2/+2
2019-08-29kbuild: remove unneeded dependency for $(DOC_TARGETS)Masahiro Yamada1-1/+1
2019-08-29kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada1-12/+2
2019-08-29init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZEMasahiro Yamada1-4/+2
2019-08-29docs: kbuild: remove cc-ldoption from document againMasahiro Yamada1-15/+0
2019-08-29docs: kbuild: fix invalid ReST syntaxMasahiro Yamada1-4/+4
2019-08-25kbuild: remove unneeded '+' marker from kselftest-mergeMasahiro Yamada1-1/+1
2019-08-25kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada2-6/+7
2019-08-25kbuild: pkg: add package targets to PHONY instead of FORCEMasahiro Yamada1-9/+20
2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada3-12/+5
2019-08-22merge_config.sh: Check error codes from makeMark Brown1-5/+5
2019-08-22kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada3-16/+15
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada14-6/+27
2019-08-22.gitignore: ignore modules.order explicitlyMasahiro Yamada1-1/+1
2019-08-22kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada3-70/+71
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada10-10/+17
2019-08-21kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rstMasahiro Yamada2-14/+14
2019-08-21treewide: remove dummy Makefiles for single targetsMasahiro Yamada14-27/+0
2019-08-21kbuild: make single targets work more correctlyMasahiro Yamada2-37/+89
2019-08-21kbuild: Parameterize kallsyms generation and correct reportingKees Cook1-19/+19
2019-08-21kbuild: re-implement detection of CONFIG options leaked to user-spaceMasahiro Yamada1-0/+72
2019-08-21kbuild: unify clean-dirs rule for in-kernel and external moduleMasahiro Yamada1-10/+8
2019-08-21kbuild: unify vmlinux-dirs and module-dirs rulesMasahiro Yamada1-22/+21
2019-08-21kbuild: unset variables in top Makefile instead of setting 0Masahiro Yamada1-23/+23
2019-08-21kbuild: do not descend to ./Kbuild when cleaningMasahiro Yamada3-10/+1
2019-08-15kbuild: remove meaningless 'targets' in ./KbuildMasahiro Yamada1-4/+0