summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
4-03-11kbuild: remove GCC's default -Wpacked-bitfield-compat flagMasahiro Yamada 2024-03-10kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1Nathan Chancellor 2024-01-21Makefile: Enable -Wstringop-overflow globallyGustavo A. R. Silva 2024-01-18Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds 2023-12-20Makefile.extrawarn: turn on missing-prototypes globallyArnd Bergmann 2023-12-03kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada 2023-08-20extrawarn: move -Wrestrict into W=1 warningsArnd Bergmann 2023-08-20extrawarn: enable format and stringop overflow warnings in W=1Arnd Bergmann 2023-08-20kbuild: avoid duplicate warning optionsArnd Bergmann 2023-08-20kbuild: consolidate warning flags in scripts/Makefile.extrawarnArnd Bergmann 2022-12-11kbuild: add -Wundef to KBUILD_CPPFLAGS for W=1 buildsMasahiro Yamada 2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds 2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2022-10-01Makefile.extrawarn: Move -Wcast-function-type-strict to W=1Sami Tolvanen 2022-09-29Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers 2022-09-04Makefile.extrawarn: re-enable -Wformat for clang; take 2Nick Desaulniers 2022-08-21scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-lengthNathan Chancellor 2022-08-11Revert "Makefile.extrawarn: re-enable -Wformat for clang"Linus Torvalds 2022-08-03Makefile.extrawarn: re-enable -Wformat for clangJustin Stitt 2022-05-08kbuild: support W=e to make build abort in case of warningYann Droneaud 2022-03-13Kbuild: add -Wno-shift-negative-value where -Wextra is usedArnd Bergmann 2022-02-08Makefile.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