| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-08 | gcc-plugins: Force full rebuild when plugins change | Kees Cook | 1 | -0/+4 |
| 2023-02-02 | gcc-plugins: drop -std=gnu++11 to fix GCC 13 build | Sam James | 1 | -1/+1 |
| 2022-05-24 | gcc-plugins: use KERNELVERSION for plugin version | Masahiro Yamada | 1 | -1/+1 |
| 2022-05-10 | gcc-plugins: Change all version strings match kernel | Kees Cook | 1 | -4/+5 |
| 2022-05-08 | randstruct: Move seed generation into scripts/basic/ | Kees Cook | 1 | -5/+10 |
| 2021-03-11 | kbuild: rebuild GCC plugins when the compiler is upgraded | Masahiro Yamada | 1 | -0/+1 |
| 2021-01-06 | gcc-plugins: fix gcc 11 indigestion with plugins... | Valdis Klētnieks | 1 | -2/+2 |
| 2020-08-10 | kbuild: move host .so build rules to scripts/gcc-plugins/Makefile | Masahiro Yamada | 1 | -11/+50 |
| 2020-05-26 | gcc-plugins: remove always-false $(if ...) in Makefile | Masahiro Yamada | 1 | -1/+1 |
| 2020-04-13 | gcc-common.h: Update for GCC 10 | Frédéric Pierret (fepitre) | 1 | -0/+1 |
| 2020-04-09 | gcc-plugins: drop support for GCC <= 4.7 | Masahiro Yamada | 1 | -15/+6 |
| 2020-03-29 | kbuild: add -Wall to KBUILD_HOSTCXXFLAGS | Masahiro Yamada | 1 | -1/+1 |
| 2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 1 | -1/+1 |
| 2018-07-02 | gcc-plugins: remove unused GCC_PLUGIN_SUBDIR | Masahiro Yamada | 1 | -5/+0 |
| 2018-06-11 | gcc-plugins: test plugin support in Kconfig and clean up Makefile | Masahiro Yamada | 1 | -0/+1 |
| 2018-06-11 | kcov: test compiler capability in Kconfig and correct dependency | Masahiro Yamada | 1 | -4/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-06-22 | gcc-plugins: Add the randstruct plugin | Kees Cook | 1 | -0/+8 |
| 2016-08-08 | gcc-plugins: Add support for plugin subdirectories | Emese Revfy | 1 | -3/+6 |
| 2016-08-08 | gcc-plugins: Automate make rule generation | Emese Revfy | 1 | -2/+1 |
| 2016-06-07 | Add sancov plugin | Emese Revfy | 1 | -0/+6 |
| 2016-06-07 | Add Cyclomatic complexity GCC plugin | Emese Revfy | 1 | -0/+1 |
| 2016-06-07 | GCC plugin infrastructure | Emese Revfy | 1 | -0/+20 |