summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-07-21Linus 5.3-rc1Linus Torvalds1-2/+2
2019-07-20kbuild: add -fcf-protection=none when using retpoline flagsSeth Forshee1-0/+6
2019-07-18kbuild: remove 'prepare1' targetMasahiro Yamada1-5/+3
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada1-17/+3
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada1-2/+0
2019-07-17kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada1-2/+2
2019-07-17kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada1-2/+2
2019-07-17kbuild: remove tag files by distclean instead of mrproperMasahiro Yamada1-1/+10
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada1-4/+2
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-51/+66
2019-07-11kbuild: Inform user to pass ARCH= for make mrproperGeert Uytterhoeven1-1/+1
2019-07-11kbuild: add a flag to force absolute path for srctreeMasahiro Yamada1-0/+4
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada1-11/+8
2019-07-11kbuild: remove src and obj from the top MakefileMasahiro Yamada1-6/+3
2019-07-09kbuild: compile-test kernel headers to ensure they are self-containedMasahiro Yamada1-0/+1
2019-07-09kbuild: do not create wrappers for header-test-yMasahiro Yamada1-1/+0
2019-07-08kbuild: compile-test exported headers to ensure they are self-containedMasahiro Yamada1-1/+1
2019-07-07Linux 5.2Linus Torvalds1-1/+1
2019-07-08kbuild: add more hints about SUBDIRS replacementMasahiro Yamada1-0/+7
2019-07-04kbuild: Add ability to test Clang's integrated assemblerNathan Chancellor1-0/+2
2019-07-01kbuild: split modules.order build rule out of 'modules' targetMasahiro Yamada1-2/+4
2019-07-01kbuild: fix missed rebuild of modules.builtinMasahiro Yamada1-4/+8
2019-06-30Linux 5.2-rc7Linus Torvalds1-2/+2
2019-06-24kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGSNathan Chancellor1-0/+1
2019-06-22Linux 5.2-rc6Linus Torvalds1-1/+1
2019-06-16Linux 5.2-rc5Linus Torvalds1-1/+1
2019-06-15kbuild: add support for ensuring headers are self-containedJani Nikula1-0/+1
2019-06-15kbuild: move hdr-inst shorthand to top MakefileMasahiro Yamada1-0/+2
2019-06-15kbuild: re-implement Makefile.headersinst without recursionMasahiro Yamada1-4/+4
2019-06-15kbuild: add 'headers' target to build up uapi headers in usr/includeMasahiro Yamada1-8/+15
2019-06-15kbuild: build all prerequisites of headers_install simultaneouslyMasahiro Yamada1-2/+5
2019-06-15kbuild: remove build_unifdef target in scripts/MakefileMasahiro Yamada1-1/+1
2019-06-15kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada1-4/+4
2019-06-15kbuild: make gdb_script depend on prepare0 instead of prepareMasahiro Yamada1-1/+1
2019-06-15kbuild: remove stale dependency between Documentation/ and headers_installMasahiro Yamada1-2/+1
2019-06-15kbuild: remove headers_{install,check}_allMasahiro Yamada1-13/+2
2019-06-08Linux 5.2-rc4Linus Torvalds1-1/+1
2019-06-05kbuild: teach kselftest-merge to find nested config filesDan Rue1-3/+2
2019-06-02Linux 5.2-rc3Linus Torvalds1-1/+1
2019-05-26Linux 5.2-rc2Linus Torvalds1-2/+2
2019-05-19Linux 5.2-rc1Linus Torvalds1-2/+2
2019-05-18kbuild: check uniqueness of module namesMasahiro Yamada1-0/+1
2019-05-18kbuild: add LICENSES to KBUILD_ALLDIRSMasahiro Yamada1-1/+1
2019-05-18kbuild: terminate Kconfig when $(CC) or $(LD) is missingMasahiro Yamada1-1/+1
2019-05-18kbuild: turn auto.conf.cmd into a mandatory include fileMasahiro Yamada1-1/+1
2019-05-18kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada1-5/+5
2019-05-18kbuild: Don't try to add '-fcatch-undefined-behavior' flagNathan Chancellor1-1/+0
2019-05-18kbuild: add -Wvla flag unconditionallyMasahiro Yamada1-1/+1
2019-05-18kbuild: re-enable int-in-bool-context warningMasahiro Yamada1-1/+0
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-65/+81