summaryrefslogtreecommitdiff
path: root/include/acpi/platform
diff options
context:
space:
mode:
authorSasha Levin <sashal@kernel.org>2026-03-04 07:38:34 -0500
committerSasha Levin <sashal@kernel.org>2026-03-04 07:39:37 -0500
commitaed5c3b77cd53ba74f66767b03bfb9177662af4b (patch)
tree940ea1991c886562acaeb16837eeed5c1bac0d28 /include/acpi/platform
parentbe9714732436d670fbc18e876cfbc5b0cc41ec38 (diff)
downloadkernel-linux-5.10.y.tar.gz
Linux 5.10.252linux-5.10.y
Tested-by: Barry K. Nathan <barryn@pobox.com> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Woody Suwalski <terraluna977@gmail.com> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/acpi/platform')
0 files changed, 0 insertions, 0 deletions
akefile.extrawarn?h=linux-6.6.y&id=1cf5f151d25fcca94689efd91afa0253621fb33a'>Makefile.extrawarn: Move -Wunaligned-access to W=1Nathan Chancellor 2020-12-08Makefile.extrawarn: remove -Wnested-externs warningArnd Bergmann 2020-11-25Makefile.extrawarn: move -Wcast-align to W=3Arnd Bergmann 2020-08-18Makefile.extrawarn: Move sign-compare from W=2 to W=3Joe Perches 2020-07-09kbuild: Move -Wtype-limits to W=2Rikard Falkeborn 2020-04-09kbuild: Enable -Wtautological-compareNathan Chancellor 2020-03-14kbuild: Disable -Wpointer-to-enum-castNathan Chancellor 2019-09-09kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada 2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada 2019-09-06kbuild: refactor scripts/Makefile.extrawarnMasahiro Yamada 2019-06-24kbuild: Remove unnecessary -Wno-unused-valueNathan Huckleberry 2019-06-24kbuild: Enable -WuninitializedNathan Chancellor 2019-06-09kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarnMathieu Malaterre 2019-05-18kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada 2019-05-18kbuild: add some extra warning flags unconditionallyMasahiro Yamada 2018-11-03Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds 2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada 2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds 2018-10-11Makefile: Globally enable VLA warningKees Cook 2018-09-30Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)Miguel Ojeda 2018-01-18Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-01Kbuild: enable -Wunused-macros warning for "make W=2"Johannes Thumshirn 2017-04-23kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada