summaryrefslogtreecommitdiff
path: root/include/uapi/linux/iio
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/iio')
0 files changed, 0 insertions, 0 deletions
tr>2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra 2015-11-05compiler.h: add support for function attribute assume_alignedRasmus Villemoes 2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds 2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds 2015-10-20compiler, atomics, kasan: Provide READ_ONCE_NOCHECK()Andrey Ryabinin 2015-10-14s390/compiler.h Fix sparse vs. hotpatchChristian Borntraeger 2015-08-12locking, compiler.h: Cast away attributes in the WRITE_ONCE() magicChristian Borntraeger 2015-07-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2015-06-30sparse: fix misplaced __pmem definitionDan Williams 2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2015-06-26arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler 2015-06-24rcu: merge fix for Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Stephen Rothwell 2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2015-05-28rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra 2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney 2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra 2015-05-08kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in commentPreeti U Murthy 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