aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compiler_attributes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-07Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds1-1/+0
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook1-0/+10
2021-10-22Compiler Attributes: remove GCC 5.1 mentionMiguel Ojeda1-1/+0
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds1-24/+0
2021-09-13Drop some straggling mentions of gcc-4.9 as being staleLinus Torvalds1-1/+0
2021-09-13compiler_attributes.h: drop __has_attribute() support for gcc4Linus Torvalds1-20/+0
2021-09-12Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/ojeda/linuxLinus Torvalds1-0/+25
2021-09-09compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers1-0/+24
2021-07-16Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4Marco Elver1-0/+1
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+16
2021-06-22compiler_attributes.h: cleanups for GCC 4.9+Nick Desaulniers1-3/+3
2021-06-22compiler_attributes.h: define __no_profile, add to noinstrNick Desaulniers1-0/+13
2021-05-12Compiler Attributes: Add continue in commentWei Ming Chen1-0/+1
2021-02-14percpu: fix clang modpost section mismatchDennis Zhou1-0/+6
2020-12-02Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECKMasahiro Yamada1-0/+6
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-08-27Compiler Attributes: fix comment concerning GCC 4.6Luc Van Oostenryck1-1/+1
2020-08-27Compiler Attributes: remove comment about sparse not supporting __has_attributeLuc Van Oostenryck1-6/+0
2020-08-04Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+13
2020-06-24gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov1-0/+13
2020-06-16compiler_attributes.h: Support no_sanitize_undefined check with GCC 4Marco Elver1-0/+1
2019-10-11compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case useJoe Perches1-0/+17
2019-02-15Compiler Attributes: add support for __copy (gcc >= 9)Miguel Ojeda1-0/+14
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-13/+0
2018-12-21Revert "compiler-gcc: disable -ftracer for __noclone functions"Sean Christopherson1-8/+1
2018-11-08Compiler Attributes: improve explanation of headerMiguel Ojeda1-5/+9
2018-09-30Compiler Attributes: add support for __nonstring (gcc >= 8)Miguel Ojeda1-0/+14
2018-09-30Compiler Attributes: use feature checks instead of version checksMiguel Ojeda1-0/+244