summaryrefslogtreecommitdiff
path: root/include/linux/compiler_types.h
AgeCommit message (Expand)Author
2019-09-21Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds
2019-09-15compiler-types.h: add asm_inline definitionRasmus Villemoes
2019-09-15compiler_types.h: don't #define __inlineRasmus Villemoes
2019-09-09kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada
2019-07-18bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf
2019-06-08compiler.h: add CC_USING_PATCHABLE_FUNCTION_ENTRYSven Schnelle
2019-05-14compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada
2018-12-14include/linux/compiler_types.h: don't pollute userspace with macro definitionsXiaozhou Liu
2018-11-06include/linux/compiler*.h: define asm_volatile_gotondesaulniers@google.com
2018-09-30Compiler Attributes: use feature checks instead of version checksMiguel Ojeda
2018-09-30Compiler Attributes: add missing SPDX ID in compiler_types.hMiguel Ojeda
2018-09-30Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda
2018-09-30Compiler Attributes: remove unneeded testsMiguel Ojeda
2018-09-30Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda
2018-09-30Compiler Attributes: remove unused attributesMiguel Ojeda
2018-09-20Compiler Attributes: naked can be sharedMiguel Ojeda
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers
2018-08-21compiler.h: Allow arch-specific asm/compiler.hPaul Burton
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds
2018-06-25kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon