aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compiler-gcc4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin1-0/+4
2014-10-28compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompilesSteven Noonan1-1/+0
2014-02-13compiler/gcc4: Make quirk for asm_volatile_goto() unconditionalSteven Noonan1-5/+1
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-0/+15
2013-04-29gcc4: disable __compiletime_object_size for GCC 4.6+Guenter Roeck1-1/+1
2013-02-21compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos1-2/+0
2013-02-21compiler-gcc{3,4}.h: Use GCC_VERSION macroDaniel Santos1-10/+10
2013-02-21compiler-gcc4.h: Reorder macros based upon gcc verDaniel Santos1-9/+11
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+2
2012-12-14__UNIQUE_ID()Rusty Russell1-0/+2
2012-12-06byteorder: allow arch to opt to use GCC intrinsics for byteswappingDavid Woodhouse1-0/+10
2012-10-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2012-10-11compiler-gcc4.h: correct verion check for __compiletime_errorDaniel Santos1-1/+1
2012-09-17compiler.h: add __visibleAndi Kleen1-0/+7
2012-01-10kernel.h: add BUILD_BUG() macroDavid Daney1-0/+1
2011-05-25sparse: Undef __compiletime_{warning,error} if __CHECKER__ is definedKOSAKI Motohiro1-1/+1
2011-03-22include/linux/compiler-gcc*.h: unify macro definitionsBorislav Petkov1-8/+0
2010-06-29compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functionsMikael Pettersson1-0/+4
2009-12-05Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+8
2009-12-05Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)David Daney1-0/+14
2009-12-03include/linux/compiler-gcc4.h: Fix build bug - gcc-4.0.2 doesn't understand __builtin_object_sizeAndrew Morton1-0/+2
2009-10-02x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven1-0/+1
2009-10-01x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven1-0/+3
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_user()Arjan van de Ven1-0/+2
2009-03-26compiler-gcc4: conditionalize #error on __KERNEL__H. Peter Anvin1-2/+4
2009-01-02Disallow gcc versions 4.1.{0,1}Linus Torvalds1-0/+5
2009-01-02Sanitize gcc version header includesLinus Torvalds1-4/+1
2008-02-09x86, core: remove CONFIG_FORCED_INLININGHarvey Harrison1-9/+0
2008-01-28remove __attribute_used__Adrian Bunk1-1/+0
2007-10-17Force erroneous inclusions of compiler-*.h files to be errorsRobert P. J. Day1-1/+3
2007-07-21x86: Support __attribute__((__cold__)) in gcc 4.3Andi Kleen1-0/+18
2007-05-09compiler: introduce __used and __maybe_unusedDavid Rientjes1-1/+2
2007-05-07Add unitialized_var() macro for suppressing gcc warningsBorislav Petkov1-0/+6
2006-01-14[PATCH] When CONFIG_CC_OPTIMIZE_FOR_SIZE, allow gcc4 to control inliningIngo Molnar1-0/+9
2006-01-14[PATCH] Make __always_inline actually force always inliningIngo Molnar1-1/+1
2006-01-08[PATCH] remove gcc-2 checksAndrew Morton1-7/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+16