aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-0/+107
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel2-0/+107
2018-12-06stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov1-3/+5
2018-09-04stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov1-0/+8
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov1-0/+12
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov2-0/+439
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov1-0/+19
2018-08-26Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2018-08-23gcc-plugins: Disable when building under ClangKees Cook1-1/+1
2018-07-24gcc-plugins: Clean up the cgraph_create_edge* macrosAlexander Popov1-10/+16
2018-07-24gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigMasahiro Yamada1-0/+142
2018-07-02gcc-plugins: remove unused GCC_PLUGIN_SUBDIRMasahiro Yamada1-5/+0
2018-06-11gcc-plugins: test plugin support in Kconfig and clean up MakefileMasahiro Yamada1-0/+1
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada1-4/+0
2018-03-31security: convert security hooks to use hlistSargun Dhillon1-2/+2
2018-02-05gcc-plugins: Use dynamic initializersKees Cook3-78/+33
2018-02-05gcc-plugins: Add include required by GCC release 8valdis.kletnieks@vt.edu1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-08-07Merge branch 'for-next/gcc-plugin/structleak' into for-next/gcc-pluginsKees Cook1-2/+11
2017-08-07gcc-plugins: structleak: add option to init all vars used as byref argsArd Biesheuvel1-2/+11
2017-08-01randstruct: Enable function pointer struct detectionKees Cook1-3/+0
2017-06-22randstruct: Whitelist NIU struct page overloadingKees Cook1-0/+2
2017-06-22randstruct: Whitelist big_key path struct overloadingKees Cook1-0/+2
2017-06-22randstruct: Whitelist UNIXCB castKees Cook1-0/+2
2017-06-22randstruct: Whitelist struct security_hook_heads castKees Cook1-0/+2
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook5-0/+1042
2017-05-28gcc-plugins: Detail c-common.h location for GCC 4.6Kees Cook1-0/+7
2017-03-09Merge tag 'gcc-plugins-v4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2017-02-27gcc-plugins: fix sancov_plugin for gcc-5Arnd Bergmann1-1/+1
2017-02-21Merge branch 'for-next/gcc-plugin/structleak' into for-linus/gcc-pluginsKees Cook1-0/+246
2017-01-18gcc-plugins: Add structleak for more stack initializationKees Cook1-0/+246
2017-01-13gcc-plugins: consolidate on PASS_INFO macroKees Cook3-17/+5
2017-01-10gcc-plugins: add PASS_INFO and build_const_char_string()Kees Cook1-11/+44
2017-01-03gcc-plugins: update gcc-common.h for gcc-7Kees Cook1-0/+85
2017-01-03latent_entropy: fix ARM build error on earlier gccKees Cook1-2/+2
2016-12-14treewide: Fix printk() message errorsMasanari Iida2-2/+2
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook1-10/+9
2016-10-31gcc-plugins: Export symbols needed by gccKees Cook4-7/+8
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy1-0/+640
2016-08-08gcc-plugins: Add support for plugin subdirectoriesEmese Revfy1-3/+6
2016-08-08gcc-plugins: Automate make rule generationEmese Revfy1-2/+1
2016-06-07Add sancov pluginEmese Revfy2-0/+150
2016-06-07Add Cyclomatic complexity GCC pluginEmese Revfy2-0/+74
2016-06-07GCC plugin infrastructureEmese Revfy6-0/+1664