aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compiler.h
Commit message (Expand)AuthorAge
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-12
|\
| * kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-24
* | compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan2014-06-04
|/
* LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hMark Charlebois2014-04-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-01-23
|\
| * crypto: more robust crypto_memneqCesar Eduardo Barros2013-12-05
* | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-12
|/
* kprobes: Move __kprobes definition into compiler.hMasami Hiramatsu2013-04-08
* bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos2013-02-21
* compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos2013-02-21
* compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos2013-02-21
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-19
|\
| * __UNIQUE_ID()Rusty Russell2012-12-13
* | linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett2012-12-17
|/
* compiler.h: add __visibleAndi Kleen2012-09-17
* compiler.h: Fix typoAlexander Stein2012-02-28
* kernel.h: add BUILD_BUG() macroDavid Daney2012-01-10
* rcu: define __rcu address space modifier for sparsePaul E. McKenney2010-08-19
* rcu: add __rcu API for later sparse checkingPaul E. McKenney2010-06-14
* Merge branch 'master' into percpuTejun Heo2010-01-04
|\
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-05
| |\
| | * x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven2009-10-02
| | * x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven2009-10-01
| | * x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven2009-09-26
| * | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-05
| |\ \
| | * | compiler: Introduce __always_unusedLi Zefan2009-11-02
| | |/
| * / Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)David Daney2009-12-05
| |/
* / percpu: add __percpu for sparse.Rusty Russell2009-10-29
|/
* module_param: add __same_type convenience wrapper for __builtin_types_compati...Rusty Russell2009-06-12
* branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=yLinus Torvalds2009-04-07
* branch tracer: Fix for enabling branch profiling makes sparse unusableBart Van Assche2009-04-07
* tracing: optimization of branch tracerWitold Baryluk2009-03-17
* Sanitize gcc version header includesLinus Torvalds2009-01-02
* trace: profile all if conditionalsSteven Rostedt2008-11-23
* trace: consolidate unlikely and likely profilerSteven Rostedt2008-11-23
* trace: remove extra assign in branch checkSteven Rostedt2008-11-23
* trace: rename unlikely profiler to branch profilerSteven Rostedt2008-11-12
* tracing: branch tracer, fix vdso crashIngo Molnar2008-11-12
* tracing: profile likely and unlikely annotationsSteven Rostedt2008-11-12
* ftrace: move notrace to compiler.hSteven Rostedt2008-10-14
* rcu: remove redundant ACCESS_ONCE definition from rcupreempt.cPaul E. McKenney2008-08-18
* Move ACCESS_ONCE() to <linux/compiler.h>Linus Torvalds2008-05-10
* add noinline_for_stackAndrew Morton2008-03-04
* remove __attribute_used__Adrian Bunk2008-01-28
* compiler.h: introduce __section()Sam Ravnborg2008-01-28
* Permit silencing of __deprecated warnings.Jeff Garzik2007-10-25
* Replace __attribute_pure__ with __pureRalf Baechle2007-10-18
* make __chk_{user,io}_ptr() accept pointers to volatileAl Viro2007-07-26
* x86: Support __attribute__((__cold__)) in gcc 4.3Andi Kleen2007-07-21
* x86_64: Support gcc 5 properlyAndi Kleen2007-05-21