summaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/structleak_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner2022-06-101-1/+1
* gcc-plugins: use KERNELVERSION for plugin versionMasahiro Yamada2022-05-241-1/+1
* gcc-plugins: Change all version strings match kernelKees Cook2022-05-101-1/+1
* gcc-plugins: remove support for GCC 4.9 and olderArd Biesheuvel2021-10-041-2/+0
* gcc-plugins: structleak: remove unneeded variable 'ret'Jason Yan2021-03-011-2/+1
* gcc-plugins: remove code for GCC versions older than 4.9Masahiro Yamada2020-12-041-4/+0
* gcc-plugins: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
* gcc-plugins: structleak: Generalize to all variable typesKees Cook2019-03-041-11/+25
* gcc-plugins: Use dynamic initializersKees Cook2018-02-051-12/+7
* gcc-plugins: structleak: add option to init all vars used as byref argsArd Biesheuvel2017-08-071-2/+11
* gcc-plugins: Add structleak for more stack initializationKees Cook2017-01-181-0/+246