aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compiler.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-02Sanitize gcc version header includesLinus Torvalds1-6/+2
2008-11-23trace: profile all if conditionalsSteven Rostedt1-2/+36
2008-11-23trace: consolidate unlikely and likely profilerSteven Rostedt1-19/+5
2008-11-23trace: remove extra assign in branch checkSteven Rostedt1-2/+0
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt1-9/+10
2008-11-12tracing: branch tracer, fix vdso crashIngo Molnar1-1/+5
2008-11-12tracing: profile likely and unlikely annotationsSteven Rostedt1-2/+59
2008-10-14ftrace: move notrace to compiler.hSteven Rostedt1-0/+2
2008-08-18rcu: remove redundant ACCESS_ONCE definition from rcupreempt.cPaul E. McKenney1-1/+3
2008-05-10Move ACCESS_ONCE() to <linux/compiler.h>Linus Torvalds1-0/+12
2008-03-04add noinline_for_stackAndrew Morton1-0/+6
2008-01-28remove __attribute_used__Adrian Bunk1-4/+0
2008-01-28compiler.h: introduce __section()Sam Ravnborg1-0/+5
2007-10-25Permit silencing of __deprecated warnings.Jeff Garzik1-0/+6
2007-10-18Replace __attribute_pure__ with __pureRalf Baechle1-14/+0
2007-07-26make __chk_{user,io}_ptr() accept pointers to volatileAl Viro1-2/+2
2007-07-21x86: Support __attribute__((__cold__)) in gcc 4.3Andi Kleen1-0/+9
2007-05-21x86_64: Support gcc 5 properlyAndi Kleen1-3/+1
2007-05-09compiler: introduce __used and __maybe_unusedDavid Rientjes1-3/+18
2007-03-26[PATCH] Add const to pointer qualifiers for __chk_user_ptr and __chk_io_ptr.Russ Cox1-2/+2
2006-12-12include/linux/compiler.h: reject gcc 3 < gcc 3.2Alistair John Strachan1-1/+1
2006-10-01[PATCH] Pass sparse the lock expression given to lock annotationsJosh Triplett1-4/+4
2006-09-29[PATCH] Pass a lock expression to __cond_lock, like __acquire and __releaseJosh Triplett1-2/+2
2006-09-25add CONFIG_ENABLE_MUST_CHECKAndrew Morton1-0/+5
2006-05-04Restore __attribute_const__ to user-visibility in linux/compiler.h...for nowDavid Woodhouse1-9/+10
2006-05-02Guard some of linux/compiler.h with #ifdef __KERNEL__David Woodhouse1-0/+2
2006-01-08[PATCH] Abandon gcc-2.95.xAndrew Morton1-2/+0
2005-05-01[PATCH] Add deprecated_for_modulesPaul E. McKenney1-0/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+152