aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compiler-gcc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf1-0/+2
2019-01-21Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-linus-v5.0-rc3' of git://github.com/ojeda/linuxLinus Torvalds1-4/+0
2019-01-09include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin1-4/+0
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-0/+6
2018-11-05compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky1-12/+0
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linuxLinus Torvalds1-68/+7
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+7
2018-10-19compiler-gcc: remove comment about gcc 4.5 from unreachable()ndesaulniers@google.com1-4/+0
2018-10-09compiler: introduce __no_sanitize_address_or_inlineVasily Gorbik1-0/+7
2018-09-30Compiler Attributes: use feature checks instead of version checksMiguel Ojeda1-51/+0
2018-09-30Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda1-4/+2
2018-09-30Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda1-7/+0
2018-09-30Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda1-6/+6
2018-09-30Compiler Attributes: remove unused attributesMiguel Ojeda1-2/+0
2018-09-20Compiler Attributes: naked can be sharedMiguel Ojeda1-8/+0
2018-09-20Compiler Attributes: naked was fixed in gcc 4.6Miguel Ojeda1-7/+1
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers1-88/+0
2018-08-20Raise the minimum required gcc version to 4.6Joe Perches1-68/+18
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds1-1/+0
2018-07-03compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsNick Desaulniers1-7/+22
2018-06-25kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann1-0/+25
2018-05-31compiler.h: enable builtin overflow checkers and add fallback codeRasmus Villemoes1-0/+4
2018-04-11task_struct: only use anon struct under randstruct pluginKees Cook1-9/+3
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-1/+14
2018-02-20x86/retpoline: Support retpoline builds with ClangDavid Woodhouse1-0/+4
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+5
2018-02-08compiler-gcc.h: __nostackprotector needs gcc-4.4 and upGeert Uytterhoeven1-2/+1
2018-02-08compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven1-0/+4
2018-01-19sparse doesn't support struct randomizationMatthew Wilcox1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon1-1/+1
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-1/+12
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1-1/+12
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf1-16/+0
2017-07-25x86/asm: Make objtool unreachable macros independent from GCC versionJosh Poimboeuf1-16/+16
2017-07-25x86/asm: Add ASM_UNREACHABLEKees Cook1-4/+9
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+12
2017-07-18compiler-gcc.h: Introduce __nostackprotector function attributeTom Lendacky1-0/+2
2017-07-06compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabledDavid Rientjes1-7/+11
2017-06-30task_struct: Allow randomized layoutKees Cook1-1/+12
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook1-0/+5
2017-05-28compiler: Add __designated_init annotationKees Cook1-0/+8
2017-03-01objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf1-1/+1
2017-03-01objtool, compiler.h: Fix __unreachable section relocation sizeJosh Poimboeuf1-1/+1
2017-02-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+13
2017-02-28objtool: Enclose contents of unreachable() macro in a blockJosh Poimboeuf1-1/+2