aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/compiler_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds1-26/+1
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar1-4/+4
2020-06-18sparse: use identifiers to define address spacesLuc Van Oostenryck1-4/+4
2020-06-15x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra1-1/+1
2020-06-15compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrMarco Elver1-1/+2
2020-06-15x86, kcsan: Add __no_kcsan to noinstrPeter Zijlstra1-4/+4
2020-06-15kcsan: Remove __no_kcsan_or_inlinePeter Zijlstra1-4/+1
2020-06-11compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to decide inliningMarco Elver1-5/+8
2020-06-11compiler.h: Move function attributes to compiler_types.hMarco Elver1-0/+29
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxLinus Torvalds1-0/+47
2020-06-05compiler_types.h: Use unoptimized __unqual_scalar_typeof for sparseMarco Elver1-1/+1
2020-06-05compiler_types.h: Optimize __unqual_scalar_typeof compilation timeMarco Elver1-1/+22
2020-06-05compiler-types.h: Include naked type in __pick_integer_type() matchWill Deacon1-2/+7
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+4
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner1-0/+4
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen1-0/+4
2020-04-16READ_ONCE: Drop pointer qualifiers when reading from scalar typesWill Deacon1-0/+21
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada1-10/+1
2019-09-21Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds1-1/+16
2019-09-15compiler-types.h: add asm_inline definitionRasmus Villemoes1-0/+6
2019-09-15compiler_types.h: don't #define __inlineRasmus Villemoes1-1/+10
2019-09-09kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada1-6/+14
2019-07-18bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf1-0/+4
2019-06-08compiler.h: add CC_USING_PATCHABLE_FUNCTION_ENTRYSven Schnelle1-0/+2
2019-05-14compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada1-2/+1
2018-12-14include/linux/compiler_types.h: don't pollute userspace with macro definitionsXiaozhou Liu1-54/+54
2018-11-06include/linux/compiler*.h: define asm_volatile_gotondesaulniers@google.com1-0/+4
2018-09-30Compiler Attributes: use feature checks instead of version checksMiguel Ojeda1-64/+10
2018-09-30Compiler Attributes: add missing SPDX ID in compiler_types.hMiguel Ojeda1-0/+1
2018-09-30Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda1-1/+1
2018-09-30Compiler Attributes: remove unneeded testsMiguel Ojeda1-20/+3
2018-09-30Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda1-21/+21
2018-09-30Compiler Attributes: remove unused attributesMiguel Ojeda1-1/+0
2018-09-20Compiler Attributes: naked can be sharedMiguel Ojeda1-0/+8
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+12
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers1-124/+114
2018-08-21compiler.h: Allow arch-specific asm/compiler.hPaul Burton1-0/+12
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds1-19/+2
2018-06-25kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann1-0/+18
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon1-0/+274