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