| Commit message (Expand) | Author | Age | Files | Lines |
* | kasan: enable instrumentation of global variables | Andrey Ryabinin | 2015-02-13 | 1 | -0/+4 |
* | compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompiles | Steven Noonan | 2014-10-28 | 1 | -1/+0 |
* | compiler/gcc4: Make quirk for asm_volatile_goto() unconditional | Steven Noonan | 2014-02-13 | 1 | -5/+1 |
* | compiler/gcc4: Add quirk for 'asm goto' miscompilation bug | Ingo Molnar | 2013-10-11 | 1 | -0/+15 |
* | gcc4: disable __compiletime_object_size for GCC 4.6+ | Guenter Roeck | 2013-04-29 | 1 | -1/+1 |
* | compiler{,-gcc4}.h, bug.h: Remove duplicate macros | Daniel Santos | 2013-02-21 | 1 | -2/+0 |
* | compiler-gcc{3,4}.h: Use GCC_VERSION macro | Daniel Santos | 2013-02-21 | 1 | -10/+10 |
* | compiler-gcc4.h: Reorder macros based upon gcc ver | Daniel Santos | 2013-02-21 | 1 | -9/+11 |
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-12-19 | 1 | -0/+2 |
|\ |
|
| * | __UNIQUE_ID() | Rusty Russell | 2012-12-14 | 1 | -0/+2 |
* | | byteorder: allow arch to opt to use GCC intrinsics for byteswapping | David Woodhouse | 2012-12-06 | 1 | -0/+10 |
|/ |
|
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2012-10-12 | 1 | -1/+1 |
|\ |
|
| * | compiler-gcc4.h: correct verion check for __compiletime_error | Daniel Santos | 2012-10-11 | 1 | -1/+1 |
* | | compiler.h: add __visible | Andi Kleen | 2012-09-17 | 1 | -0/+7 |
|/ |
|
* | kernel.h: add BUILD_BUG() macro | David Daney | 2012-01-10 | 1 | -0/+1 |
* | sparse: Undef __compiletime_{warning,error} if __CHECKER__ is defined | KOSAKI Motohiro | 2011-05-25 | 1 | -1/+1 |
* | include/linux/compiler-gcc*.h: unify macro definitions | Borislav Petkov | 2011-03-22 | 1 | -8/+0 |
* | compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functions | Mikael Pettersson | 2010-06-29 | 1 | -0/+4 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-12-05 | 1 | -0/+8 |
|\ |
|
| * | include/linux/compiler-gcc4.h: Fix build bug - gcc-4.0.2 doesn't understand _... | Andrew Morton | 2009-12-03 | 1 | -0/+2 |
| * | x86: Add a Kconfig option to turn the copy_from_user warnings into errors | Arjan van de Ven | 2009-10-02 | 1 | -0/+1 |
| * | x86: Turn the copy_from_user check into an (optional) compile time warning | Arjan van de Ven | 2009-10-01 | 1 | -0/+3 |
| * | x86: Use __builtin_object_size() to validate the buffer size for copy_from_us... | Arjan van de Ven | 2009-09-26 | 1 | -0/+2 |
* | | Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2) | David Daney | 2009-12-05 | 1 | -0/+14 |
|/ |
|
* | compiler-gcc4: conditionalize #error on __KERNEL__ | H. Peter Anvin | 2009-03-26 | 1 | -2/+4 |
* | Disallow gcc versions 4.1.{0,1} | Linus Torvalds | 2009-01-02 | 1 | -0/+5 |
* | Sanitize gcc version header includes | Linus Torvalds | 2009-01-02 | 1 | -4/+1 |
* | x86, core: remove CONFIG_FORCED_INLINING | Harvey Harrison | 2008-02-09 | 1 | -9/+0 |
* | remove __attribute_used__ | Adrian Bunk | 2008-01-28 | 1 | -1/+0 |
* | Force erroneous inclusions of compiler-*.h files to be errors | Robert P. J. Day | 2007-10-17 | 1 | -1/+3 |
* | x86: Support __attribute__((__cold__)) in gcc 4.3 | Andi Kleen | 2007-07-21 | 1 | -0/+18 |
* | compiler: introduce __used and __maybe_unused | David Rientjes | 2007-05-09 | 1 | -1/+2 |
* | Add unitialized_var() macro for suppressing gcc warnings | Borislav Petkov | 2007-05-07 | 1 | -0/+6 |
* | [PATCH] When CONFIG_CC_OPTIMIZE_FOR_SIZE, allow gcc4 to control inlining | Ingo Molnar | 2006-01-14 | 1 | -0/+9 |
* | [PATCH] Make __always_inline actually force always inlining | Ingo Molnar | 2006-01-14 | 1 | -1/+1 |
* | [PATCH] remove gcc-2 checks | Andrew Morton | 2006-01-08 | 1 | -7/+0 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+16 |