| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: enable -Wcast-function-type-strict unconditionally | Arnd Bergmann | 2024-05-19 | 1 | -1/+0 |
* | kbuild: enable -Wformat-truncation on clang | Arnd Bergmann | 2024-05-19 | 1 | -0/+7 |
* | kbuild: turn on -Wrestrict by default | Arnd Bergmann | 2024-05-19 | 1 | -1/+0 |
* | kbuild: remove redundant extra warning flags | Arnd Bergmann | 2024-05-19 | 1 | -15/+0 |
* | kbuild: turn on -Wextra by default | Arnd Bergmann | 2024-05-19 | 1 | -1/+4 |
* | kbuild: make -Woverride-init warnings more consistent | Arnd Bergmann | 2024-03-31 | 1 | -7/+3 |
* | kbuild: remove GCC's default -Wpacked-bitfield-compat flag | Masahiro Yamada | 2024-03-11 | 1 | -1/+0 |
* | kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1 | Nathan Chancellor | 2024-03-10 | 1 | -0/+2 |
* | Makefile: Enable -Wstringop-overflow globally | Gustavo A. R. Silva | 2024-01-22 | 1 | -2/+0 |
* | Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2024-01-19 | 1 | -9/+0 |
|\ |
|
| * | kbuild: support W=c and W=e shorthands for Kconfig | Masahiro Yamada | 2023-12-03 | 1 | -9/+0 |
* | | Makefile.extrawarn: turn on missing-prototypes globally | Arnd Bergmann | 2023-12-21 | 1 | -2/+2 |
|/ |
|
* | extrawarn: move -Wrestrict into W=1 warnings | Arnd Bergmann | 2023-08-20 | 1 | -3/+2 |
* | extrawarn: enable format and stringop overflow warnings in W=1 | Arnd Bergmann | 2023-08-20 | 1 | -5/+6 |
* | kbuild: avoid duplicate warning options | Arnd Bergmann | 2023-08-20 | 1 | -17/+26 |
* | kbuild: consolidate warning flags in scripts/Makefile.extrawarn | Arnd Bergmann | 2023-08-20 | 1 | -0/+90 |
* | kbuild: add -Wundef to KBUILD_CPPFLAGS for W=1 builds | Masahiro Yamada | 2022-12-11 | 1 | -0/+1 |
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2022-10-10 | 1 | -2/+2 |
|\ |
|
| * | Makefile.compiler: replace cc-ifversion with compiler-specific macros | Nick Desaulniers | 2022-09-28 | 1 | -2/+2 |
* | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-10-04 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Makefile.extrawarn: Move -Wcast-function-type-strict to W=1 | Sami Tolvanen | 2022-10-01 | 1 | -0/+1 |
* | | Makefile.extrawarn: re-enable -Wformat for clang; take 2 | Nick Desaulniers | 2022-09-04 | 1 | -0/+12 |
|/ |
|
* | scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length | Nathan Chancellor | 2022-08-20 | 1 | -1/+0 |
* | Revert "Makefile.extrawarn: re-enable -Wformat for clang" | Linus Torvalds | 2022-08-11 | 1 | -0/+1 |
* | Makefile.extrawarn: re-enable -Wformat for clang | Justin Stitt | 2022-08-03 | 1 | -1/+0 |
* | kbuild: support W=e to make build abort in case of warning | Yann Droneaud | 2022-05-07 | 1 | -2/+11 |
* | Kbuild: add -Wno-shift-negative-value where -Wextra is used | Arnd Bergmann | 2022-03-13 | 1 | -0/+1 |
* | Makefile.extrawarn: Move -Wunaligned-access to W=1 | Nathan Chancellor | 2022-02-08 | 1 | -0/+1 |
* | Makefile.extrawarn: remove -Wnested-externs warning | Arnd Bergmann | 2020-12-08 | 1 | -1/+0 |
* | Makefile.extrawarn: move -Wcast-align to W=3 | Arnd Bergmann | 2020-11-24 | 1 | -1/+1 |
* | Makefile.extrawarn: Move sign-compare from W=2 to W=3 | Joe Perches | 2020-08-17 | 1 | -1/+1 |
* | kbuild: Move -Wtype-limits to W=2 | Rikard Falkeborn | 2020-07-10 | 1 | -0/+2 |
* | kbuild: Enable -Wtautological-compare | Nathan Chancellor | 2020-04-08 | 1 | -0/+1 |
* | kbuild: Disable -Wpointer-to-enum-cast | Nathan Chancellor | 2020-03-14 | 1 | -0/+1 |
* | kbuild: allow Clang to find unused static inline functions for W=1 build | Masahiro Yamada | 2019-09-09 | 1 | -0/+6 |
* | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN | Masahiro Yamada | 2019-09-06 | 1 | -4/+9 |
* | kbuild: refactor scripts/Makefile.extrawarn | Masahiro Yamada | 2019-09-06 | 1 | -50/+56 |
* | kbuild: Remove unnecessary -Wno-unused-value | Nathan Huckleberry | 2019-06-23 | 1 | -1/+0 |
* | kbuild: Enable -Wuninitialized | Nathan Chancellor | 2019-06-23 | 1 | -1/+0 |
* | kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarn | Mathieu Malaterre | 2019-06-09 | 1 | -1/+0 |
* | kbuild: add all Clang-specific flags unconditionally | Masahiro Yamada | 2019-05-18 | 1 | -6/+6 |
* | kbuild: add some extra warning flags unconditionally | Masahiro Yamada | 2019-05-18 | 1 | -6/+7 |
* | Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-11-03 | 1 | -1/+1 |
|\ |
|
| * | kbuild: replace cc-name test with CONFIG_CC_IS_CLANG | Masahiro Yamada | 2018-11-02 | 1 | -1/+1 |
* | | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed... | Linus Torvalds | 2018-11-02 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8) | Miguel Ojeda | 2018-09-30 | 1 | -0/+1 |
* | | Makefile: Globally enable VLA warning | Kees Cook | 2018-10-11 | 1 | -1/+0 |
|/ |
|
* | Kbuild: suppress packed-not-aligned warning for default setting only | Xiongfeng Wang | 2018-01-18 | 1 | -0/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Kbuild: enable -Wunused-macros warning for "make W=2" | Johannes Thumshirn | 2017-09-01 | 1 | -0/+1 |