summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler-gcc.h
Commit message (Expand)AuthorAgeFilesLines
* init/Kconfig: remove CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUNDMark Rutland2024-07-181-20/+0
* Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-1/+1
|\
| * Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-1/+1
| |\
| | * x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
* | | update workarounds for gcc "asm goto" issueLinus Torvalds2024-02-151-3/+4
|/ /
* | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-0/+19
* | compiler-gcc: Suppress -Wmissing-prototypes warning for all supported GCCYafang Shao2023-11-101-1/+1
|/
* compiler.h: unify __UNIQUE_IDNick Desaulniers2023-10-041-2/+0
* compiler-gcc: document minimum version for `__no_sanitize_coverage__`Miguel Ojeda2022-11-081-0/+3
* compiler-gcc: remove attribute support check for `__no_sanitize_undefined__`Miguel Ojeda2022-11-081-4/+0
* compiler-gcc: remove attribute support check for `__no_sanitize_thread__`Miguel Ojeda2022-11-081-1/+1
* compiler-gcc: remove attribute support check for `__no_sanitize_address__`Miguel Ojeda2022-11-081-4/+0
* compiler-gcc: be consistent with underscores use for `no_sanitize`Miguel Ojeda2022-11-081-4/+4
* kmsan: introduce __no_sanitize_memory and __no_kmsan_checksAlexander Potapenko2022-10-031-0/+6
* compiler-gcc.h: remove ancient workaround for gcc PR 58670Uros Bizjak2022-07-171-11/+0
* randstruct: Reorganize Kconfigs and attribute macrosKees Cook2022-05-081-8/+0
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+3
|\
| * compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMKumar Kartikeya Dwivedi2022-03-051-0/+3
* | arm64: Add gcc Shadow Call Stack supportDan Li2022-03-101-0/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+8
|\
| * Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook2021-11-061-0/+8
* | compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizerKees Cook2021-10-211-0/+8
* | compiler_types.h: Remove __compiletime_object_size()Kees Cook2021-09-251-2/+0
|/
* Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-7/+1
|\
| * compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers2021-09-131-3/+1
| * compiler.h: drop fallback overflow checkersNick Desaulniers2021-09-131-4/+0
* | Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Linus Torvalds2021-09-121-3/+0
|\ \ | |/ |/|
| * compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers2021-09-091-3/+0
* | kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver2021-07-011-0/+6
|/
* include/linux/compiler-gcc.h: sparse can do constant folding of __builtin_bsw...Luc Van Oostenryck2021-04-301-6/+2
* kbuild: check the minimum compiler version in KconfigMasahiro Yamada2021-02-161-11/+0
* compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon2021-01-151-0/+6
* compiler.h: fix barrier_data() on clangArvind Sankar2020-11-141-19/+0
* bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-291-2/+0
* compiler-gcc: improve version errorNick Desaulniers2020-10-131-1/+1
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-6/+0
|\
| * compiler: Remove uninitialized_var() macroKees Cook2020-07-161-6/+0
* | Raise gcc version requirement to 4.9Linus Torvalds2020-07-081-1/+1
|/
* compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrMarco Elver2020-06-151-0/+6
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+6
|\
| * kcsan: Add __no_kcsan function attributeMarco Elver2020-01-071-2/+1
| * kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-0/+7
* | compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon2020-04-151-3/+2
|/
* bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-181-0/+2
* Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-lin...Linus Torvalds2019-01-211-4/+0
|\
| * include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin2019-01-091-4/+0
* | x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-091-1/+1
|/
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-281-0/+6
* compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky2018-11-051-12/+0
* Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-011-68/+7
|\