summaryrefslogtreecommitdiff
path: root/include/linux/compiler_types.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Merge local branch 'x86-codegen'Linus Torvalds1-0/+9
2024-05-23clang: work around asm input constraint problemsLinus Torvalds1-0/+9
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+11
2024-05-13Merge tag 'kcsan.2024.05.10a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2024-05-07kcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver1-0/+7
2024-05-06kmsan: compiler_types: declare __no_sanitize_or_inlineAlexander Potapenko1-0/+11
2024-03-29compiler_types: add Endianness-dependent __counted_by_{le,be}Alexander Lobakin1-0/+11
2024-03-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-5/+5
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+8
2024-02-25kbuild: Use -fmin-function-alignment when availablePetr Pavlu1-5/+5
2024-02-21ubsan: Reintroduce signed overflow sanitizerKees Cook1-1/+8
2024-02-15update workarounds for gcc "asm goto" issueLinus Torvalds1-1/+8
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2023-10-03overflow: add DEFINE_FLEX() for on-stack allocsPrzemek Kitszel1-11/+21
2023-08-16compiler_types: Introduce the Clang __preserve_most function attributeMarco Elver1-0/+28
2023-03-05Remove Intel compiler supportMasahiro Yamada1-2/+0
2023-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+27
2023-01-24Compiler attributes: GCC cold function alignment workaroundsMark Rutland1-0/+27
2023-01-13cpuidle: Add comments about noinstr/__cpuidle usagePeter Zijlstra1-0/+10
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-2/+6
2022-11-24compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))Yonghong Song1-1/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2022-10-10Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+5
2022-10-04Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-4/+0
2022-10-04kmsan: mark noinstr as __no_sanitize_memoryAlexander Potapenko1-1/+2
2022-09-29slab: Remove __malloc attribute from realloc functionsKees Cook1-3/+5
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-1/+5
2022-09-26treewide: Drop __cficanonicalSami Tolvanen1-4/+0
2022-07-03sparse: introduce conditional lock acquire function attributeLinus Torvalds1-0/+2
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook1-7/+7
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