index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
compiler_types.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-22
string: Check for "nonstring" attribute on strscpy() arguments
Kees Cook
1
-0
/
+7
2024-06-14
compiler_types.h: Define __retain for __attribute__((__retain__))
Tony Ambardar
1
-0
/
+23
2024-05-22
Merge local branch 'x86-codegen'
Linus Torvalds
1
-0
/
+9
2024-05-22
clang: work around asm input constraint problems
Linus Torvalds
1
-0
/
+9
2024-05-14
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+11
2024-05-13
Merge tag 'kcsan.2024.05.10a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+7
2024-05-07
kcsan, compiler_types: Introduce __data_racy type qualifier
Marco Elver
1
-0
/
+7
2024-05-05
kmsan: compiler_types: declare __no_sanitize_or_inline
Alexander Potapenko
1
-0
/
+11
2024-03-28
compiler_types: add Endianness-dependent __counted_by_{le,be}
Alexander Lobakin
1
-0
/
+11
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-5
/
+5
2024-03-12
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+8
2024-02-25
kbuild: Use -fmin-function-alignment when available
Petr Pavlu
1
-5
/
+5
2024-02-20
ubsan: Reintroduce signed overflow sanitizer
Kees Cook
1
-1
/
+8
2024-02-15
update workarounds for gcc "asm goto" issue
Linus Torvalds
1
-1
/
+8
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
1
-2
/
+2
2023-10-03
overflow: add DEFINE_FLEX() for on-stack allocs
Przemek Kitszel
1
-11
/
+21
2023-08-15
compiler_types: Introduce the Clang __preserve_most function attribute
Marco Elver
1
-0
/
+28
2023-03-05
Remove Intel compiler support
Masahiro Yamada
1
-2
/
+0
2023-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+27
2023-01-24
Compiler attributes: GCC cold function alignment workarounds
Mark Rutland
1
-0
/
+27
2023-01-13
cpuidle: Add comments about noinstr/__cpuidle usage
Peter Zijlstra
1
-0
/
+10
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
1
-2
/
+6
2022-11-24
compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
Yonghong Song
1
-1
/
+2
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2022-10-10
Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+5
2022-10-03
Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-4
/
+0
2022-10-03
kmsan: mark noinstr as __no_sanitize_memory
Alexander Potapenko
1
-1
/
+2
2022-09-29
slab: Remove __malloc attribute from realloc functions
Kees Cook
1
-3
/
+5
2022-09-28
Kbuild: add Rust support
Miguel Ojeda
1
-1
/
+5
2022-09-26
treewide: Drop __cficanonical
Sami Tolvanen
1
-4
/
+0
2022-07-03
sparse: introduce conditional lock acquire function attribute
Linus Torvalds
1
-0
/
+2
2022-05-08
randstruct: Reorganize Kconfigs and attribute macros
Kees Cook
1
-7
/
+7
2022-03-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+1
2022-03-23
include: drop pointless __compiler_offsetof indirection
Rasmus Villemoes
1
-2
/
+0
2022-03-23
Documentation/sparse: add hints about __CHECKER__
Bjorn Helgaas
1
-0
/
+1
2022-03-10
compiler_types: Refactor the use of btf_type_tag attribute.
Hao Luo
1
-10
/
+9
2022-03-05
compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))
Hao Luo
1
-1
/
+6
2022-03-05
compiler_types.h: Add unified __diag_ignore_all for GCC/LLVM
Kumar Kartikeya Dwivedi
1
-0
/
+4
2022-01-27
compiler_types: define __user as __attribute__((btf_type_tag("user")))
Yonghong Song
1
-0
/
+3
2021-12-09
kcsan: Support WEAK_MEMORY with Clang where no objtool support exists
Marco Elver
1
-1
/
+12
2021-11-07
Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linux
Linus Torvalds
1
-1
/
+7
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+12
2021-11-06
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
1
-0
/
+12
2021-10-22
compiler_types: mark __compiletime_assert failure as __noreturn
Miguel Ojeda
1
-1
/
+7
2021-09-25
compiler_types.h: Remove __compiletime_object_size()
Kees Cook
1
-5
/
+0
2021-09-12
Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...
Linus Torvalds
1
-6
/
+0
2021-09-09
compiler_attributes.h: move __compiletime_{error|warning}
Nick Desaulniers
1
-6
/
+0
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-07-01
kcov: add __no_sanitize_coverage to fix noinstr for all architectures
Marco Elver
1
-1
/
+1
2021-06-22
compiler_attributes.h: define __no_profile, add to noinstr
Nick Desaulniers
1
-1
/
+1
[next]