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