summaryrefslogtreecommitdiff
path: root/include/linux/compiler-gcc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * compiler-gcc: remove comment about gcc 4.5 from unreachable()ndesaulniers@google.com2018-10-191-4/+0
| * Compiler Attributes: use feature checks instead of version checksMiguel Ojeda2018-09-301-51/+0
| * Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda2018-09-301-4/+2
| * Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda2018-09-301-7/+0
| * Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda2018-09-301-6/+6
| * Compiler Attributes: remove unused attributesMiguel Ojeda2018-09-301-2/+0
* | Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-10-231-0/+7
|\ \ | |/ |/|
| * compiler: introduce __no_sanitize_address_or_inlineVasily Gorbik2018-10-091-0/+7