aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compiler.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-06-04compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan1-2/+11
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu1-0/+2
2014-04-09LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hMark Charlebois1-0/+7
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+4
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+9
2013-12-05crypto: more robust crypto_memneqCesar Eduardo Barros1-0/+4
2013-04-08kprobes: Move __kprobes definition into compiler.hMasami Hiramatsu1-0/+6
2013-02-21bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos1-1/+25
2013-02-21compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos1-0/+5
2013-02-21compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos1-3/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+9
2012-12-17linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett1-0/+2
2012-12-14__UNIQUE_ID()Rusty Russell1-0/+9
2012-09-17compiler.h: add __visibleAndi Kleen1-0/+4
2012-02-28compiler.h: Fix typoAlexander Stein1-1/+1
2012-01-10kernel.h: add BUILD_BUG() macroDavid Daney1-1/+3
2010-08-19rcu: define __rcu address space modifier for sparsePaul E. McKenney1-0/+4
2010-06-14rcu: add __rcu API for later sparse checkingPaul E. McKenney1-0/+2
2010-01-05Merge branch 'master' into percpuTejun Heo1-0/+20
2009-12-05Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+11
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2009-12-05Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)David Daney1-0/+5
2009-11-02compiler: Introduce __always_unusedLi Zefan1-0/+4
2009-10-29percpu: add __percpu for sparse.Rusty Russell1-1/+3
2009-10-02x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven1-0/+3
2009-10-01x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven1-0/+4
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_user()Arjan van de Ven1-0/+4
2009-06-12module_param: add __same_type convenience wrapper for __builtin_types_compatible_pRusty Russell1-0/+5
2009-04-07branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=yLinus Torvalds1-1/+3
2009-04-07branch tracer: Fix for enabling branch profiling makes sparse unusableBart Van Assche1-1/+2
2009-03-17tracing: optimization of branch tracerWitold Baryluk1-4/+2
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