aboutsummaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+15
2015-06-30sparse: fix misplaced __pmem definitionGravatar Dan Williams 1-1/+1
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2015-06-26arch, x86: pmem api for ensuring durability of persistent memory updatesGravatar Ross Zwisler 1-0/+2
2015-06-24rcu: merge fix for Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Gravatar Stephen Rothwell 1-1/+1
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2015-05-28rcu: Move lockless_dereference() out of rcupdate.hGravatar Peter Zijlstra 1-0/+15
2015-05-27smp: Make control dependencies work on Alpha, improve documentationGravatar Paul E. McKenney 1-0/+16
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Gravatar Peter Zijlstra 1-1/+1
2015-05-08kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in commentGravatar Preeti U Murthy 1-1/+1
2015-05-04lib: make memzero_explicit more robust against dead store eliminationGravatar Daniel Borkmann 1-0/+4
2015-03-27locking: Remove atomicy checks from {READ,WRITE}_ONCEGravatar Peter Zijlstra 1-16/+0
2015-02-21kernel: make READ_ONCE() valid on const argumentsGravatar Linus Torvalds 1-3/+3
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Gravatar Linus Torvalds 1-5/+16
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-0/+4
2015-01-29ftrace: let notrace function attribute disable hotpatching if necessaryGravatar Heiko Carstens 1-0/+4
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+1
2015-01-19kernel: Fix sparse warning for ACCESS_ONCEGravatar Christian Borntraeger 1-1/+1
2015-01-19kernel: tighten rules for ACCESS ONCEGravatar Christian Borntraeger 1-5/+16
2015-01-13kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Gravatar Christian Borntraeger 1-6/+6
2015-01-06compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()Gravatar Paul E. McKenney 1-1/+1
2014-12-18kernel: Provide READ_ONCE and ASSIGN_ONCEGravatar Christian Borntraeger 1-0/+74
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2014-06-04compiler.h: avoid sparse errors in __compiletime_error_fallback()Gravatar James Hogan 1-2/+11
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistGravatar Masami Hiramatsu 1-0/+2
2014-04-09LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hGravatar Mark Charlebois 1-0/+7
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+4
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Gravatar Peter Zijlstra 1-0/+9
2013-12-05crypto: more robust crypto_memneqGravatar Cesar Eduardo Barros 1-0/+4
2013-04-08kprobes: Move __kprobes definition into compiler.hGravatar Masami Hiramatsu 1-0/+6
2013-02-21bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGGravatar Daniel Santos 1-1/+25
2013-02-21compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Gravatar Daniel Santos 1-0/+5
2013-02-21compiler{,-gcc4}.h, bug.h: Remove duplicate macrosGravatar Daniel Santos 1-3/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+9
2012-12-17linux/compiler.h: add __must_hold macro for functions called with a lock heldGravatar Josh Triplett 1-0/+2
2012-12-14__UNIQUE_ID()Gravatar Rusty Russell 1-0/+9
2012-09-17compiler.h: add __visibleGravatar Andi Kleen 1-0/+4
2012-02-28compiler.h: Fix typoGravatar Alexander Stein 1-1/+1
2012-01-10kernel.h: add BUILD_BUG() macroGravatar David Daney 1-1/+3
2010-08-19rcu: define __rcu address space modifier for sparseGravatar Paul E. McKenney 1-0/+4
2010-06-14rcu: add __rcu API for later sparse checkingGravatar Paul E. McKenney 1-0/+2
2010-01-05Merge branch 'master' into percpuGravatar Tejun Heo 1-0/+20
2009-12-05Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+11
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+4
2009-12-05Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)Gravatar David Daney 1-0/+5
2009-11-02compiler: Introduce __always_unusedGravatar Li Zefan 1-0/+4
2009-10-29percpu: add __percpu for sparse.Gravatar Rusty Russell 1-1/+3
2009-10-02x86: Add a Kconfig option to turn the copy_from_user warnings into errorsGravatar Arjan van de Ven 1-0/+3
2009-10-01x86: Turn the copy_from_user check into an (optional) compile time warningGravatar Arjan van de Ven 1-0/+4