summaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins
Commit message (Expand)AuthorAgeFilesLines
* scripts: make some scripts executableMasahiro Yamada2021-08-101-0/+0
* .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-1/+1
* kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada2021-03-111-0/+1
* gcc-plugins: latent_entropy: remove unneeded semicolonJason Yan2021-03-011-1/+1
* gcc-plugins: structleak: remove unneeded variable 'ret'Jason Yan2021-03-011-2/+1
* gcc-plugins: fix gcc 11 indigestion with plugins...Valdis Klētnieks2021-01-061-2/+2
* gcc-plugins: simplify GCC plugin-dev capability testMasahiro Yamada2020-12-041-1/+1
* gcc-plugins: remove code for GCC versions older than 4.9Masahiro Yamada2020-12-0410-505/+1
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-11/+50
|\
| * kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada2020-08-101-11/+50
* | Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-044-34/+220
|\ \ | |/ |/|
| * gcc-plugins: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-133-3/+3
| * gcc-plugins/stackleak: Add 'verbose' plugin parameterAlexander Popov2020-06-241-5/+42
| * gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov2020-06-241-28/+177
* | gcc-plugins: fix gcc-plugins directory path in documentationMasahiro Yamada2020-06-281-1/+1
|/
* Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-1/+1
|\
| * compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon2020-04-151-1/+1
* | gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada2020-05-261-1/+1
* | gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)2020-04-132-0/+5
* | gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook2020-04-131-3/+2
|/
* gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada2020-04-092-25/+8
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-03-311-1/+1
|\ \
| * | kbuild: add -Wall to KBUILD_HOSTCXXFLAGSMasahiro Yamada2020-03-291-1/+1
| |/
* / docs: move gcc-plugins to the kbuild manualJonathan Corbet2020-03-101-1/+1
|/
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againArnd Bergmann2020-01-021-5/+4
* randstruct: Check member structs in is_pure_ops_struct()Joonwon Kang2019-07-311-5/+5
* docs: move gcc_plugins.txt to core-api and rename to .rstMauro Carvalho Chehab2019-07-151-1/+1
* Merge tag 'gcc-plugins-v5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-311-0/+4
|\
| * gcc-plugins: Fix build failures under Darwin hostKees Cook2019-05-201-0/+4
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | Merge tag 'gcc-plugins-v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-131-1/+1
|\|
| * gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6Chris Packham2019-05-101-1/+1
* | security: Move stackleak config to Kconfig.hardeningKees Cook2019-04-241-51/+0
* | security: Create "kernel hardening" config areaKees Cook2019-04-241-69/+6
|/
* Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-092-22/+72
|\
| * gcc-plugins: structleak: Generalize to all variable typesKees Cook2019-03-042-22/+72
* | kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-051-4/+0
|/
* gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+Ard Biesheuvel2019-01-201-0/+18
* gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP maskArd Biesheuvel2019-01-201-2/+3
* Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-272-0/+107
|\
| * ARM: smp: add support for per-task stack canariesArd Biesheuvel2018-12-122-0/+107
* | stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov2018-12-061-3/+5
|/
* stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov2018-09-041-0/+8
* fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-041-0/+12
* gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov2018-09-042-0/+439
* x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-041-0/+19
* Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-261-1/+1
|\