aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins
AgeCommit message (Expand)Author
2019-05-31Merge tag 'gcc-plugins-v5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20gcc-plugins: Fix build failures under Darwin hostKees Cook
2019-05-13Merge tag 'gcc-plugins-v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-10gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6Chris Packham
2019-04-24security: Move stackleak config to Kconfig.hardeningKees Cook
2019-04-24security: Create "kernel hardening" config areaKees Cook
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin
2019-03-04gcc-plugins: structleak: Generalize to all variable typesKees Cook
2019-01-20gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+Ard Biesheuvel
2019-01-20gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP maskArd Biesheuvel
2018-12-27Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel
2018-12-06stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov
2018-09-04stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov
2018-08-26Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-23gcc-plugins: Disable when building under ClangKees Cook
2018-07-24gcc-plugins: Clean up the cgraph_create_edge* macrosAlexander Popov
2018-07-24gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigMasahiro Yamada
2018-07-02gcc-plugins: remove unused GCC_PLUGIN_SUBDIRMasahiro Yamada
2018-06-11gcc-plugins: test plugin support in Kconfig and clean up MakefileMasahiro Yamada
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada
2018-03-31security: convert security hooks to use hlistSargun Dhillon
2018-02-05gcc-plugins: Use dynamic initializersKees Cook
2018-02-05gcc-plugins: Add include required by GCC release 8valdis.kletnieks@vt.edu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-07Merge branch 'for-next/gcc-plugin/structleak' into for-next/gcc-pluginsKees Cook
2017-08-07gcc-plugins: structleak: add option to init all vars used as byref argsArd Biesheuvel
2017-08-01randstruct: Enable function pointer struct detectionKees Cook
2017-06-22randstruct: Whitelist NIU struct page overloadingKees Cook
2017-06-22randstruct: Whitelist big_key path struct overloadingKees Cook
2017-06-22randstruct: Whitelist UNIXCB castKees Cook
2017-06-22randstruct: Whitelist struct security_hook_heads castKees Cook
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook
2017-05-28gcc-plugins: Detail c-common.h location for GCC 4.6Kees Cook
2017-03-09Merge tag 'gcc-plugins-v4.11-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-02-27gcc-plugins: fix sancov_plugin for gcc-5Arnd Bergmann
2017-02-21Merge branch 'for-next/gcc-plugin/structleak' into for-linus/gcc-pluginsKees Cook
2017-01-18gcc-plugins: Add structleak for more stack initializationKees Cook
2017-01-13gcc-plugins: consolidate on PASS_INFO macroKees Cook
2017-01-10gcc-plugins: add PASS_INFO and build_const_char_string()Kees Cook
2017-01-03gcc-plugins: update gcc-common.h for gcc-7Kees Cook
2017-01-03latent_entropy: fix ARM build error on earlier gccKees Cook
2016-12-14treewide: Fix printk() message errorsMasanari Iida
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook
2016-10-31gcc-plugins: Export symbols needed by gccKees Cook