aboutsummaryrefslogtreecommitdiff
path: root/include/linux/compiler-gcc.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-18bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Gravatar Josh Poimboeuf 1-0/+2
2019-01-21Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-lin...Gravatar Linus Torvalds 1-4/+0
2019-01-09include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARGravatar Michael S. Tsirkin 1-4/+0
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEGravatar WANG Chao 1-1/+1
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSGravatar Andrey Konovalov 1-0/+6
2018-11-05compiler: remove __no_sanitize_address_or_inline againGravatar Martin Schwidefsky 1-12/+0
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Gravatar Linus Torvalds 1-68/+7
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-0/+7
2018-10-19compiler-gcc: remove comment about gcc 4.5 from unreachable()Gravatar ndesaulniers@google.com 1-4/+0
2018-10-09compiler: introduce __no_sanitize_address_or_inlineGravatar Vasily Gorbik 1-0/+7
2018-09-30Compiler Attributes: use feature checks instead of version checksGravatar Miguel Ojeda 1-51/+0
2018-09-30Compiler Attributes: remove unneeded sparse (__CHECKER__) testsGravatar Miguel Ojeda 1-4/+2
2018-09-30Compiler Attributes: homogenize __must_be_arrayGravatar Miguel Ojeda 1-7/+0
2018-09-30Compiler Attributes: always use the extra-underscores syntaxGravatar Miguel Ojeda 1-6/+6
2018-09-30Compiler Attributes: remove unused attributesGravatar Miguel Ojeda 1-2/+0
2018-09-20Compiler Attributes: naked can be sharedGravatar Miguel Ojeda 1-8/+0
2018-09-20Compiler Attributes: naked was fixed in gcc 4.6Gravatar Miguel Ojeda 1-7/+1
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveGravatar Nick Desaulniers 1-88/+0
2018-08-20Raise the minimum required gcc version to 4.6Gravatar Joe Perches 1-68/+18
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodGravatar Linus Torvalds 1-1/+0
2018-07-03compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsGravatar Nick Desaulniers 1-7/+22
2018-06-25kbuild: add macro for controlling warnings to linux/compiler.hGravatar Arnd Bergmann 1-0/+25
2018-05-31compiler.h: enable builtin overflow checkers and add fallback codeGravatar Rasmus Villemoes 1-0/+4
2018-04-11task_struct: only use anon struct under randstruct pluginGravatar Kees Cook 1-9/+3
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+4
2018-02-21bug.h: work around GCC PR82365 in BUG()Gravatar Arnd Bergmann 1-1/+14
2018-02-20x86/retpoline: Support retpoline builds with ClangGravatar David Woodhouse 1-0/+4
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+5
2018-02-08compiler-gcc.h: __nostackprotector needs gcc-4.4 and upGravatar Geert Uytterhoeven 1-2/+1
2018-02-08compiler-gcc.h: Introduce __optimize function attributeGravatar Geert Uytterhoeven 1-0/+4
2018-01-19sparse doesn't support struct randomizationGravatar Matthew Wilcox 1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hGravatar Will Deacon 1-1/+1
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsGravatar Ingo Molnar 1-1/+12
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesGravatar Ingo Molnar 1-1/+12
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsGravatar Josh Poimboeuf 1-16/+0
2017-07-25x86/asm: Make objtool unreachable macros independent from GCC versionGravatar Josh Poimboeuf 1-16/+16
2017-07-25x86/asm: Add ASM_UNREACHABLEGravatar Kees Cook 1-4/+9
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+12
2017-07-18compiler-gcc.h: Introduce __nostackprotector function attributeGravatar Tom Lendacky 1-0/+2
2017-07-06compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabledGravatar David Rientjes 1-7/+11
2017-06-30task_struct: Allow randomized layoutGravatar Kees Cook 1-1/+12
2017-06-22gcc-plugins: Add the randstruct pluginGravatar Kees Cook 1-0/+5
2017-05-28compiler: Add __designated_init annotationGravatar Kees Cook 1-0/+8
2017-03-01objtool, modules: Discard objtool annotation sections for modulesGravatar Josh Poimboeuf 1-1/+1
2017-03-01objtool, compiler.h: Fix __unreachable section relocation sizeGravatar Josh Poimboeuf 1-1/+1
2017-02-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+13
2017-02-28objtool: Enclose contents of unreachable() macro in a blockGravatar Josh Poimboeuf 1-1/+2