summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* kernel: make READ_ONCE() valid on const argumentsLinus Torvalds2015-02-211-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-141-5/+16
|\
| * kernel: Fix sparse warning for ACCESS_ONCEChristian Borntraeger2015-01-191-1/+1
| * kernel: tighten rules for ACCESS ONCEChristian Borntraeger2015-01-191-5/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-121-0/+4
|\ \
| * | ftrace: let notrace function attribute disable hotpatching if necessaryHeiko Carstens2015-01-291-0/+4
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-211-1/+1
|\ \ \
| * | | compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()Paul E. McKenney2015-01-061-1/+1
| | |/ | |/|
* / | kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger2015-01-131-6/+6
|/ /
* / kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger2014-12-181-0/+74
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-131-0/+2
|\
| * kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-241-0/+2
* | compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan2014-06-051-2/+11
|/
* LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hMark Charlebois2014-04-091-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-01-241-0/+4
|\
| * crypto: more robust crypto_memneqCesar Eduardo Barros2013-12-051-0/+4
* | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-121-0/+9
|/
* kprobes: Move __kprobes definition into compiler.hMasami Hiramatsu2013-04-081-0/+6
* bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos2013-02-221-1/+25
* compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos2013-02-221-0/+5
* compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos2013-02-221-3/+0Star
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-0/+9
|\
| * __UNIQUE_ID()Rusty Russell2012-12-141-0/+9
* | linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett2012-12-181-0/+2
|/
* compiler.h: add __visibleAndi Kleen2012-09-181-0/+4
* compiler.h: Fix typoAlexander Stein2012-02-281-1/+1
* kernel.h: add BUILD_BUG() macroDavid Daney2012-01-111-1/+3
* rcu: define __rcu address space modifier for sparsePaul E. McKenney2010-08-201-0/+4
* rcu: add __rcu API for later sparse checkingPaul E. McKenney2010-06-151-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-061-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-181-4/+2Star
* Sanitize gcc version header includesLinus Torvalds2009-01-021-6/+2Star
* trace: profile all if conditionalsSteven Rostedt2008-11-231-2/+36
* trace: consolidate unlikely and likely profilerSteven Rostedt2008-11-231-19/+5Star
* trace: remove extra assign in branch checkSteven Rostedt2008-11-231-2/+0Star
* 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