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