aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Merge tag 'gcc-plugins-v4.11-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-02-27gcc-plugins: fix sancov_plugin for gcc-5Gravatar Arnd Bergmann 1-1/+1
2017-02-21Merge branch 'for-next/gcc-plugin/structleak' into for-linus/gcc-pluginsGravatar Kees Cook 1-0/+246
2017-01-18gcc-plugins: Add structleak for more stack initializationGravatar Kees Cook 1-0/+246
2017-01-13gcc-plugins: consolidate on PASS_INFO macroGravatar Kees Cook 3-17/+5
2017-01-10gcc-plugins: add PASS_INFO and build_const_char_string()Gravatar Kees Cook 1-11/+44
2017-01-03gcc-plugins: update gcc-common.h for gcc-7Gravatar Kees Cook 1-0/+85
2017-01-03latent_entropy: fix ARM build error on earlier gccGravatar Kees Cook 1-2/+2
2016-12-14treewide: Fix printk() message errorsGravatar Masanari Iida 2-2/+2
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesGravatar Kees Cook 1-10/+9
2016-10-31gcc-plugins: Export symbols needed by gccGravatar Kees Cook 4-7/+8
2016-10-10gcc-plugins: Add latent_entropy pluginGravatar Emese Revfy 1-0/+640
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 2-0/+150
2016-06-07Add Cyclomatic complexity GCC pluginGravatar Emese Revfy 2-0/+74
2016-06-07GCC plugin infrastructureGravatar Emese Revfy 6-0/+1664