index
:
pub/scm/linux/kernel/git/thermal/linux.git
master
Thermal group
Thermal Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
compiler-clang.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
Merge tag 'kbuild-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...
Linus Torvalds
1
-11
/
+2
2026-05-28
Disable -Wattribute-alias for clang-23 and newer
Nathan Chancellor
1
-0
/
+6
2026-05-27
compiler-clang.h: Drop explicit version number from "all" diagnostic macro
Nathan Chancellor
1
-2
/
+2
2026-05-27
compiler-clang.h: Remove __cleanup -Wunused-variable workaround
Nathan Chancellor
1
-9
/
+0
2026-01-31
compiler-clang.h: require LLVM 19.1.0 or higher for __typeof_unqual__
Nathan Chancellor
1
-1
/
+1
2025-12-20
clang: work around asm output constraint problems
Eric Dumazet
1
-0
/
+1
2025-10-11
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+0
2025-09-08
compiler-clang.h: define __SANITIZE_*__ macros only when undefined
Nathan Chancellor
1
-5
/
+24
2025-09-04
compiler_types.h: Move __nocfi out of compiler-specific header
Kees Cook
1
-5
/
+0
2025-07-29
compiler_types: Provide __no_kstack_erase to disable coverage only on Clang
Kees Cook
1
-0
/
+3
2025-03-16
compiler.h: introduce TYPEOF_UNQUAL() macro
Uros Bizjak
1
-0
/
+8
2024-11-11
Improve consistency of '#error' directive messages
Nataniel Farzan
1
-1
/
+1
2024-05-22
clang: work around asm input constraint problems
Linus Torvalds
1
-0
/
+10
2024-02-22
compiler-clang.h: update __diag_clang() macros for minimum version bump
Nathan Chancellor
1
-6
/
+2
2024-02-22
arch and include: update LLVM Phabricator links
Nathan Chancellor
1
-1
/
+1
2023-10-04
compiler.h: unify __UNIQUE_ID
Nick Desaulniers
1
-5
/
+0
2023-06-26
locking: Introduce __cleanup() based infrastructure
Peter Zijlstra
1
-0
/
+9
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+23
2022-10-03
kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
Alexander Potapenko
1
-0
/
+23
2022-09-26
cfi: Switch to -fsanitize=kcfi
Sami Tolvanen
1
-11
/
+3
2022-04-13
cfi: Use __builtin_function_start
Sami Tolvanen
1
-0
/
+10
2022-03-05
compiler_types.h: Add unified __diag_ignore_all for GCC/LLVM
Kumar Kartikeya Dwivedi
1
-0
/
+3
2022-03-05
compiler-clang.h: Add __diag infrastructure for clang
Nathan Chancellor
1
-0
/
+22
2021-09-13
compiler.h: drop fallback overflow checkers
Nick Desaulniers
1
-13
/
+0
2021-07-01
kcov: add __no_sanitize_coverage to fix noinstr for all architectures
Marco Elver
1
-0
/
+17
2021-04-08
cfi: add __cficanonical
Sami Tolvanen
1
-0
/
+1
2021-04-08
add support for Clang CFI
Sami Tolvanen
1
-0
/
+2
2021-03-13
linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*
Arnd Bergmann
1
-0
/
+6
2021-02-16
kbuild: check the minimum compiler version in Kconfig
Masahiro Yamada
1
-10
/
+0
2020-11-22
compiler-clang: remove version check for BPF Tracing
Nick Desaulniers
1
-0
/
+2
2020-11-14
compiler.h: fix barrier_data() on clang
Arvind Sankar
1
-6
/
+0
2020-10-13
compiler-clang: add build check for clang 10.0.1
Nick Desaulniers
1
-0
/
+8
2020-08-12
include/linux/compiler-clang.h: drop duplicated word in a comment
Randy Dunlap
1
-1
/
+1
2020-07-16
compiler: Remove uninitialized_var() macro
Kees Cook
1
-2
/
+0
2020-06-15
compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr
Marco Elver
1
-0
/
+8
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
1
-1
/
+10
2020-05-15
scs: Add support for Clang's Shadow Call Stack (SCS)
Sami Tolvanen
1
-0
/
+4
2019-11-20
kcsan: Improve various small stylistic details
Ingo Molnar
1
-1
/
+1
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver
1
-0
/
+9
2019-01-09
include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR
Michael S. Tsirkin
1
-3
/
+2
2018-12-28
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
1
-1
/
+5
2018-09-30
Compiler Attributes: use feature checks instead of version checks
Miguel Ojeda
1
-4
/
+0
2018-09-30
Compiler Attributes: homogenize __must_be_array
Miguel Ojeda
1
-1
/
+0
2018-09-30
Compiler Attributes: always use the extra-underscores syntax
Miguel Ojeda
1
-1
/
+1
2018-08-22
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
1
-11
/
+9
2018-05-31
compiler.h: enable builtin overflow checkers and add fallback code
Rasmus Villemoes
1
-0
/
+14
2018-04-20
kasan: add no_sanitize attribute for clang builds
Andrey Konovalov
1
-0
/
+3
2018-04-11
task_struct: only use anon struct under randstruct plugin
Kees Cook
1
-3
/
+0
2018-02-20
x86/retpoline: Support retpoline builds with Clang
David Woodhouse
1
-0
/
+5
2018-02-06
kasan: add compiler support for clang
Paul Lawrence
1
-0
/
+8
[next]