summaryrefslogtreecommitdiff
path: root/include/linux/compiler-clang.h
AgeCommit message (Expand)Author
2021-09-13compiler.h: drop fallback overflow checkersNick Desaulniers
2021-07-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver
2021-04-08cfi: add __cficanonicalSami Tolvanen
2021-04-08add support for Clang CFISami Tolvanen
2021-03-13linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*Arnd Bergmann
2021-02-16kbuild: check the minimum compiler version in KconfigMasahiro Yamada
2020-11-22compiler-clang: remove version check for BPF TracingNick Desaulniers
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar
2020-10-13compiler-clang: add build check for clang 10.0.1Nick Desaulniers
2020-08-12include/linux/compiler-clang.h: drop duplicated word in a commentRandy Dunlap
2020-07-16compiler: Remove uninitialized_var() macroKees Cook
2020-06-15compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrMarco Elver
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver
2019-01-09include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov
2018-09-30Compiler Attributes: use feature checks instead of version checksMiguel Ojeda
2018-09-30Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda
2018-09-30Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers
2018-05-31compiler.h: enable builtin overflow checkers and add fallback codeRasmus Villemoes
2018-04-20kasan: add no_sanitize attribute for clang buildsAndrey Konovalov
2018-04-11task_struct: only use anon struct under randstruct pluginKees Cook
2018-02-20x86/retpoline: Support retpoline builds with ClangDavid Woodhouse
2018-02-06kasan: add compiler support for clangPaul Lawrence
2017-11-17include/linux/compiler-clang.h: handle randomizable anonymous structsSandipan Das
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon
2017-07-06compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabledDavid Rientjes
2017-06-11compiler, clang: properly override 'inline' for clangLinus Torvalds
2017-06-06compiler, clang: suppress warning for unused static inline functionsDavid Rientjes
2016-02-08Kbuild: provide a __UNIQUE_ID for clangArnd Bergmann
2014-04-09LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hMark Charlebois