aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/stackleak_plugin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-04gcc-plugins: remove code for GCC versions older than 4.9Masahiro Yamada1-3/+1
2020-06-24gcc-plugins/stackleak: Add 'verbose' plugin parameterAlexander Popov1-5/+42
2020-06-24gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov1-28/+177
2020-04-13gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook1-3/+2
2018-12-06stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov1-3/+5
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov1-0/+427