aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins
AgeCommit message (Expand)AuthorFilesLines
2024-04-03gcc-plugins/stackleak: Avoid .head.text sectionGravatar Ard Biesheuvel 1-0/+2
2023-11-27gcc-plugins: randstruct: Update code comment in relayout_struct()Gravatar Gustavo A. R. Silva 1-2/+1
2023-11-14gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin descriptionGravatar Konstantin Runov 1-2/+2
2023-11-08gcc-plugins: randstruct: Only warn about true flexible arraysGravatar Kees Cook 1-10/+0
2023-10-08randstruct: Fix gcc-plugin performance mode to stay in groupGravatar Kees Cook 1-3/+8
2023-08-10gcc-plugins: Rename last_stmt() for GCC 14+Gravatar Kees Cook 1-0/+4
2023-02-02Merge branch 'for-linus/hardening' into for-next/hardeningGravatar Kees Cook 1-2/+2
2023-02-02gcc-plugins: drop -std=gnu++11 to fix GCC 13 buildGravatar Sam James 1-1/+1
2023-01-25gcc-plugins: Reorganize gimple includes for GCC 13Gravatar Kees Cook 1-2/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEGravatar Thomas Gleixner 3-3/+3
2022-05-24gcc-plugins: use KERNELVERSION for plugin versionGravatar Masahiro Yamada 6-6/+6
2022-05-16gcc-plugins: randstruct: Remove cast exception handlingGravatar Kees Cook 1-76/+3
2022-05-16af_unix: Silence randstruct GCC plugin warningGravatar Kees Cook 1-2/+0
2022-05-16niu: Silence randstruct warningsGravatar Kees Cook 1-2/+0
2022-05-16big_keys: Use struct for internal payloadGravatar Kees Cook 1-2/+0
2022-05-10gcc-plugins: Change all version strings match kernelGravatar Kees Cook 6-9/+10
2022-05-08randstruct: Move seed generation into scripts/basic/Gravatar Kees Cook 2-14/+10
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosGravatar Kees Cook 1-38/+0
2022-04-13security: don't treat structure as an array of struct hlist_headGravatar Bill Wendling 1-2/+0
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