summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.gcc-plugins
AgeCommit message (Expand)AuthorLines
2022-08-16gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a fileAndrew Donnellan-1/+1
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook-6/+2
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook-2/+2
2022-05-08sancov: Split plugin build from plugin CFLAGSKees Cook-6/+8
2022-02-06gcc-plugins/stackleak: Provide verbose modeKees Cook-0/+2
2021-11-01Merge tag 'hardening-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+0
2021-10-21gcc-plugins: Remove cyc_complexityKees Cook-2/+0
2021-10-06gcc-plugins/structleak: add makefile var for disabling structleakBrendan Higgins-0/+4
2020-06-24gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov-0/+2
2019-03-04gcc-plugins: structleak: Generalize to all variable typesKees Cook-0/+2
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-8/+0
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel-0/+6
2018-12-01kbuild: descend into scripts/gcc-plugins/ via scripts/MakefileMasahiro Yamada-8/+0
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov-0/+10
2018-07-24gcc-plugins: Regularize Makefile.gcc-pluginsKees Cook-12/+24
2018-07-02gcc-plugins: remove unused GCC_PLUGIN_SUBDIRMasahiro Yamada-2/+1
2018-06-11gcc-plugins: test plugin support in Kconfig and clean up MakefileMasahiro Yamada-57/+22
2018-06-11gcc-plugins: move GCC version check for PowerPC to KconfigMasahiro Yamada-8/+0
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada-6/+2
2018-05-05gcc-plugins: fix build condition of SANCOV pluginMasahiro Yamada-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-07gcc-plugins: structleak: add option to init all vars used as byref argsArd Biesheuvel-0/+1
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook-0/+4
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+9
2017-02-03powerpc: Enable support for GCC pluginsAndrew Donnellan-0/+8
2017-02-03gcc-plugins: Fix definition of DISABLE_LATENT_ENTROPY_PLUGINAndrew Donnellan-1/+1
2017-01-18gcc-plugins: Add structleak for more stack initializationKees Cook-0/+4
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy-1/+8
2016-08-08gcc-plugins: Add support for plugin subdirectoriesEmese Revfy-1/+2
2016-08-08gcc-plugins: Add support for passing plugin argumentsEmese Revfy-1/+1
2016-08-08gcc-plugins: abort builds cleanly when not supportedKees Cook-9/+25
2016-06-07Add sancov pluginEmese Revfy-1/+20
2016-06-07Add Cyclomatic complexity GCC pluginEmese Revfy-0/+1
2016-06-07GCC plugin infrastructureEmese Revfy-0/+23