summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada2019-09-141-5/+2
* export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada2019-09-142-31/+17
* export.h: remove defined(__KERNEL__), which is no longer neededMasahiro Yamada2019-09-101-1/+1
* kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada2019-09-092-6/+20
* kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-066-14/+23
* kbuild: refactor scripts/Makefile.extrawarnMasahiro Yamada2019-09-061-50/+56
* merge_config.sh: ignore unwanted grep errorsGuillaume Tucker2019-09-041-1/+1
* kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-0410-42/+43
* modpost: add NOFAIL to strndupDenis Efremov2019-09-041-2/+2
* modpost: add guid_t type definitionHeikki Krogerus2019-09-041-0/+5
* 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-301-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-291-4/+2
* docs: kbuild: remove cc-ldoption from document againMasahiro Yamada2019-08-291-15/+0
* docs: kbuild: fix invalid ReST syntaxMasahiro Yamada2019-08-291-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-221-5/+5
* kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-223-16/+15
* kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-2214-6/+27
* .gitignore: ignore modules.order explicitlyMasahiro Yamada2019-08-221-1/+1
* kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada2019-08-223-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-151-4/+0
* kbuild: remove 'make /' supportMasahiro Yamada2019-08-151-5/+4