aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins
AgeCommit message (Expand)AuthorFilesLines
2022-04-12gcc-plugins: latent_entropy: use /dev/urandomGravatar Jason A. Donenfeld 1-17/+27
2022-02-06gcc-plugins/stackleak: Ignore .noinstr.text and .entry.textGravatar Kees Cook 1-0/+4
2022-02-06gcc-plugins/stackleak: Exactly match strings instead of prefixesGravatar Kees Cook 1-4/+21
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-21/+6
2021-10-21gcc-plugins: remove duplicate include in gcc-common.hGravatar Ye Guojin 1-1/+0
2021-10-21gcc-plugins: Remove cyc_complexityGravatar Kees Cook 2-85/+0
2021-10-21gcc-plugins: Explicitly document purpose and deprecation scheduleGravatar Kees Cook 1-2/+2
2021-10-04gcc-plugins: remove support for GCC 4.9 and olderGravatar Ard Biesheuvel 6-208/+1
2021-09-27gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportGravatar Ard Biesheuvel 1-21/+6
2021-08-10scripts: make some scripts executableGravatar Masahiro Yamada 1-0/+0
2021-05-02.gitignore: prefix local generated files with a slashGravatar Masahiro Yamada 1-1/+1
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedGravatar Masahiro Yamada 1-0/+1
2021-03-01gcc-plugins: latent_entropy: remove unneeded semicolonGravatar Jason Yan 1-1/+1
2021-03-01gcc-plugins: structleak: remove unneeded variable 'ret'Gravatar Jason Yan 1-2/+1
2021-01-06gcc-plugins: fix gcc 11 indigestion with plugins...Gravatar Valdis Klētnieks 1-2/+2
2020-12-04gcc-plugins: simplify GCC plugin-dev capability testGravatar Masahiro Yamada 1-1/+1
2020-12-04gcc-plugins: remove code for GCC versions older than 4.9Gravatar Masahiro Yamada 10-505/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-11/+50
2020-08-10kbuild: move host .so build rules to scripts/gcc-plugins/MakefileGravatar Masahiro Yamada 1-11/+50
2020-08-04Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-34/+220
2020-07-13gcc-plugins: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 3-3/+3
2020-06-28gcc-plugins: fix gcc-plugins directory path in documentationGravatar Masahiro Yamada 1-1/+1
2020-06-24gcc-plugins/stackleak: Add 'verbose' plugin parameterGravatar Alexander Popov 1-5/+42
2020-06-24gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingGravatar Alexander Popov 1-28/+177
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2020-05-26gcc-plugins: remove always-false $(if ...) in MakefileGravatar Masahiro Yamada 1-1/+1
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Gravatar Will Deacon 1-1/+1
2020-04-13gcc-common.h: Update for GCC 10Gravatar Frédéric Pierret (fepitre) 2-0/+5
2020-04-13gcc-plugins/stackleak: Avoid assignment for unused macro argumentGravatar Kees Cook 1-3/+2
2020-04-09gcc-plugins: drop support for GCC <= 4.7Gravatar Masahiro Yamada 2-25/+8
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2020-03-29kbuild: add -Wall to KBUILD_HOSTCXXFLAGSGravatar Masahiro Yamada 1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-10docs: move gcc-plugins to the kbuild manualGravatar Jonathan Corbet 1-1/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2020-01-02gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againGravatar Arnd Bergmann 1-5/+4
2019-07-31randstruct: Check member structs in is_pure_ops_struct()Gravatar Joonwon Kang 1-5/+5
2019-07-15docs: move gcc_plugins.txt to core-api and rename to .rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-05-31Merge tag 'gcc-plugins-v5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-20gcc-plugins: Fix build failures under Darwin hostGravatar Kees Cook 1-0/+4
2019-05-13Merge tag 'gcc-plugins-v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2019-05-10gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6Gravatar Chris Packham 1-1/+1
2019-04-24security: Move stackleak config to Kconfig.hardeningGravatar Kees Cook 1-51/+0
2019-04-24security: Create "kernel hardening" config areaGravatar Kees Cook 1-69/+6
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-22/+72
2019-03-05kasan: remove use after scope bugs detection.Gravatar Andrey Ryabinin 1-4/+0
2019-03-04gcc-plugins: structleak: Generalize to all variable typesGravatar Kees Cook 2-22/+72
2019-01-20gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+Gravatar Ard Biesheuvel 1-0/+18