summaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins
AgeCommit message (Expand)AuthorLines
2021-01-06gcc-plugins: fix gcc 11 indigestion with plugins...Valdis Klētnieks-2/+2
2020-12-04gcc-plugins: simplify GCC plugin-dev capability testMasahiro Yamada-1/+1
2020-12-04gcc-plugins: remove code for GCC versions older than 4.9Masahiro Yamada-505/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-11/+50
2020-08-10kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada-11/+50
2020-08-04Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-34/+220
2020-07-13gcc-plugins: Replace HTTP links with HTTPS onesAlexander A. Klimov-3/+3
2020-06-28gcc-plugins: fix gcc-plugins directory path in documentationMasahiro Yamada-1/+1
2020-06-24gcc-plugins/stackleak: Add 'verbose' plugin parameterAlexander Popov-5/+42
2020-06-24gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov-28/+177
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2020-05-26gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada-1/+1
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon-1/+1
2020-04-13gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)-0/+5
2020-04-13gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook-3/+2
2020-04-09gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada-25/+8
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2020-03-29kbuild: add -Wall to KBUILD_HOSTCXXFLAGSMasahiro Yamada-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-03-10docs: move gcc-plugins to the kbuild manualJonathan Corbet-1/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-1/+1
2020-01-02gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againArnd Bergmann-5/+4
2019-07-31randstruct: Check member structs in is_pure_ops_struct()Joonwon Kang-5/+5
2019-07-15docs: move gcc_plugins.txt to core-api and rename to .rstMauro Carvalho Chehab-1/+1
2019-05-31Merge tag 'gcc-plugins-v5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-20gcc-plugins: Fix build failures under Darwin hostKees Cook-0/+4
2019-05-13Merge tag 'gcc-plugins-v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2019-05-10gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6Chris Packham-1/+1
2019-04-24security: Move stackleak config to Kconfig.hardeningKees Cook-51/+0
2019-04-24security: Create "kernel hardening" config areaKees Cook-69/+6
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-22/+72
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin-4/+0
2019-03-04gcc-plugins: structleak: Generalize to all variable typesKees Cook-22/+72
2019-01-20gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+Ard Biesheuvel-0/+18
2019-01-20gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP maskArd Biesheuvel-2/+3
2018-12-27Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+107
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel-0/+107
2018-12-06stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov-3/+5
2018-09-04stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov-0/+8
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov-0/+12
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov-0/+439
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov-0/+19
2018-08-26Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2018-08-23gcc-plugins: Disable when building under ClangKees Cook-1/+1
2018-07-24gcc-plugins: Clean up the cgraph_create_edge* macrosAlexander Popov-10/+16
2018-07-24gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigMasahiro Yamada-0/+142
2018-07-02gcc-plugins: remove unused GCC_PLUGIN_SUBDIRMasahiro Yamada-5/+0
2018-06-11gcc-plugins: test plugin support in Kconfig and clean up MakefileMasahiro Yamada-0/+1