summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada
2019-09-04kbuild: remove ARCH_{CPP,A,C}FLAGSMasahiro Yamada
2019-09-04kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada
2019-08-30kbuild: Do not enable -Wimplicit-fallthrough for clang for nowNathan Chancellor
2019-08-29kbuild: check clean srctree even earlierMasahiro Yamada
2019-08-29kbuild: remove prepare3 targetMasahiro Yamada
2019-08-29kbuild: move the clean srctree check to the outputmakefile targetMasahiro Yamada
2019-08-29kbuild: clarify where to run make mrproper when out-of-tree failsMasahiro Yamada
2019-08-29kbuild: Inform user to pass ARCH= for make mrproper only when necessaryMasahiro Yamada
2019-08-29kbuild: remove 'Using ... as source for kernel' messageMasahiro Yamada
2019-08-29kbuild: remove unneeded dependency for $(DOC_TARGETS)Masahiro Yamada
2019-08-25kbuild: remove unneeded '+' marker from kselftest-mergeMasahiro Yamada
2019-08-25kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada
2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada
2019-08-22kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-08-21kbuild: make single targets work more correctlyMasahiro Yamada
2019-08-21kbuild: unify clean-dirs rule for in-kernel and external moduleMasahiro Yamada
2019-08-21kbuild: unify vmlinux-dirs and module-dirs rulesMasahiro Yamada
2019-08-21kbuild: unset variables in top Makefile instead of setting 0Masahiro Yamada
2019-08-21kbuild: do not descend to ./Kbuild when cleaningMasahiro Yamada
2019-08-15kbuild: remove 'make /' supportMasahiro Yamada
2019-08-15kbuild: move the Module.symvers check for external module buildMasahiro Yamada
2019-08-11Linux 5.3-rc4Linus Torvalds
2019-08-10Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches
2019-08-09Merge tag 'kbuild-fixes-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-10kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada
2019-08-10kbuild: revive single target %.koMasahiro Yamada
2019-08-08kbuild: add OBJSIZE variable for the size toolVasily Gorbik
2019-08-04Linux 5.3-rc3Linus Torvalds
2019-07-31kbuild: initialize CLANG_FLAGS correctly in the top MakefileMasahiro Yamada
2019-07-28Linux 5.3-rc2Linus Torvalds
2019-07-25Makefile: Globally enable fall-through warningGustavo A. R. Silva
2019-07-21Linus 5.3-rc1Linus Torvalds
2019-07-20kbuild: add -fcf-protection=none when using retpoline flagsSeth Forshee
2019-07-18kbuild: remove 'prepare1' targetMasahiro Yamada
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada
2019-07-17kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada
2019-07-17kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada
2019-07-17kbuild: remove tag files by distclean instead of mrproperMasahiro Yamada
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-11kbuild: Inform user to pass ARCH= for make mrproperGeert Uytterhoeven
2019-07-11kbuild: add a flag to force absolute path for srctreeMasahiro Yamada
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada
2019-07-11kbuild: remove src and obj from the top MakefileMasahiro Yamada
2019-07-09kbuild: compile-test kernel headers to ensure they are self-containedMasahiro Yamada
2019-07-09kbuild: do not create wrappers for header-test-yMasahiro Yamada
2019-07-08kbuild: compile-test exported headers to ensure they are self-containedMasahiro Yamada