summaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
Commit message (Expand)AuthorAge
* compiler.h: add support for function attribute assume_alignedRasmus Villemoes2015-11-05
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-04
|\
| * s390/compiler.h Fix sparse vs. hotpatchChristian Borntraeger2015-10-14
* | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds2015-11-03
* | compiler, atomics, kasan: Provide READ_ONCE_NOCHECK()Andrey Ryabinin2015-10-20
|/
* locking, compiler.h: Cast away attributes in the WRITE_ONCE() magicChristian Borntraeger2015-08-12
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-07-11
|\
| * sparse: fix misplaced __pmem definitionDan Williams2015-06-30
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\ \ | |/ |/|
| * rcu: merge fix for Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Stephen Rothwell2015-06-24
| * rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra2015-05-28
* | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-29
|\ \
| * | arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler2015-06-26
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-22
|\ \
| * | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-19
| * | kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in commentPreeti U Murthy2015-05-08
| |/
* | smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney2015-05-27
|/
* lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-04
* locking: Remove atomicy checks from {READ,WRITE}_ONCEPeter Zijlstra2015-03-27
* kernel: make READ_ONCE() valid on const argumentsLinus Torvalds2015-02-21
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-14
|\
| * kernel: Fix sparse warning for ACCESS_ONCEChristian Borntraeger2015-01-19
| * kernel: tighten rules for ACCESS ONCEChristian Borntraeger2015-01-19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-11
|\ \
| * | ftrace: let notrace function attribute disable hotpatching if necessaryHeiko Carstens2015-01-29
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-21
|\ \ \
| * | | compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()Paul E. McKenney2015-01-06
| | |/ | |/|
* | | kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger2015-01-13
|/ /
* | kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger2014-12-18
|/
* 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-14
* | 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-05
|\
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-05
| |\