index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.extrawarn
Age
Commit message (
Expand
)
Author
2020-11-25
Makefile.extrawarn: move -Wcast-align to W=3
Arnd Bergmann
2020-08-18
Makefile.extrawarn: Move sign-compare from W=2 to W=3
Joe Perches
2020-07-09
kbuild: Move -Wtype-limits to W=2
Rikard Falkeborn
2020-04-09
kbuild: Enable -Wtautological-compare
Nathan Chancellor
2020-03-14
kbuild: Disable -Wpointer-to-enum-cast
Nathan Chancellor
2019-09-09
kbuild: allow Clang to find unused static inline functions for W=1 build
Masahiro Yamada
2019-09-06
kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN
Masahiro Yamada
2019-09-06
kbuild: refactor scripts/Makefile.extrawarn
Masahiro Yamada
2019-06-24
kbuild: Remove unnecessary -Wno-unused-value
Nathan Huckleberry
2019-06-24
kbuild: Enable -Wuninitialized
Nathan Chancellor
2019-06-09
kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarn
Mathieu Malaterre
2019-05-18
kbuild: add all Clang-specific flags unconditionally
Masahiro Yamada
2019-05-18
kbuild: add some extra warning flags unconditionally
Masahiro Yamada
2018-11-03
Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2018-11-02
kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
Masahiro Yamada
2018-11-01
Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...
Linus Torvalds
2018-10-11
Makefile: Globally enable VLA warning
Kees Cook
2018-09-30
Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)
Miguel Ojeda
2018-01-18
Kbuild: suppress packed-not-aligned warning for default setting only
Xiongfeng Wang
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-01
Kbuild: enable -Wunused-macros warning for "make W=2"
Johannes Thumshirn
2017-04-23
kbuild: drop -Wno-unknown-warning-option from clang options
Masahiro Yamada
2016-11-11
Kbuild: enable -Wmaybe-uninitialized warnings by default
Arnd Bergmann
2016-11-11
Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"
Arnd Bergmann
2016-05-11
kbuild: move -Wunused-const-variable to W=1 warning level
Arnd Bergmann
2016-01-12
kbuild: Demote 'sign-compare' warning to W=2
Lee Jones
2015-09-04
kbuild: Fix clang detection
Michal Marek
2014-08-05
kbuild, LLVMLinux: Supress warnings unless W=1-3
Behan Webster
2014-04-16
kbuild: move extra gcc checks to scripts/Makefile.extrawarn
Masahiro Yamada