index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/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
2021-12-09
kcsan: Support WEAK_MEMORY with Clang where no objtool support exists
Marco Elver
2021-11-07
Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linux
Linus Torvalds
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
2021-10-22
compiler_types: mark __compiletime_assert failure as __noreturn
Miguel Ojeda
2021-09-25
compiler_types.h: Remove __compiletime_object_size()
Kees Cook
2021-09-12
Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...
Linus Torvalds
2021-09-09
compiler_attributes.h: move __compiletime_{error|warning}
Nick Desaulniers
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-01
kcov: add __no_sanitize_coverage to fix noinstr for all architectures
Marco Elver
2021-06-22
compiler_attributes.h: define __no_profile, add to noinstr
Nick Desaulniers
2021-04-08
cfi: add __cficanonical
Sami Tolvanen
2021-04-08
add support for Clang CFI
Sami Tolvanen
2021-01-04
Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linux
Linus Torvalds
2020-12-15
Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-12-02
Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECK
Masahiro Yamada
2020-10-29
bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
Ard Biesheuvel
2020-10-28
ctype.h: remove duplicate isdigit() helper
Arnd Bergmann
2020-08-29
sparse: use static inline for __chk_{user,io}_ptr()
Luc Van Oostenryck
2020-08-12
sparse: group the defines by functionality
Luc Van Oostenryck
2020-08-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-07-21
compiler.h: Move compiletime_assert() macros into compiler_types.h
Will Deacon
2020-07-08
Raise gcc version requirement to 4.9
Linus Torvalds
2020-06-26
Merge branch 'linus' into x86/entry, to resolve conflicts
Ingo Molnar
2020-06-18
sparse: use identifiers to define address spaces
Luc Van Oostenryck
2020-06-15
x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()
Peter Zijlstra
2020-06-15
compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr
Marco Elver
2020-06-15
x86, kcsan: Add __no_kcsan to noinstr
Peter Zijlstra
2020-06-15
kcsan: Remove __no_kcsan_or_inline
Peter Zijlstra
2020-06-11
compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...
Marco Elver
2020-06-11
compiler.h: Move function attributes to compiler_types.h
Marco Elver
2020-06-10
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-06-05
compiler_types.h: Use unoptimized __unqual_scalar_typeof for sparse
Marco Elver
2020-06-05
compiler_types.h: Optimize __unqual_scalar_typeof compilation time
Marco Elver
2020-06-05
compiler-types.h: Include naked type in __pick_integer_type() match
Will Deacon
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-05-19
vmlinux.lds.h: Create section for protection against instrumentation
Thomas Gleixner
2020-05-15
scs: Add support for Clang's Shadow Call Stack (SCS)
Sami Tolvanen
2020-04-16
READ_ONCE: Drop pointer qualifiers when reading from scalar types
Will Deacon
2020-04-07
compiler: remove CONFIG_OPTIMIZE_INLINING entirely
Masahiro Yamada
2019-09-21
Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linux
Linus Torvalds
2019-09-15
compiler-types.h: add asm_inline definition
Rasmus Villemoes
2019-09-15
compiler_types.h: don't #define __inline
Rasmus Villemoes
2019-09-09
kbuild: allow Clang to find unused static inline functions for W=1 build
Masahiro Yamada
2019-07-18
bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
Josh Poimboeuf
2019-06-08
compiler.h: add CC_USING_PATCHABLE_FUNCTION_ENTRY
Sven Schnelle
2019-05-14
compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
Masahiro Yamada
2018-12-14
include/linux/compiler_types.h: don't pollute userspace with macro definitions
Xiaozhou Liu
2018-11-06
include/linux/compiler*.h: define asm_volatile_goto
ndesaulniers@google.com
2018-09-30
Compiler Attributes: use feature checks instead of version checks
Miguel Ojeda
[next]