aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-02-02gcc-plugins: drop -std=gnu++11 to fix GCC 13 buildGravatar Sam James 1-1/+1
2022-05-24gcc-plugins: use KERNELVERSION for plugin versionGravatar Masahiro Yamada 1-1/+1
2022-05-10gcc-plugins: Change all version strings match kernelGravatar Kees Cook 1-4/+5
2022-05-08randstruct: Move seed generation into scripts/basic/Gravatar Kees Cook 1-5/+10
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedGravatar Masahiro Yamada 1-0/+1
2021-01-06gcc-plugins: fix gcc 11 indigestion with plugins...Gravatar Valdis Klētnieks 1-2/+2
2020-08-10kbuild: move host .so build rules to scripts/gcc-plugins/MakefileGravatar Masahiro Yamada 1-11/+50
2020-05-26gcc-plugins: remove always-false $(if ...) in MakefileGravatar Masahiro Yamada 1-1/+1
2020-04-13gcc-common.h: Update for GCC 10Gravatar Frédéric Pierret (fepitre) 1-0/+1
2020-04-09gcc-plugins: drop support for GCC <= 4.7Gravatar Masahiro Yamada 1-15/+6
2020-03-29kbuild: add -Wall to KBUILD_HOSTCXXFLAGSGravatar Masahiro Yamada 1-1/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2018-07-02gcc-plugins: remove unused GCC_PLUGIN_SUBDIRGravatar Masahiro Yamada 1-5/+0
2018-06-11gcc-plugins: test plugin support in Kconfig and clean up MakefileGravatar Masahiro Yamada 1-0/+1
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyGravatar Masahiro Yamada 1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-22gcc-plugins: Add the randstruct pluginGravatar Kees Cook 1-0/+8
2016-08-08gcc-plugins: Add support for plugin subdirectoriesGravatar Emese Revfy 1-3/+6
2016-08-08gcc-plugins: Automate make rule generationGravatar Emese Revfy 1-2/+1
2016-06-07Add sancov pluginGravatar Emese Revfy 1-0/+6
2016-06-07Add Cyclomatic complexity GCC pluginGravatar Emese Revfy 1-0/+1
2016-06-07GCC plugin infrastructureGravatar Emese Revfy 1-0/+20