summaryrefslogtreecommitdiff
path: root/include/linux/compiler_types.h
AgeCommit message (Expand)Author
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
2021-12-09kcsan: Support WEAK_MEMORY with Clang where no objtool support existsMarco Elver
2021-11-07Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook
2021-10-22compiler_types: mark __compiletime_assert failure as __noreturnMiguel Ojeda
2021-09-25compiler_types.h: Remove __compiletime_object_size()Kees Cook
2021-09-12Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Linus Torvalds
2021-09-09compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver
2021-06-22compiler_attributes.h: define __no_profile, add to noinstrNick Desaulniers
2021-04-08cfi: add __cficanonicalSami Tolvanen
2021-04-08add support for Clang CFISami Tolvanen
2021-01-04Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds
2020-12-15Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-02Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECKMasahiro Yamada
2020-10-29bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel
2020-10-28ctype.h: remove duplicate isdigit() helperArnd Bergmann
2020-08-29sparse: use static inline for __chk_{user,io}_ptr()Luc Van Oostenryck
2020-08-12sparse: group the defines by functionalityLuc Van Oostenryck
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-07-21compiler.h: Move compiletime_assert() macros into compiler_types.hWill Deacon
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar