Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcc-plugins: remove code for GCC versions older than 4.9 | Masahiro Yamada | 2020-12-04 | 1 | -3/+1 |
* | gcc-plugins/stackleak: Add 'verbose' plugin parameter | Alexander Popov | 2020-06-24 | 1 | -5/+42 |
* | gcc-plugins/stackleak: Use asm instrumentation to avoid useless register saving | Alexander Popov | 2020-06-24 | 1 | -28/+177 |
* | gcc-plugins/stackleak: Avoid assignment for unused macro argument | Kees Cook | 2020-04-13 | 1 | -3/+2 |
* | stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' pass | Alexander Popov | 2018-12-06 | 1 | -3/+5 |
* | gcc-plugins: Add STACKLEAK plugin for tracking the kernel stack | Alexander Popov | 2018-09-04 | 1 | -0/+427 |