aboutsummaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Merge branch 'master' into percpuGravatar Tejun Heo 1-0/+20
2009-12-05Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+11
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+4
2009-12-05Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)Gravatar David Daney 1-0/+5
2009-11-02compiler: Introduce __always_unusedGravatar Li Zefan 1-0/+4
2009-10-29percpu: add __percpu for sparse.Gravatar Rusty Russell 1-1/+3
2009-10-02x86: Add a Kconfig option to turn the copy_from_user warnings into errorsGravatar Arjan van de Ven 1-0/+3
2009-10-01x86: Turn the copy_from_user check into an (optional) compile time warningGravatar Arjan van de Ven 1-0/+4
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Gravatar Arjan van de Ven 1-0/+4
2009-06-12module_param: add __same_type convenience wrapper for __builtin_types_compati...Gravatar Rusty Russell 1-0/+5
2009-04-07branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=yGravatar Linus Torvalds 1-1/+3
2009-04-07branch tracer: Fix for enabling branch profiling makes sparse unusableGravatar Bart Van Assche 1-1/+2
2009-03-17tracing: optimization of branch tracerGravatar Witold Baryluk 1-4/+2
2009-01-02Sanitize gcc version header includesGravatar Linus Torvalds 1-6/+2
2008-11-23trace: profile all if conditionalsGravatar Steven Rostedt 1-2/+36
2008-11-23trace: consolidate unlikely and likely profilerGravatar Steven Rostedt 1-19/+5
2008-11-23trace: remove extra assign in branch checkGravatar Steven Rostedt 1-2/+0
2008-11-12trace: rename unlikely profiler to branch profilerGravatar Steven Rostedt 1-9/+10
2008-11-12tracing: branch tracer, fix vdso crashGravatar Ingo Molnar 1-1/+5
2008-11-12tracing: profile likely and unlikely annotationsGravatar Steven Rostedt 1-2/+59
2008-10-14ftrace: move notrace to compiler.hGravatar Steven Rostedt 1-0/+2
2008-08-18rcu: remove redundant ACCESS_ONCE definition from rcupreempt.cGravatar Paul E. McKenney 1-1/+3
2008-05-10Move ACCESS_ONCE() to <linux/compiler.h>Gravatar Linus Torvalds 1-0/+12
2008-03-04add noinline_for_stackGravatar Andrew Morton 1-0/+6
2008-01-28remove __attribute_used__Gravatar Adrian Bunk 1-4/+0
2008-01-28compiler.h: introduce __section()Gravatar Sam Ravnborg 1-0/+5
2007-10-25Permit silencing of __deprecated warnings.Gravatar Jeff Garzik 1-0/+6
2007-10-18Replace __attribute_pure__ with __pureGravatar Ralf Baechle 1-14/+0
2007-07-26make __chk_{user,io}_ptr() accept pointers to volatileGravatar Al Viro 1-2/+2
2007-07-21x86: Support __attribute__((__cold__)) in gcc 4.3Gravatar Andi Kleen 1-0/+9
2007-05-21x86_64: Support gcc 5 properlyGravatar Andi Kleen 1-3/+1
2007-05-09compiler: introduce __used and __maybe_unusedGravatar David Rientjes 1-3/+18
2007-03-26[PATCH] Add const to pointer qualifiers for __chk_user_ptr and __chk_io_ptr.Gravatar Russ Cox 1-2/+2
2006-12-12include/linux/compiler.h: reject gcc 3 < gcc 3.2Gravatar Alistair John Strachan 1-1/+1
2006-10-01[PATCH] Pass sparse the lock expression given to lock annotationsGravatar Josh Triplett 1-4/+4
2006-09-29[PATCH] Pass a lock expression to __cond_lock, like __acquire and __releaseGravatar Josh Triplett 1-2/+2
2006-09-25add CONFIG_ENABLE_MUST_CHECKGravatar Andrew Morton 1-0/+5
2006-05-04Restore __attribute_const__ to user-visibility in linux/compiler.h...for nowGravatar David Woodhouse 1-9/+10
2006-05-02Guard some of linux/compiler.h with #ifdef __KERNEL__Gravatar David Woodhouse 1-0/+2
2006-01-08[PATCH] Abandon gcc-2.95.xGravatar Andrew Morton 1-2/+0
2005-05-01[PATCH] Add deprecated_for_modulesGravatar Paul E. McKenney 1-0/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+152