summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler-gcc.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-181-0/+2
* Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-lin...Linus Torvalds2019-01-201-4/+0Star
|\
| * include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin2019-01-091-4/+0Star
* | x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-091-1/+1
|/
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-281-0/+6
* compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky2018-11-051-12/+0Star
* Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-021-68/+7Star
|\
| * compiler-gcc: remove comment about gcc 4.5 from unreachable()ndesaulniers@google.com2018-10-191-4/+0Star
| * Compiler Attributes: use feature checks instead of version checksMiguel Ojeda2018-09-301-51/+0Star
| * Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda2018-09-301-4/+2Star
| * Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda2018-09-301-7/+0Star
| * Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda2018-09-301-6/+6
| * Compiler Attributes: remove unused attributesMiguel Ojeda2018-09-301-2/+0Star
* | Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-10-231-0/+7
|\ \ | |/ |/|
| * compiler: introduce __no_sanitize_address_or_inlineVasily Gorbik2018-10-091-0/+7
* | Compiler Attributes: naked can be sharedMiguel Ojeda2018-09-201-8/+0Star
* | Compiler Attributes: naked was fixed in gcc 4.6Miguel Ojeda2018-09-201-7/+1Star
|/
* include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers2018-08-231-88/+0Star
* Raise the minimum required gcc version to 4.6Joe Perches2018-08-201-68/+18Star
* deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds2018-08-181-1/+0Star
* compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsNick Desaulniers2018-07-031-7/+22
* kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann2018-06-251-0/+25
* compiler.h: enable builtin overflow checkers and add fallback codeRasmus Villemoes2018-06-011-0/+4
* task_struct: only use anon struct under randstruct pluginKees Cook2018-04-111-9/+3Star
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-261-0/+4
|\
| * x86/retpoline: Support retpoline builds with ClangDavid Woodhouse2018-02-201-0/+4
* | bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-221-1/+14
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-121-2/+5
|\
| * compiler-gcc.h: __nostackprotector needs gcc-4.4 and upGeert Uytterhoeven2018-02-081-2/+1Star
| * compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven2018-02-081-0/+4
* | sparse doesn't support struct randomizationMatthew Wilcox2018-01-191-1/+1
|/
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-10-241-1/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-0/+2
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-1/+12
| |\
| * | compiler-gcc.h: Introduce __nostackprotector function attributeTom Lendacky2017-07-181-0/+2
* | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-101-1/+12
|\ \ \ | | |/ | |/|
| * | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+12
| |\ \ | | |/ | |/|
| | * task_struct: Allow randomized layoutKees Cook2017-06-301-1/+12
* | | objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2017-07-281-16/+0Star
* | | x86/asm: Make objtool unreachable macros independent from GCC versionJosh Poimboeuf2017-07-251-16/+16
* | | x86/asm: Add ASM_UNREACHABLEKees Cook2017-07-251-4/+9
|/ /
* / compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabledDavid Rientjes2017-07-071-7/+11
|/
* gcc-plugins: Add the randstruct pluginKees Cook2017-06-231-0/+5
* compiler: Add __designated_init annotationKees Cook2017-05-281-0/+8
* objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2017-03-011-1/+1
* objtool, compiler.h: Fix __unreachable section relocation sizeJosh Poimboeuf2017-03-011-1/+1
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-281-1/+13
|\
| * objtool: Enclose contents of unreachable() macro in a blockJosh Poimboeuf2017-02-281-1/+2