summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler-gcc.h
AgeCommit message (Expand)Author
2018-07-22compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsNick Desaulniers
2018-05-30bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2018-04-24task_struct: only use anon struct under randstruct pluginKees Cook
2018-03-15x86/retpoline: Support retpoline builds with ClangDavid Woodhouse
2018-02-22compiler-gcc.h: __nostackprotector needs gcc-4.4 and upGeert Uytterhoeven
2018-02-22compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven
2017-12-25linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf
2017-07-25x86/asm: Make objtool unreachable macros independent from GCC versionJosh Poimboeuf
2017-07-25x86/asm: Add ASM_UNREACHABLEKees Cook
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-18compiler-gcc.h: Introduce __nostackprotector function attributeTom Lendacky
2017-07-06compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabledDavid Rientjes
2017-06-30task_struct: Allow randomized layoutKees Cook
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook
2017-05-28compiler: Add __designated_init annotationKees Cook
2017-03-01objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf
2017-03-01objtool, compiler.h: Fix __unreachable section relocation sizeJosh Poimboeuf
2017-02-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-28objtool: Enclose contents of unreachable() macro in a blockJosh Poimboeuf
2017-02-25objtool: Prevent GCC from merging annotate_unreachable()Josh Poimboeuf
2017-02-24compiler-gcc.h: add a new macro to wrap gcc attributeGideon Israel Dsouza
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza
2016-12-12compiler-gcc.h: use "proved" instead of "proofed"Benjamin Peterson
2016-11-30kasan: update kasan_global for gcc 7Dmitry Vyukov
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf
2016-08-26byteswap: don't use __builtin_bswap*() with sparseJohannes Berg
2016-05-19compiler.h: add support for malloc attributeRasmus Villemoes
2016-05-09compiler-gcc: require gcc 4.8 for powerpc __builtin_bswap16()Josh Poimboeuf
2016-04-05compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini
2015-11-06include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton
2015-11-05include/linux/compiler-gcc.h: hide assume_aligned attribute from sparseRasmus Villemoes
2015-11-05compiler.h: add support for function attribute assume_alignedRasmus Villemoes
2015-10-20compiler, atomics, kasan: Provide READ_ONCE_NOCHECK()Andrey Ryabinin
2015-06-25compiler-gcc: integrate the various compiler-gcc[345].h filesJoe Perches
2015-06-25compiler-gcc.h: neateningJoe Perches
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann
2015-02-13compiler: introduce __alias(symbol) shortcutAndrey Ryabinin
2013-12-05crypto: more robust crypto_memneqCesar Eduardo Barros
2013-02-21compiler-gcc.h: Add gcc-recommended GCC_VERSION macroDaniel Santos
2012-06-18ftrace: Make all inline tags also include notraceSteven Rostedt
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches
2011-12-21ftrace: Do not function trace inlined functionsSteven Rostedt
2011-05-25sparse: define __must_be_array() for __CHECKER__KOSAKI Motohiro