summaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
AgeCommit message (Expand)Author
2016-03-04tracing: Fix freak link error caused by branch tracerArnd Bergmann
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann
2015-03-27locking: Remove atomicy checks from {READ,WRITE}_ONCEPeter Zijlstra
2015-02-21kernel: make READ_ONCE() valid on const argumentsLinus Torvalds
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-01-29ftrace: let notrace function attribute disable hotpatching if necessaryHeiko Carstens
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-01-19kernel: Fix sparse warning for ACCESS_ONCEChristian Borntraeger
2015-01-19kernel: tighten rules for ACCESS ONCEChristian Borntraeger
2015-01-13kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger
2015-01-06compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()Paul E. McKenney
2014-12-18kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-04compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu
2014-04-09LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hMark Charlebois
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra
2013-12-05crypto: more robust crypto_memneqCesar Eduardo Barros
2013-04-08kprobes: Move __kprobes definition into compiler.hMasami Hiramatsu
2013-02-21bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos
2013-02-21compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos
2013-02-21compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-17linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett
2012-12-14__UNIQUE_ID()Rusty Russell
2012-09-17compiler.h: add __visibleAndi Kleen
2012-02-28compiler.h: Fix typoAlexander Stein
2012-01-10kernel.h: add BUILD_BUG() macroDavid Daney
2010-08-19rcu: define __rcu address space modifier for sparsePaul E. McKenney
2010-06-14rcu: add __rcu API for later sparse checkingPaul E. McKenney
2010-01-05Merge branch 'master' into percpuTejun Heo
2009-12-05Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-05Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)David Daney
2009-11-02compiler: Introduce __always_unusedLi Zefan
2009-10-29percpu: add __percpu for sparse.Rusty Russell
2009-10-02x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven
2009-10-01x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven
2009-06-12module_param: add __same_type convenience wrapper for __builtin_types_compati...Rusty Russell
2009-04-07branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=yLinus Torvalds
2009-04-07branch tracer: Fix for enabling branch profiling makes sparse unusableBart Van Assche
2009-03-17tracing: optimization of branch tracerWitold Baryluk
2009-01-02Sanitize gcc version header includesLinus Torvalds
2008-11-23trace: profile all if conditionalsSteven Rostedt
2008-11-23trace: consolidate unlikely and likely profilerSteven Rostedt
2008-11-23trace: remove extra assign in branch checkSteven Rostedt
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt