aboutsummaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* Backport minimal compiler_attributes.h to support GCC 9r11.0Miguel Ojeda2020-12-081-0/+16
* branch-check: fix long->int truncation when profiling branchesMikulas Patocka2020-12-081-1/+1
* tracing: Fix freak link error caused by branch tracerArnd Bergmann2020-12-081-1/+1
* compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos2020-12-081-3/+0
* __UNIQUE_ID()Rusty Russell2020-12-081-0/+9
* compiler.h: add __visibleAndi Kleen2020-12-081-0/+4
* locking: Remove atomicy checks from {READ,WRITE}_ONCEPeter Zijlstra2020-12-081-12/+0
* kernel: make READ_ONCE() valid on const argumentsLinus Torvalds2020-12-081-3/+3
* kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger2020-06-111-6/+6
* kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger2020-06-111-0/+68
* compiler.h: Fix typoAlexander Stein2012-02-281-1/+1
* kernel.h: add BUILD_BUG() macroDavid Daney2012-01-101-1/+3
* rcu: define __rcu address space modifier for sparsePaul E. McKenney2010-08-191-0/+4
* rcu: add __rcu API for later sparse checkingPaul E. McKenney2010-06-141-0/+2
* Merge branch 'master' into percpuTejun Heo2010-01-051-0/+20
|\
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-051-0/+11
| |\
| | * x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven2009-10-021-0/+3
| | * x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven2009-10-011-0/+4
| | * x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven2009-09-261-0/+4
| * | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-051-0/+4
| |\ \
| | * | compiler: Introduce __always_unusedLi Zefan2009-11-021-0/+4
| | |/
| * / Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)David Daney2009-12-051-0/+5
| |/
* / percpu: add __percpu for sparse.Rusty Russell2009-10-291-1/+3
|/
* module_param: add __same_type convenience wrapper for __builtin_types_compati...Rusty Russell2009-06-121-0/+5
* branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=yLinus Torvalds2009-04-071-1/+3
* branch tracer: Fix for enabling branch profiling makes sparse unusableBart Van Assche2009-04-071-1/+2
* tracing: optimization of branch tracerWitold Baryluk2009-03-171-4/+2
* Sanitize gcc version header includesLinus Torvalds2009-01-021-6/+2
* trace: profile all if conditionalsSteven Rostedt2008-11-231-2/+36
* trace: consolidate unlikely and likely profilerSteven Rostedt2008-11-231-19/+5
* trace: remove extra assign in branch checkSteven Rostedt2008-11-231-2/+0
* trace: rename unlikely profiler to branch profilerSteven Rostedt2008-11-121-9/+10
* tracing: branch tracer, fix vdso crashIngo Molnar2008-11-121-1/+5
* tracing: profile likely and unlikely annotationsSteven Rostedt2008-11-121-2/+59
* ftrace: move notrace to compiler.hSteven Rostedt2008-10-141-0/+2
* rcu: remove redundant ACCESS_ONCE definition from rcupreempt.cPaul E. McKenney2008-08-181-1/+3
* Move ACCESS_ONCE() to <linux/compiler.h>Linus Torvalds2008-05-101-0/+12
* add noinline_for_stackAndrew Morton2008-03-041-0/+6
* remove __attribute_used__Adrian Bunk2008-01-281-4/+0
* compiler.h: introduce __section()Sam Ravnborg2008-01-281-0/+5
* Permit silencing of __deprecated warnings.Jeff Garzik2007-10-251-0/+6
* Replace __attribute_pure__ with __pureRalf Baechle2007-10-181-14/+0
* make __chk_{user,io}_ptr() accept pointers to volatileAl Viro2007-07-261-2/+2
* x86: Support __attribute__((__cold__)) in gcc 4.3Andi Kleen2007-07-211-0/+9
* x86_64: Support gcc 5 properlyAndi Kleen2007-05-211-3/+1
* compiler: introduce __used and __maybe_unusedDavid Rientjes2007-05-091-3/+18
* [PATCH] Add const to pointer qualifiers for __chk_user_ptr and __chk_io_ptr.Russ Cox2007-03-261-2/+2
* include/linux/compiler.h: reject gcc 3 < gcc 3.2Alistair John Strachan2006-12-121-1/+1
* [PATCH] Pass sparse the lock expression given to lock annotationsJosh Triplett2006-10-011-4/+4
* [PATCH] Pass a lock expression to __cond_lock, like __acquire and __releaseJosh Triplett2006-09-291-2/+2