aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.gcc-plugins (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-8/+0
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel1-0/+6
2018-12-01kbuild: descend into scripts/gcc-plugins/ via scripts/MakefileMasahiro Yamada1-8/+0
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov1-0/+10
2018-07-24gcc-plugins: Regularize Makefile.gcc-pluginsKees Cook1-12/+24
2018-07-02gcc-plugins: remove unused GCC_PLUGIN_SUBDIRMasahiro Yamada1-2/+1
2018-06-11gcc-plugins: test plugin support in Kconfig and clean up MakefileMasahiro Yamada1-57/+22
2018-06-11gcc-plugins: move GCC version check for PowerPC to KconfigMasahiro Yamada1-8/+0
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada1-6/+2
2018-05-05gcc-plugins: fix build condition of SANCOV pluginMasahiro Yamada1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-07gcc-plugins: structleak: add option to init all vars used as byref argsArd Biesheuvel1-0/+1
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook1-0/+4
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+9
2017-02-03powerpc: Enable support for GCC pluginsAndrew Donnellan1-0/+8
2017-02-03gcc-plugins: Fix definition of DISABLE_LATENT_ENTROPY_PLUGINAndrew Donnellan1-1/+1
2017-01-18gcc-plugins: Add structleak for more stack initializationKees Cook1-0/+4
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy1-1/+8
2016-08-08gcc-plugins: Add support for plugin subdirectoriesEmese Revfy1-1/+2
2016-08-08gcc-plugins: Add support for passing plugin argumentsEmese Revfy1-1/+1
2016-08-08gcc-plugins: abort builds cleanly when not supportedKees Cook1-9/+25
2016-06-07Add sancov pluginEmese Revfy1-1/+20
2016-06-07Add Cyclomatic complexity GCC pluginEmese Revfy1-0/+1
2016-06-07GCC plugin infrastructureEmese Revfy1-0/+23