summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2019-09-21Linux 5.3.1v5.3.1Greg Kroah-Hartman
2019-09-15Linux 5.3v5.3Linus Torvalds
2019-09-08Linux 5.3-rc8Linus Torvalds
2019-09-02Linux 5.3-rc7Linus Torvalds
2019-08-25Linux 5.3-rc6Linus Torvalds
2019-08-18Linux 5.3-rc5Linus Torvalds
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
2019-07-07Linux 5.2Linus Torvalds
2019-07-08kbuild: add more hints about SUBDIRS replacementMasahiro Yamada
2019-07-04kbuild: Add ability to test Clang's integrated assemblerNathan Chancellor
2019-07-01kbuild: split modules.order build rule out of 'modules' targetMasahiro Yamada
2019-07-01kbuild: fix missed rebuild of modules.builtinMasahiro Yamada
2019-06-30Linux 5.2-rc7Linus Torvalds
2019-06-24kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGSNathan Chancellor
2019-06-22Linux 5.2-rc6Linus Torvalds
2019-06-16Linux 5.2-rc5Linus Torvalds
2019-06-15kbuild: add support for ensuring headers are self-containedJani Nikula
2019-06-15kbuild: move hdr-inst shorthand to top MakefileMasahiro Yamada
2019-06-15kbuild: re-implement Makefile.headersinst without recursionMasahiro Yamada
2019-06-15kbuild: add 'headers' target to build up uapi headers in usr/includeMasahiro Yamada
2019-06-15kbuild: build all prerequisites of headers_install simultaneouslyMasahiro Yamada
2019-06-15kbuild: remove build_unifdef target in scripts/MakefileMasahiro Yamada
2019-06-15kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada
2019-06-15kbuild: make gdb_script depend on prepare0 instead of prepareMasahiro Yamada