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
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