aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins
Commit message (Expand)AuthorAge
* 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
* latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook2016-10-31
* gcc-plugins: Export symbols needed by gccKees Cook2016-10-31
* gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-10
* gcc-plugins: Add support for plugin subdirectoriesEmese Revfy2016-08-08
* gcc-plugins: Automate make rule generationEmese Revfy2016-08-08
* Add sancov pluginEmese Revfy2016-06-07
* Add Cyclomatic complexity GCC pluginEmese Revfy2016-06-07
* GCC plugin infrastructureEmese Revfy2016-06-07