aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/compiler-gcc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-02-15update workarounds for gcc "asm goto" issueLinus Torvalds1-3/+4
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before dependent patchesIngo Molnar1-1/+1
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-0/+19
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2023-11-10compiler-gcc: Suppress -Wmissing-prototypes warning for all supported GCCYafang Shao1-1/+1
2023-10-04compiler.h: unify __UNIQUE_IDNick Desaulniers1-2/+0
2022-11-08compiler-gcc: document minimum version for `__no_sanitize_coverage__`Miguel Ojeda1-0/+3
2022-11-08compiler-gcc: remove attribute support check for `__no_sanitize_undefined__`Miguel Ojeda1-4/+0
2022-11-08compiler-gcc: remove attribute support check for `__no_sanitize_thread__`Miguel Ojeda1-1/+1
2022-11-08compiler-gcc: remove attribute support check for `__no_sanitize_address__`Miguel Ojeda1-4/+0
2022-11-08compiler-gcc: be consistent with underscores use for `no_sanitize`Miguel Ojeda1-4/+4
2022-10-03kmsan: introduce __no_sanitize_memory and __no_kmsan_checksAlexander Potapenko1-0/+6
2022-07-17compiler-gcc.h: remove ancient workaround for gcc PR 58670Uros Bizjak1-11/+0
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook1-8/+0
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+3
2022-03-10arm64: Add gcc Shadow Call Stack supportDan Li1-0/+4
2022-03-05compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMKumar Kartikeya Dwivedi1-0/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+8
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook1-0/+8
2021-10-21compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizerKees Cook1-0/+8
2021-09-25compiler_types.h: Remove __compiletime_object_size()Kees Cook1-2/+0
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds1-7/+1
2021-09-13compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers1-3/+1
2021-09-13compiler.h: drop fallback overflow checkersNick Desaulniers1-4/+0
2021-09-12Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/ojeda/linuxLinus Torvalds1-3/+0
2021-09-09compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers1-3/+0
2021-07-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver1-0/+6
2021-04-30include/linux/compiler-gcc.h: sparse can do constant folding of __builtin_bswap*()Luc Van Oostenryck1-6/+2
2021-02-16kbuild: check the minimum compiler version in KconfigMasahiro Yamada1-11/+0
2021-01-15compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon1-0/+6
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar1-19/+0
2020-10-29bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel1-2/+0
2020-10-13compiler-gcc: improve version errorNick Desaulniers1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-6/+0
2020-07-16compiler: Remove uninitialized_var() macroKees Cook1-6/+0
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds1-1/+1
2020-06-15compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrMarco Elver1-0/+6
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+6
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon1-3/+2
2020-01-07kcsan: Add __no_kcsan function attributeMarco Elver1-2/+1
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-0/+7
2019-07-18bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf1-0/+2
2019-01-21Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-linus-v5.0-rc3' of git://github.com/ojeda/linuxLinus Torvalds1-4/+0
2019-01-09include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin1-4/+0
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-0/+6
2018-11-05compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky1-12/+0
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linuxLinus Torvalds1-68/+7
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+7