Age | Commit message (Expand) | Author | Files | Lines |
2019-06-24 | kbuild: Remove unnecessary -Wno-unused-value | Nathan Huckleberry | 1 | -1/+0 |
2019-06-24 | kbuild: Enable -Wuninitialized | Nathan Chancellor | 1 | -1/+0 |
2019-06-09 | kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarn | Mathieu Malaterre | 1 | -1/+0 |
2019-05-18 | kbuild: add all Clang-specific flags unconditionally | Masahiro Yamada | 1 | -6/+6 |
2019-05-18 | kbuild: add some extra warning flags unconditionally | Masahiro Yamada | 1 | -6/+7 |
2018-11-03 | Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+1 |
2018-11-02 | kbuild: replace cc-name test with CONFIG_CC_IS_CLANG | Masahiro Yamada | 1 | -1/+1 |
2018-11-01 | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed... | Linus Torvalds | 1 | -0/+1 |
2018-10-11 | Makefile: Globally enable VLA warning | Kees Cook | 1 | -1/+0 |
2018-09-30 | Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8) | Miguel Ojeda | 1 | -0/+1 |
2018-01-18 | Kbuild: suppress packed-not-aligned warning for default setting only | Xiongfeng Wang | 1 | -0/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-01 | Kbuild: enable -Wunused-macros warning for "make W=2" | Johannes Thumshirn | 1 | -0/+1 |
2017-04-23 | kbuild: drop -Wno-unknown-warning-option from clang options | Masahiro Yamada | 1 | -1/+0 |
2016-11-11 | Kbuild: enable -Wmaybe-uninitialized warnings by default | Arnd Bergmann | 1 | -2/+0 |
2016-11-11 | Kbuild: enable -Wmaybe-uninitialized warning for "make W=1" | Arnd Bergmann | 1 | -0/+3 |
2016-05-11 | kbuild: move -Wunused-const-variable to W=1 warning level | Arnd Bergmann | 1 | -0/+1 |
2016-01-12 | kbuild: Demote 'sign-compare' warning to W=2 | Lee Jones | 1 | -0/+2 |
2015-09-04 | kbuild: Fix clang detection | Michal Marek | 1 | -1/+1 |
2014-08-05 | kbuild, LLVMLinux: Supress warnings unless W=1-3 | Behan Webster | 1 | -10/+11 |
2014-04-16 | kbuild: move extra gcc checks to scripts/Makefile.extrawarn | Masahiro Yamada | 1 | -0/+67 |