aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-10-17Linux 5.15-rc6v5.15-rc6Gravatar Linus Torvalds 1-1/+1
2021-10-10Linux 5.15-rc5v5.15-rc5Gravatar Linus Torvalds 1-1/+1
2021-10-03Linux 5.15-rc4v5.15-rc4Gravatar Linus Torvalds 1-1/+1
2021-09-26Linux 5.15-rc3v5.15-rc3Gravatar Linus Torvalds 1-1/+1
2021-09-19Linux 5.15-rc2v5.15-rc2Gravatar Linus Torvalds 1-1/+1
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Gravatar Linus Torvalds 1-6/+0
2021-09-13Makefile: drop GCC < 5 -fno-var-tracking-assignments workaroundGravatar Nick Desaulniers 1-6/+0
2021-09-12Linux 5.15-rc1v5.15-rc1Gravatar Linus Torvalds 1-2/+2
2021-09-08Makefile: use -Wno-main in the full kernel treeGravatar Randy Dunlap 1-0/+2
2021-09-05Enable '-Werror' by default for all kernel buildsGravatar Linus Torvalds 1-0/+3
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-41/+49
2021-09-03kbuild: Shuffle blank line to improve comment meaningGravatar Nathan Chancellor 1-1/+1
2021-09-03kbuild: Add a comment above -Wno-gnuGravatar Nathan Chancellor 1-0/+1
2021-09-03kbuild: Remove -Wno-format-invalid-specifier from clang blockGravatar Nathan Chancellor 1-1/+0
2021-09-03Makefile: remove stale cc-option checksGravatar Nick Desaulniers 1-19/+31
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+5
2021-09-02Merge tag 'hardening-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+5
2021-09-01parisc: Fix compile failure when building 64-bit kernel nativelyGravatar Masahiro Yamada 1-0/+5
2021-08-29Linux 5.14v5.14Gravatar Linus Torvalds 1-1/+1
2021-08-22Linux 5.14-rc7v5.14-rc7Gravatar Linus Torvalds 1-1/+1
2021-08-15Linux 5.14-rc6v5.14-rc6Gravatar Linus Torvalds 1-1/+1
2021-08-10kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IASGravatar Masahiro Yamada 1-1/+1
2021-08-10Makefile: move initial clang flag handling into scripts/Makefile.clangGravatar Nick Desaulniers 1-14/+1
2021-08-10kbuild: warn if a different compiler is used for external module buildsGravatar Masahiro Yamada 1-2/+12
2021-08-10kbuild: do not require sub-make for separate output tree buildsGravatar Masahiro Yamada 1-3/+2
2021-08-08Linux 5.14-rc5v5.14-rc5Gravatar Linus Torvalds 1-1/+1
2021-08-07Merge tag 'kbuild-fixes-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+10
2021-08-05Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2021-08-05kbuild: cancel sub_make_done for the install target to fix DKMSGravatar Masahiro Yamada 1-0/+10
2021-08-04scripts/recordmcount.pl: Remove check_objcopy() and $can_use_localGravatar Nathan Chancellor 1-1/+0
2021-08-01Linux 5.14-rc4v5.14-rc4Gravatar Linus Torvalds 1-1/+1
2021-07-25Linux 5.14-rc3v5.14-rc3Gravatar Linus Torvalds 1-1/+1
2021-07-20hardening: Introduce CONFIG_ZERO_CALL_USED_REGSGravatar Kees Cook 1-0/+5
2021-07-18Linux 5.14-rc2v5.14-rc2Gravatar Linus Torvalds 1-1/+1
2021-07-18Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+5
2021-07-18kbuild: do not suppress Kconfig prompts for silent buildGravatar Masahiro Yamada 1-4/+5
2021-07-15Revert "Makefile: Enable -Wimplicit-fallthrough for Clang"Gravatar Linus Torvalds 1-3/+6
2021-07-14Makefile: Enable -Wimplicit-fallthrough for ClangGravatar Gustavo A. R. Silva 1-6/+3
2021-07-11Linux 5.14-rc1v5.14-rc1Gravatar Linus Torvalds 1-2/+2
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-75/+55
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2021-06-27Linux 5.13v5.13Gravatar Linus Torvalds 1-1/+1
2021-06-20Linux 5.13-rc7v5.13-rc7Gravatar Linus Torvalds 1-2/+2
2021-06-17kbuild: remove trailing slashes from $(KBUILD_EXTMOD)Gravatar Masahiro Yamada 1-0/+5
2021-06-16Merge tag 'clang-features-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+4
2021-06-14Makefile: lto: Pass -warn-stack-size only on LLD < 13.0.0Gravatar Tor Vic 1-1/+4
2021-06-13Linux 5.13-rc6v5.13-rc6Gravatar Linus Torvalds 1-1/+1
2021-06-08Makefile: fix GDB warning with CONFIG_RELRGravatar Nick Desaulniers 1-1/+1
2021-06-06Linux 5.13-rc5v5.13-rc5Gravatar Linus Torvalds 1-1/+1
2021-05-30Linux 5.13-rc4v5.13-rc4Gravatar Linus Torvalds 1-1/+1