aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compiler-gcc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds1-7/+1
2021-09-13compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers1-3/+1
2021-09-13compiler.h: drop fallback overflow checkersNick Desaulniers1-4/+0
2021-09-12Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/ojeda/linuxLinus Torvalds1-3/+0
2021-09-09compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers1-3/+0
2021-07-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver1-0/+6
2021-04-30include/linux/compiler-gcc.h: sparse can do constant folding of __builtin_bswap*()Luc Van Oostenryck1-6/+2
2021-02-16kbuild: check the minimum compiler version in KconfigMasahiro Yamada1-11/+0
2021-01-15compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon1-0/+6
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar1-19/+0
2020-10-29bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel1-2/+0
2020-10-13compiler-gcc: improve version errorNick Desaulniers1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-6/+0
2020-07-16compiler: Remove uninitialized_var() macroKees Cook1-6/+0
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds1-1/+1
2020-06-15compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrMarco Elver1-0/+6
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+6
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon1-3/+2
2020-01-07kcsan: Add __no_kcsan function attributeMarco Elver1-2/+1
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-0/+7
2019-07-18bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf1-0/+2
2019-01-21Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-linus-v5.0-rc3' of git://github.com/ojeda/linuxLinus Torvalds1-4/+0
2019-01-09include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin1-4/+0
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-0/+6
2018-11-05compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky1-12/+0
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linuxLinus Torvalds1-68/+7
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+7
2018-10-19compiler-gcc: remove comment about gcc 4.5 from unreachable()ndesaulniers@google.com1-4/+0
2018-10-09compiler: introduce __no_sanitize_address_or_inlineVasily Gorbik1-0/+7
2018-09-30Compiler Attributes: use feature checks instead of version checksMiguel Ojeda1-51/+0
2018-09-30Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda1-4/+2
2018-09-30Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda1-7/+0
2018-09-30Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda1-6/+6
2018-09-30Compiler Attributes: remove unused attributesMiguel Ojeda1-2/+0
2018-09-20Compiler Attributes: naked can be sharedMiguel Ojeda1-8/+0
2018-09-20Compiler Attributes: naked was fixed in gcc 4.6Miguel Ojeda1-7/+1
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers1-88/+0
2018-08-20Raise the minimum required gcc version to 4.6Joe Perches1-68/+18
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds1-1/+0
2018-07-03compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsNick Desaulniers1-7/+22
2018-06-25kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann1-0/+25
2018-05-31compiler.h: enable builtin overflow checkers and add fallback codeRasmus Villemoes1-0/+4
2018-04-11task_struct: only use anon struct under randstruct pluginKees Cook1-9/+3
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-1/+14
2018-02-20x86/retpoline: Support retpoline builds with ClangDavid Woodhouse1-0/+4
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+5
2018-02-08compiler-gcc.h: __nostackprotector needs gcc-4.4 and upGeert Uytterhoeven1-2/+1
2018-02-08compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven1-0/+4