summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-111-0/+12
* add noinline_for_stackAndrew Morton2008-03-051-0/+6
* remove __attribute_used__Adrian Bunk2008-01-281-4/+0Star
* compiler.h: introduce __section()Sam Ravnborg2008-01-281-0/+5
* Permit silencing of __deprecated warnings.Jeff Garzik2007-10-261-0/+6
* Replace __attribute_pure__ with __pureRalf Baechle2007-10-181-14/+0Star
* make __chk_{user,io}_ptr() accept pointers to volatileAl Viro2007-07-261-2/+2
* x86: Support __attribute__((__cold__)) in gcc 4.3Andi Kleen2007-07-221-0/+9
* x86_64: Support gcc 5 properlyAndi Kleen2007-05-211-3/+1Star