summaryrefslogtreecommitdiff
path: root/include/linux/compiler_types.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2022-03-24include: drop pointless __compiler_offsetof indirectionRasmus Villemoes1-2/+0
2022-03-24Documentation/sparse: add hints about __CHECKER__Bjorn Helgaas1-0/+1
2022-03-11compiler_types: Refactor the use of btf_type_tag attribute.Hao Luo1-10/+9
2022-03-06compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))Hao Luo1-1/+6
2022-03-06compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMKumar Kartikeya Dwivedi1-0/+4
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song1-0/+3
2021-12-10kcsan: Support WEAK_MEMORY with Clang where no objtool support existsMarco Elver1-1/+12
2021-11-07Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds1-1/+7
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+12
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook1-0/+12
2021-10-22compiler_types: mark __compiletime_assert failure as __noreturnMiguel Ojeda1-1/+7
2021-09-25compiler_types.h: Remove __compiletime_object_size()Kees Cook1-5/+0
2021-09-13Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Linus Torvalds1-6/+0
2021-09-09compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers1-6/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-07-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver1-1/+1
2021-06-22compiler_attributes.h: define __no_profile, add to noinstrNick Desaulniers1-1/+1
2021-04-09cfi: add __cficanonicalSami Tolvanen1-0/+4
2021-04-09add support for Clang CFISami Tolvanen1-0/+4
2021-01-04Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds1-6/+0
2020-12-16Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+11
2020-12-02Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECKMasahiro Yamada1-6/+0
2020-10-30bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel1-4/+0
2020-10-28ctype.h: remove duplicate isdigit() helperArnd Bergmann1-0/+11
2020-08-29sparse: use static inline for __chk_{user,io}_ptr()Luc Van Oostenryck1-2/+2
2020-08-12sparse: group the defines by functionalityLuc Van Oostenryck1-19/+25
2020-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+41
2020-07-21compiler.h: Move compiletime_assert() macros into compiler_types.hWill Deacon1-0/+41
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds1-26/+1
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar1-4/+4
2020-06-18sparse: use identifiers to define address spacesLuc Van Oostenryck1-4/+4
2020-06-15x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra1-1/+1
2020-06-15compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrMarco Elver1-1/+2
2020-06-15x86, kcsan: Add __no_kcsan to noinstrPeter Zijlstra1-4/+4
2020-06-15kcsan: Remove __no_kcsan_or_inlinePeter Zijlstra1-4/+1
2020-06-11compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...Marco Elver1-5/+8
2020-06-11compiler.h: Move function attributes to compiler_types.hMarco Elver1-0/+29
2020-06-11Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+47
2020-06-05compiler_types.h: Use unoptimized __unqual_scalar_typeof for sparseMarco Elver1-1/+1
2020-06-05compiler_types.h: Optimize __unqual_scalar_typeof compilation timeMarco Elver1-1/+22
2020-06-05compiler-types.h: Include naked type in __pick_integer_type() matchWill Deacon1-2/+7
2020-06-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+4
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner1-0/+4
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen1-0/+4
2020-04-16READ_ONCE: Drop pointer qualifiers when reading from scalar typesWill Deacon1-0/+21
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada1-10/+1
2019-09-21Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds1-1/+16
2019-09-15compiler-types.h: add asm_inline definitionRasmus Villemoes1-0/+6
2019-09-15compiler_types.h: don't #define __inlineRasmus Villemoes1-1/+10