summaryrefslogtreecommitdiff
path: root/include/linux/compiler-gcc.h
AgeCommit message (Expand)Author
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook
2021-10-21compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizerKees Cook
2021-09-25compiler_types.h: Remove __compiletime_object_size()Kees Cook
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds
2021-09-13compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers
2021-09-13compiler.h: drop fallback overflow checkersNick Desaulniers
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-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver
2021-04-30include/linux/compiler-gcc.h: sparse can do constant folding of __builtin_bsw...Luc Van Oostenryck
2021-02-16kbuild: check the minimum compiler version in KconfigMasahiro Yamada
2021-01-15compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar
2020-10-29bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel
2020-10-13compiler-gcc: improve version errorNick Desaulniers
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-16compiler: Remove uninitialized_var() macroKees Cook
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds
2020-06-15compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrMarco Elver
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon
2020-01-07kcsan: Add __no_kcsan function attributeMarco Elver
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver
2019-07-18bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf
2019-01-21Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-lin...Linus Torvalds
2019-01-09include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov
2018-11-05compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2018-10-19compiler-gcc: remove comment about gcc 4.5 from unreachable()ndesaulniers@google.com
2018-10-09compiler: introduce __no_sanitize_address_or_inlineVasily Gorbik
2018-09-30Compiler Attributes: use feature checks instead of version checksMiguel Ojeda
2018-09-30Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda
2018-09-30Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda
2018-09-30Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda
2018-09-30Compiler Attributes: remove unused attributesMiguel Ojeda
2018-09-20Compiler Attributes: naked can be sharedMiguel Ojeda
2018-09-20Compiler Attributes: naked was fixed in gcc 4.6Miguel Ojeda
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers
2018-08-20Raise the minimum required gcc version to 4.6Joe Perches
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds
2018-07-03compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsNick Desaulniers
2018-06-25kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann
2018-05-31compiler.h: enable builtin overflow checkers and add fallback codeRasmus Villemoes
2018-04-11task_struct: only use anon struct under randstruct pluginKees Cook
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann