aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/compiler-clang.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22compiler-clang.h: update __diag_clang() macros for minimum version bumpNathan Chancellor1-6/+2
2024-02-22arch and include: update LLVM Phabricator linksNathan Chancellor1-1/+1
2023-10-04compiler.h: unify __UNIQUE_IDNick Desaulniers1-5/+0
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra1-0/+9
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+23
2022-10-03kmsan: introduce __no_sanitize_memory and __no_kmsan_checksAlexander Potapenko1-0/+23
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen1-11/+3
2022-04-13cfi: Use __builtin_function_startSami Tolvanen1-0/+10
2022-03-05compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMKumar Kartikeya Dwivedi1-0/+3
2022-03-05compiler-clang.h: Add __diag infrastructure for clangNathan Chancellor1-0/+22
2021-09-13compiler.h: drop fallback overflow checkersNick Desaulniers1-13/+0
2021-07-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver1-0/+17
2021-04-08cfi: add __cficanonicalSami Tolvanen1-0/+1
2021-04-08add support for Clang CFISami Tolvanen1-0/+2
2021-03-13linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*Arnd Bergmann1-0/+6
2021-02-16kbuild: check the minimum compiler version in KconfigMasahiro Yamada1-10/+0
2020-11-22compiler-clang: remove version check for BPF TracingNick Desaulniers1-0/+2
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar1-6/+0
2020-10-13compiler-clang: add build check for clang 10.0.1Nick Desaulniers1-0/+8
2020-08-12include/linux/compiler-clang.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-07-16compiler: Remove uninitialized_var() macroKees Cook1-2/+0
2020-06-15compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrMarco Elver1-0/+8
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-1/+10
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen1-0/+4
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar1-1/+1
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-0/+9
2019-01-09include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin1-3/+2
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-1/+5
2018-09-30Compiler Attributes: use feature checks instead of version checksMiguel Ojeda1-4/+0
2018-09-30Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda1-1/+0
2018-09-30Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda1-1/+1
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers1-11/+9
2018-05-31compiler.h: enable builtin overflow checkers and add fallback codeRasmus Villemoes1-0/+14
2018-04-20kasan: add no_sanitize attribute for clang buildsAndrey Konovalov1-0/+3
2018-04-11task_struct: only use anon struct under randstruct pluginKees Cook1-3/+0
2018-02-20x86/retpoline: Support retpoline builds with ClangDavid Woodhouse1-0/+5
2018-02-06kasan: add compiler support for clangPaul Lawrence1-0/+8
2017-11-17include/linux/compiler-clang.h: handle randomizable anonymous structsSandipan Das1-0/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon1-1/+1
2017-07-06compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabledDavid Rientjes1-8/+0
2017-06-11compiler, clang: properly override 'inline' for clangLinus Torvalds1-1/+2
2017-06-06compiler, clang: suppress warning for unused static inline functionsDavid Rientjes1-0/+7
2016-02-08Kbuild: provide a __UNIQUE_ID for clangArnd Bergmann1-0/+5
2014-04-09LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hMark Charlebois1-0/+12