aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins
Commit message (Expand)AuthorAge
* randstruct: Check member structs in is_pure_ops_struct()Joonwon Kang2019-07-31
* docs: move gcc_plugins.txt to core-api and rename to .rstMauro Carvalho Chehab2019-07-15
* Merge tag 'gcc-plugins-v5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-31
|\
| * gcc-plugins: Fix build failures under Darwin hostKees Cook2019-05-20
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* | Merge tag 'gcc-plugins-v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-13
|\|
| * gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6Chris Packham2019-05-10
* | security: Move stackleak config to Kconfig.hardeningKees Cook2019-04-24
* | security: Create "kernel hardening" config areaKees Cook2019-04-24
|/
* Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-09
|\
| * gcc-plugins: structleak: Generalize to all variable typesKees Cook2019-03-04
* | kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-06
|/
* gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+Ard Biesheuvel2019-01-20
* gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP maskArd Biesheuvel2019-01-20
* Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-27
|\
| * ARM: smp: add support for per-task stack canariesArd Biesheuvel2018-12-12
* | stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov2018-12-06
|/
* stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov2018-09-04
* fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-04
* gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov2018-09-04
* x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-04
* Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-26
|\
| * gcc-plugins: Disable when building under ClangKees Cook2018-08-23
* | gcc-plugins: Clean up the cgraph_create_edge* macrosAlexander Popov2018-07-24
|/
* gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigMasahiro Yamada2018-07-24
* gcc-plugins: remove unused GCC_PLUGIN_SUBDIRMasahiro Yamada2018-07-02
* gcc-plugins: test plugin support in Kconfig and clean up MakefileMasahiro Yamada2018-06-10
* kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada2018-06-10
* security: convert security hooks to use hlistSargun Dhillon2018-03-30
* gcc-plugins: Use dynamic initializersKees Cook2018-02-05
* gcc-plugins: Add include required by GCC release 8valdis.kletnieks@vt.edu2018-02-05
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'for-next/gcc-plugin/structleak' into for-next/gcc-pluginsKees Cook2017-08-07
|\
| * gcc-plugins: structleak: add option to init all vars used as byref argsArd Biesheuvel2017-08-07
* | randstruct: Enable function pointer struct detectionKees Cook2017-08-01
|/
* randstruct: Whitelist NIU struct page overloadingKees Cook2017-06-22
* randstruct: Whitelist big_key path struct overloadingKees Cook2017-06-22
* randstruct: Whitelist UNIXCB castKees Cook2017-06-22
* randstruct: Whitelist struct security_hook_heads castKees Cook2017-06-22
* gcc-plugins: Add the randstruct pluginKees Cook2017-06-22
* gcc-plugins: Detail c-common.h location for GCC 4.6Kees Cook2017-05-28
* Merge tag 'gcc-plugins-v4.11-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-09
|\
| * gcc-plugins: fix sancov_plugin for gcc-5Arnd Bergmann2017-02-27
* | Merge branch 'for-next/gcc-plugin/structleak' into for-linus/gcc-pluginsKees Cook2017-02-22
|\ \ | |/ |/|
| * gcc-plugins: Add structleak for more stack initializationKees Cook2017-01-18
* | gcc-plugins: consolidate on PASS_INFO macroKees Cook2017-01-13
|/
* gcc-plugins: add PASS_INFO and build_const_char_string()Kees Cook2017-01-10
* gcc-plugins: update gcc-common.h for gcc-7Kees Cook2017-01-03
* latent_entropy: fix ARM build error on earlier gccKees Cook2017-01-03
* treewide: Fix printk() message errorsMasanari Iida2016-12-14