summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler_attributes.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-101-1/+2
|\
| * slab: Remove __malloc attribute from realloc functionsKees Cook2022-09-291-1/+2
* | net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong2022-08-241-0/+7
|/
* Compiler Attributes: Add __diagnose_as for ClangKees Cook2022-02-131-0/+13
* Compiler Attributes: Add __overloadable for ClangKees Cook2022-02-131-0/+12
* Compiler Attributes: Add __pass_object_size for ClangKees Cook2022-02-131-0/+14
* compiler_attributes.h: Add __disable_sanitizer_instrumentationAlexander Potapenko2021-12-091-0/+18
* Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds2021-11-071-1/+0
|\
| * Compiler Attributes: remove GCC 5.1 mentionMiguel Ojeda2021-10-221-1/+0
* | Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook2021-11-061-0/+10
|/
* Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-24/+0
|\
| * Drop some straggling mentions of gcc-4.9 as being staleLinus Torvalds2021-09-131-1/+0
| * compiler_attributes.h: drop __has_attribute() support for gcc4Linus Torvalds2021-09-131-20/+0
* | Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Linus Torvalds2021-09-121-0/+25
|\ \ | |/ |/|
| * compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers2021-09-091-0/+24
| * Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4Marco Elver2021-07-161-0/+1
* | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-301-3/+16
|\ \ | |/ |/|
| * compiler_attributes.h: cleanups for GCC 4.9+Nick Desaulniers2021-06-221-3/+3
| * compiler_attributes.h: define __no_profile, add to noinstrNick Desaulniers2021-06-221-0/+13
* | Compiler Attributes: Add continue in commentWei Ming Chen2021-05-121-0/+1
|/
* percpu: fix clang modpost section mismatchDennis Zhou2021-02-141-0/+6
* Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECKMasahiro Yamada2020-12-021-0/+6
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Compiler Attributes: fix comment concerning GCC 4.6Luc Van Oostenryck2020-08-271-1/+1
* Compiler Attributes: remove comment about sparse not supporting __has_attributeLuc Van Oostenryck2020-08-271-6/+0
* Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-041-0/+13
|\
| * gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov2020-06-241-0/+13
* | compiler_attributes.h: Support no_sanitize_undefined check with GCC 4Marco Elver2020-06-161-0/+1
|/
* compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case useJoe Perches2019-10-111-0/+17
* Compiler Attributes: add support for __copy (gcc >= 9)Miguel Ojeda2019-02-151-0/+14
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-281-13/+0
* Revert "compiler-gcc: disable -ftracer for __noclone functions"Sean Christopherson2018-12-211-8/+1
* Compiler Attributes: improve explanation of headerMiguel Ojeda2018-11-081-5/+9
* Compiler Attributes: add support for __nonstring (gcc >= 8)Miguel Ojeda2018-09-301-0/+14
* Compiler Attributes: use feature checks instead of version checksMiguel Ojeda2018-09-301-0/+244