index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.extrawarn
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile.extrawarn: Move sign-compare from W=2 to W=3
Joe Perches
2020-08-18
1
-1
/
+1
*
kbuild: Move -Wtype-limits to W=2
Rikard Falkeborn
2020-07-09
1
-0
/
+2
*
kbuild: Enable -Wtautological-compare
Nathan Chancellor
2020-04-09
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-24
1
-1
/
+0
*
kbuild: Enable -Wuninitialized
Nathan Chancellor
2019-06-24
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-01
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
*
kbuild: drop -Wno-unknown-warning-option from clang options
Masahiro Yamada
2017-04-23
1
-1
/
+0
*
Kbuild: enable -Wmaybe-uninitialized warnings by default
Arnd Bergmann
2016-11-11
1
-2
/
+0
*
Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"
Arnd Bergmann
2016-11-11
1
-0
/
+3
*
kbuild: move -Wunused-const-variable to W=1 warning level
Arnd Bergmann
2016-05-11
1
-0
/
+1
*
kbuild: Demote 'sign-compare' warning to W=2
Lee Jones
2016-01-12
1
-0
/
+2
*
kbuild: Fix clang detection
Michal Marek
2015-09-04
1
-1
/
+1
*
kbuild, LLVMLinux: Supress warnings unless W=1-3
Behan Webster
2014-08-05
1
-10
/
+11
*
kbuild: move extra gcc checks to scripts/Makefile.extrawarn
Masahiro Yamada
2014-04-16
1
-0
/
+67