Guenter Roeck
|
2fb0815c9e
gcc4: disable __compiletime_object_size for GCC 4.6+
|
12 years ago |
Daniel Santos
|
6ae8d04871
compiler{,-gcc4}.h, bug.h: Remove duplicate macros
|
12 years ago |
Daniel Santos
|
733ed6e437
compiler-gcc{3,4}.h: Use GCC_VERSION macro
|
12 years ago |
Daniel Santos
|
6640dfdf6f
compiler-gcc4.h: Reorder macros based upon gcc ver
|
12 years ago |
Linus Torvalds
|
7a684c452e
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
|
12 years ago |
Rusty Russell
|
6f33d58794
__UNIQUE_ID()
|
12 years ago |
David Woodhouse
|
cf66bb93e0
byteorder: allow arch to opt to use GCC intrinsics for byteswapping
|
12 years ago |
Linus Torvalds
|
ae3e462828
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
|
12 years ago |
Daniel Santos
|
415c2c525f
compiler-gcc4.h: correct verion check for __compiletime_error
|
12 years ago |
Andi Kleen
|
9a858dc7ce
compiler.h: add __visible
|
12 years ago |
David Daney
|
1399ff86f2
kernel.h: add BUILD_BUG() macro
|
13 years ago |
KOSAKI Motohiro
|
746a2a838d
sparse: Undef __compiletime_{warning,error} if __CHECKER__ is defined
|
14 years ago |
Borislav Petkov
|
c837fb37a6
include/linux/compiler-gcc*.h: unify macro definitions
|
14 years ago |
Mikael Pettersson
|
9c695203a7
compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functions
|
15 years ago |
Linus Torvalds
|
ef26b1691d
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
15 years ago |
David Daney
|
38938c879e
Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)
|
15 years ago |
Andrew Morton
|
7cff7ce94a
include/linux/compiler-gcc4.h: Fix build bug - gcc-4.0.2 doesn't understand __builtin_object_size
|
15 years ago |
Arjan van de Ven
|
63312b6a6f
x86: Add a Kconfig option to turn the copy_from_user warnings into errors
|
15 years ago |
Arjan van de Ven
|
4a31276930
x86: Turn the copy_from_user check into an (optional) compile time warning
|
15 years ago |
Arjan van de Ven
|
9f0cf4adb6
x86: Use __builtin_object_size() to validate the buffer size for copy_from_user()
|
15 years ago |
H. Peter Anvin
|
8cd2c29dd5
compiler-gcc4: conditionalize #error on __KERNEL__
|
16 years ago |
Linus Torvalds
|
f9d1425007
Disallow gcc versions 4.1.{0,1}
|
16 years ago |
Linus Torvalds
|
f153b82121
Sanitize gcc version header includes
|
16 years ago |
Harvey Harrison
|
185c045c24
x86, core: remove CONFIG_FORCED_INLINING
|
17 years ago |
Adrian Bunk
|
3ff6eecca4
remove __attribute_used__
|
17 years ago |
Robert P. J. Day
|
94f582f82a
Force erroneous inclusions of compiler-*.h files to be errors
|
17 years ago |
Andi Kleen
|
a586df067a
x86: Support __attribute__((__cold__)) in gcc 4.3
|
18 years ago |
David Rientjes
|
0d7ebbbc6e
compiler: introduce __used and __maybe_unused
|
18 years ago |
Borislav Petkov
|
9490991482
Add unitialized_var() macro for suppressing gcc warnings
|
18 years ago |
Ingo Molnar
|
a9df3d0f31
[PATCH] When CONFIG_CC_OPTIMIZE_FOR_SIZE, allow gcc4 to control inlining
|
19 years ago |