#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null ' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins
AgeCommit message (Expand)Author
2024-08-05gcc-plugins: randstruct: Remove GCC 4.7 or newer requirementThorsten Blum
2024-07-08gcc-plugins: Remove duplicate included header file stringpool.hThorsten Blum
2024-04-03gcc-plugins/stackleak: Avoid .head.text sectionArd Biesheuvel
2023-11-27gcc-plugins: randstruct: Update code comment in relayout_struct()Gustavo A. R. Silva
2023-11-14gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin descriptionKonstantin Runov
2023-11-08gcc-plugins: randstruct: Only warn about true flexible arraysKees Cook
2023-10-08randstruct: Fix gcc-plugin performance mode to stay in groupKees Cook
2023-08-10gcc-plugins: Rename last_stmt() for GCC 14+Kees Cook
2023-02-02Merge branch 'for-linus/hardening' into for-next/hardeningKees Cook
2023-02-02gcc-plugins: drop -std=gnu++11 to fix GCC 13 buildSam James
2023-01-25gcc-plugins: Reorganize gimple includes for GCC 13Kees Cook