summaryrefslogtreecommitdiff
path: root/include/linux/compiler_types.h
AgeCommit message (Expand)Author
13 daysMerge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-11compiler_types.h: fix "unused variable" in __compiletime_assert()Marc Herbert
2025-04-28compiler_types: Identify compiler versions for __builtin_dynamic_object_sizeKees Cook
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-16percpu: repurpose __percpu tag as a named address space qualifierUros Bizjak
2025-03-12compiler_types: Introduce __nonstring_arrayKees Cook
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook
2025-03-03compiler.h: Introduce __must_be_noncstr()Kees Cook
2024-11-25Merge tag 'hardening-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-19Compiler Attributes: disable __counted_by for clang < 19.1.3Jan Hendrik Farr
2024-11-03compiler_types: Add noinline_for_tracing annotationYafang Shao
2024-08-22string: Check for "nonstring" attribute on strscpy() argumentsKees Cook
2024-06-14compiler_types.h: Define __retain for __attribute__((__retain__))Tony Ambardar
2024-05-22Merge local branch 'x86-codegen'Linus Torvalds
2024-05-22clang: work around asm input constraint problemsLinus Torvalds
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-05-13Merge tag 'kcsan.2024.05.10a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-07kcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver
2024-05-05kmsan: compiler_types: declare __no_sanitize_or_inlineAlexander Potapenko
2024-03-28compiler_types: add Endianness-dependent __counted_by_{le,be}Alexander Lobakin
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-02-25kbuild: Use -fmin-function-alignment when availablePetr Pavlu
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook
2024-02-15update workarounds for gcc "asm goto" issueLinus Torvalds
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2023-10-03overflow: add DEFINE_FLEX() for on-stack allocsPrzemek Kitszel
2023-08-15compiler_types: Introduce the Clang __preserve_most function attributeMarco Elver
2023-03-05Remove Intel compiler supportMasahiro Yamada
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-01-24Compiler attributes: GCC cold function alignment workaroundsMark Rutland
2023-01-13cpuidle: Add comments about noinstr/__cpuidle usagePeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2022-11-24compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))Yonghong Song
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-03kmsan: mark noinstr as __no_sanitize_memoryAlexander Potapenko
2022-09-29slab: Remove __malloc attribute from realloc functionsKees Cook
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-09-26treewide: Drop __cficanonicalSami Tolvanen
2022-07-03sparse: introduce conditional lock acquire function attributeLinus Torvalds
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-23include: drop pointless __compiler_offsetof indirectionRasmus Villemoes
2022-03-23Documentation/sparse: add hints about __CHECKER__Bjorn Helgaas
2022-03-10compiler_types: Refactor the use of btf_type_tag attribute.Hao Luo
2022-03-05compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))Hao Luo
2022-03-05compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMKumar Kartikeya Dwivedi
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song