summaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins
AgeCommit message (Expand)AuthorLines
2017-08-07Merge branch 'for-next/gcc-plugin/structleak' into for-next/gcc-pluginsKees Cook-2/+11
2017-08-07gcc-plugins: structleak: add option to init all vars used as byref argsArd Biesheuvel-2/+11
2017-08-01randstruct: Enable function pointer struct detectionKees Cook-3/+0
2017-06-22randstruct: Whitelist NIU struct page overloadingKees Cook-0/+2
2017-06-22randstruct: Whitelist big_key path struct overloadingKees Cook-0/+2
2017-06-22randstruct: Whitelist UNIXCB castKees Cook-0/+2
2017-06-22randstruct: Whitelist struct security_hook_heads castKees Cook-0/+2
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook-0/+1042
2017-05-28gcc-plugins: Detail c-common.h location for GCC 4.6Kees Cook-0/+7
2017-03-09Merge tag 'gcc-plugins-v4.11-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2017-02-27gcc-plugins: fix sancov_plugin for gcc-5Arnd Bergmann-1/+1
2017-02-21Merge branch 'for-next/gcc-plugin/structleak' into for-linus/gcc-pluginsKees Cook-0/+246
2017-01-18gcc-plugins: Add structleak for more stack initializationKees Cook-0/+246
2017-01-13gcc-plugins: consolidate on PASS_INFO macroKees Cook-17/+5
2017-01-10gcc-plugins: add PASS_INFO and build_const_char_string()Kees Cook-11/+44
2017-01-03gcc-plugins: update gcc-common.h for gcc-7Kees Cook-0/+85
2017-01-03latent_entropy: fix ARM build error on earlier gccKees Cook-2/+2
2016-12-14treewide: Fix printk() message errorsMasanari Iida-2/+2
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook-10/+9
2016-10-31gcc-plugins: Export symbols needed by gccKees Cook-7/+8
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy-0/+640
2016-08-08gcc-plugins: Add support for plugin subdirectoriesEmese Revfy-3/+6
2016-08-08gcc-plugins: Automate make rule generationEmese Revfy-2/+1
2016-06-07Add sancov pluginEmese Revfy-0/+150
2016-06-07Add Cyclomatic complexity GCC pluginEmese Revfy-0/+74
2016-06-07GCC plugin infrastructureEmese Revfy-0/+1664