index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
compiler_types.h
Age
Commit message (
Expand
)
Author
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
2018-09-30
Compiler Attributes: add missing SPDX ID in compiler_types.h
Miguel Ojeda
2018-09-30
Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
Miguel Ojeda
2018-09-30
Compiler Attributes: remove unneeded tests
Miguel Ojeda
2018-09-30
Compiler Attributes: always use the extra-underscores syntax
Miguel Ojeda
2018-09-30
Compiler Attributes: remove unused attributes
Miguel Ojeda
2018-09-20
Compiler Attributes: naked can be shared
Miguel Ojeda
2018-08-23
Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
2018-08-22
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
2018-08-21
compiler.h: Allow arch-specific asm/compiler.h
Paul Burton
2018-08-18
deprecate the '__deprecated' attribute warnings entirely and for good
Linus Torvalds
2018-06-25
kbuild: add macro for controlling warnings to linux/compiler.h
Arnd Bergmann
2017-10-24
linux/compiler.h: Split into compiler.h and compiler_types.h
Will Deacon