index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
compiler-clang.h
Age
Commit message (
Expand
)
Author
2021-09-13
compiler.h: drop fallback overflow checkers
Nick Desaulniers
2021-07-01
kcov: add __no_sanitize_coverage to fix noinstr for all architectures
Marco Elver
2021-04-08
cfi: add __cficanonical
Sami Tolvanen
2021-04-08
add support for Clang CFI
Sami Tolvanen
2021-03-13
linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*
Arnd Bergmann
2021-02-16
kbuild: check the minimum compiler version in Kconfig
Masahiro Yamada
2020-11-22
compiler-clang: remove version check for BPF Tracing
Nick Desaulniers
2020-11-14
compiler.h: fix barrier_data() on clang
Arvind Sankar
2020-10-13
compiler-clang: add build check for clang 10.0.1
Nick Desaulniers
2020-08-12
include/linux/compiler-clang.h: drop duplicated word in a comment
Randy Dunlap
2020-07-16
compiler: Remove uninitialized_var() macro
Kees Cook
2020-06-15
compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr
Marco Elver
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
2020-05-15
scs: Add support for Clang's Shadow Call Stack (SCS)
Sami Tolvanen
2019-11-20
kcsan: Improve various small stylistic details
Ingo Molnar
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver
2019-01-09
include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR
Michael S. Tsirkin
2018-12-28
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
2018-09-30
Compiler Attributes: use feature checks instead of version checks
Miguel Ojeda
2018-09-30
Compiler Attributes: homogenize __must_be_array
Miguel Ojeda
2018-09-30
Compiler Attributes: always use the extra-underscores syntax
Miguel Ojeda
2018-08-22
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
2018-05-31
compiler.h: enable builtin overflow checkers and add fallback code
Rasmus Villemoes
2018-04-20
kasan: add no_sanitize attribute for clang builds
Andrey Konovalov
2018-04-11
task_struct: only use anon struct under randstruct plugin
Kees Cook
2018-02-20
x86/retpoline: Support retpoline builds with Clang
David Woodhouse
2018-02-06
kasan: add compiler support for clang
Paul Lawrence
2017-11-17
include/linux/compiler-clang.h: handle randomizable anonymous structs
Sandipan Das
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-24
linux/compiler.h: Split into compiler.h and compiler_types.h
Will Deacon
2017-07-06
compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled
David Rientjes
2017-06-11
compiler, clang: properly override 'inline' for clang
Linus Torvalds
2017-06-06
compiler, clang: suppress warning for unused static inline functions
David Rientjes
2016-02-08
Kbuild: provide a __UNIQUE_ID for clang
Arnd Bergmann
2014-04-09
LLVMLinux: Add support for clang to compiler.h and new compiler-clang.h
Mark Charlebois