index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
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
2020-08-29
sparse: use static inline for __chk_{user,io}_ptr()
Luc Van Oostenryck
1
-2
/
+2
2020-08-12
sparse: group the defines by functionality
Luc Van Oostenryck
1
-19
/
+25
2020-08-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+41
2020-07-21
compiler.h: Move compiletime_assert() macros into compiler_types.h
Will Deacon
1
-0
/
+41
2020-07-08
Raise gcc version requirement to 4.9
Linus Torvalds
1
-26
/
+1
2020-06-26
Merge branch 'linus' into x86/entry, to resolve conflicts
Ingo Molnar
1
-4
/
+4
2020-06-18
sparse: use identifiers to define address spaces
Luc Van Oostenryck
1
-4
/
+4
2020-06-15
x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()
Peter Zijlstra
1
-1
/
+1
2020-06-15
compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr
Marco Elver
1
-1
/
+2
2020-06-15
x86, kcsan: Add __no_kcsan to noinstr
Peter Zijlstra
1
-4
/
+4
2020-06-15
kcsan: Remove __no_kcsan_or_inline
Peter Zijlstra
1
-4
/
+1
2020-06-11
compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...
Marco Elver
1
-5
/
+8
2020-06-11
compiler.h: Move function attributes to compiler_types.h
Marco Elver
1
-0
/
+29
2020-06-10
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+47
2020-06-05
compiler_types.h: Use unoptimized __unqual_scalar_typeof for sparse
Marco Elver
1
-1
/
+1
2020-06-05
compiler_types.h: Optimize __unqual_scalar_typeof compilation time
Marco Elver
1
-1
/
+22
2020-06-05
compiler-types.h: Include naked type in __pick_integer_type() match
Will Deacon
1
-2
/
+7
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+4
2020-05-19
vmlinux.lds.h: Create section for protection against instrumentation
Thomas Gleixner
1
-0
/
+4
2020-05-15
scs: Add support for Clang's Shadow Call Stack (SCS)
Sami Tolvanen
1
-0
/
+4
2020-04-16
READ_ONCE: Drop pointer qualifiers when reading from scalar types
Will Deacon
1
-0
/
+21
2020-04-07
compiler: remove CONFIG_OPTIMIZE_INLINING entirely
Masahiro Yamada
1
-10
/
+1
2019-09-21
Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linux
Linus Torvalds
1
-1
/
+16
2019-09-15
compiler-types.h: add asm_inline definition
Rasmus Villemoes
1
-0
/
+6
2019-09-15
compiler_types.h: don't #define __inline
Rasmus Villemoes
1
-1
/
+10
2019-09-09
kbuild: allow Clang to find unused static inline functions for W=1 build
Masahiro Yamada
1
-6
/
+14
2019-07-18
bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
Josh Poimboeuf
1
-0
/
+4
2019-06-08
compiler.h: add CC_USING_PATCHABLE_FUNCTION_ENTRY
Sven Schnelle
1
-0
/
+2
2019-05-14
compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
Masahiro Yamada
1
-2
/
+1
2018-12-14
include/linux/compiler_types.h: don't pollute userspace with macro definitions
Xiaozhou Liu
1
-54
/
+54
2018-11-06
include/linux/compiler*.h: define asm_volatile_goto
ndesaulniers@google.com
1
-0
/
+4
2018-09-30
Compiler Attributes: use feature checks instead of version checks
Miguel Ojeda
1
-64
/
+10
2018-09-30
Compiler Attributes: add missing SPDX ID in compiler_types.h
Miguel Ojeda
1
-0
/
+1
2018-09-30
Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
Miguel Ojeda
1
-1
/
+1
2018-09-30
Compiler Attributes: remove unneeded tests
Miguel Ojeda
1
-20
/
+3
2018-09-30
Compiler Attributes: always use the extra-underscores syntax
Miguel Ojeda
1
-21
/
+21
2018-09-30
Compiler Attributes: remove unused attributes
Miguel Ojeda
1
-1
/
+0
2018-09-20
Compiler Attributes: naked can be shared
Miguel Ojeda
1
-0
/
+8
2018-08-23
Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
1
-0
/
+12
2018-08-22
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
1
-124
/
+114
2018-08-21
compiler.h: Allow arch-specific asm/compiler.h
Paul Burton
1
-0
/
+12
2018-08-18
deprecate the '__deprecated' attribute warnings entirely and for good
Linus Torvalds
1
-19
/
+2
2018-06-25
kbuild: add macro for controlling warnings to linux/compiler.h
Arnd Bergmann
1
-0
/
+18
2017-10-24
linux/compiler.h: Split into compiler.h and compiler_types.h
Will Deacon
1
-0
/
+274