aboutsummaryrefslogtreecommitdiff
path: root/include/linux/compiler_types.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+2
2022-10-10Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+5
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-4/+0
2022-10-03kmsan: mark noinstr as __no_sanitize_memoryGravatar Alexander Potapenko 1-1/+2
2022-09-29slab: Remove __malloc attribute from realloc functionsGravatar Kees Cook 1-3/+5
2022-09-28Kbuild: add Rust supportGravatar Miguel Ojeda 1-1/+5
2022-09-26treewide: Drop __cficanonicalGravatar Sami Tolvanen 1-4/+0
2022-07-03sparse: introduce conditional lock acquire function attributeGravatar Linus Torvalds 1-0/+2
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosGravatar Kees Cook 1-7/+7
2022-03-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2022-03-23include: drop pointless __compiler_offsetof indirectionGravatar Rasmus Villemoes 1-2/+0
2022-03-23Documentation/sparse: add hints about __CHECKER__Gravatar Bjorn Helgaas 1-0/+1
2022-03-10compiler_types: Refactor the use of btf_type_tag attribute.Gravatar Hao Luo 1-10/+9
2022-03-05compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))Gravatar Hao Luo 1-1/+6
2022-03-05compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMGravatar Kumar Kartikeya Dwivedi 1-0/+4
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Gravatar Yonghong Song 1-0/+3
2021-12-09kcsan: Support WEAK_MEMORY with Clang where no objtool support existsGravatar Marco Elver 1-1/+12
2021-11-07Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linuxGravatar Linus Torvalds 1-1/+7
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+12
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingGravatar Kees Cook 1-0/+12
2021-10-22compiler_types: mark __compiletime_assert failure as __noreturnGravatar Miguel Ojeda 1-1/+7
2021-09-25compiler_types.h: Remove __compiletime_object_size()Gravatar Kees Cook 1-5/+0
2021-09-12Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Gravatar Linus Torvalds 1-6/+0
2021-09-09compiler_attributes.h: move __compiletime_{error|warning}Gravatar Nick Desaulniers 1-6/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-07-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesGravatar Marco Elver 1-1/+1
2021-06-22compiler_attributes.h: define __no_profile, add to noinstrGravatar Nick Desaulniers 1-1/+1
2021-04-08cfi: add __cficanonicalGravatar Sami Tolvanen 1-0/+4
2021-04-08add support for Clang CFIGravatar Sami Tolvanen 1-0/+4
2021-01-04Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxGravatar Linus Torvalds 1-6/+0
2020-12-15Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+11
2020-12-02Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECKGravatar Masahiro Yamada 1-6/+0
2020-10-29bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEGravatar Ard Biesheuvel 1-4/+0
2020-10-28ctype.h: remove duplicate isdigit() helperGravatar Arnd Bergmann 1-0/+11
2020-08-29sparse: use static inline for __chk_{user,io}_ptr()Gravatar Luc Van Oostenryck 1-2/+2
2020-08-12sparse: group the defines by functionalityGravatar Luc Van Oostenryck 1-19/+25
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+41
2020-07-21compiler.h: Move compiletime_assert() macros into compiler_types.hGravatar Will Deacon 1-0/+41
2020-07-08Raise gcc version requirement to 4.9Gravatar Linus Torvalds 1-26/+1
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsGravatar Ingo Molnar 1-4/+4
2020-06-18sparse: use identifiers to define address spacesGravatar Luc Van Oostenryck 1-4/+4
2020-06-15x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Gravatar Peter Zijlstra 1-1/+1
2020-06-15compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrGravatar Marco Elver 1-1/+2
2020-06-15x86, kcsan: Add __no_kcsan to noinstrGravatar Peter Zijlstra 1-4/+4
2020-06-15kcsan: Remove __no_kcsan_or_inlineGravatar Peter Zijlstra 1-4/+1
2020-06-11compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...Gravatar Marco Elver 1-5/+8
2020-06-11compiler.h: Move function attributes to compiler_types.hGravatar Marco Elver 1-0/+29
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+47
2020-06-05compiler_types.h: Use unoptimized __unqual_scalar_typeof for sparseGravatar Marco Elver 1-1/+1
2020-06-05compiler_types.h: Optimize __unqual_scalar_typeof compilation timeGravatar Marco Elver 1-1/+22