Files
kernel_arpi/include/linux
Linus Torvalds 60815cf2e0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux
Pull ACCESS_ONCE cleanup preparation from Christian Borntraeger:
 "kernel: Provide READ_ONCE and ASSIGN_ONCE

  As discussed on LKML http://marc.info/?i=54611D86.4040306%40de.ibm.com
  ACCESS_ONCE might fail with specific compilers for non-scalar
  accesses.

  Here is a set of patches to tackle that problem.

  The first patch introduce READ_ONCE and ASSIGN_ONCE.  If the data
  structure is larger than the machine word size memcpy is used and a
  warning is emitted.  The next patches fix up several in-tree users of
  ACCESS_ONCE on non-scalar types.

  This does not yet contain a patch that forces ACCESS_ONCE to work only
  on scalar types.  This is targetted for the next merge window as Linux
  next already contains new offenders regarding ACCESS_ONCE vs.
  non-scalar types"

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux:
  s390/kvm: REPLACE barrier fixup with READ_ONCE
  arm/spinlock: Replace ACCESS_ONCE with READ_ONCE
  arm64/spinlock: Replace ACCESS_ONCE READ_ONCE
  mips/gup: Replace ACCESS_ONCE with READ_ONCE
  x86/gup: Replace ACCESS_ONCE with READ_ONCE
  x86/spinlock: Replace ACCESS_ONCE with READ_ONCE
  mm: replace ACCESS_ONCE with READ_ONCE or barriers
  kernel: Provide READ_ONCE and ASSIGN_ONCE
2014-12-20 16:48:59 -08:00
..
2014-12-02 16:20:59 -08:00
2014-11-24 17:24:08 -05:00
2014-12-15 18:19:03 -08:00
2014-11-25 20:11:12 -08:00
2014-11-22 13:58:39 +05:30
2014-11-19 13:01:26 -05:00
2009-04-01 08:59:23 -07:00
2008-06-06 11:29:10 -07:00
2014-12-18 19:08:10 -08:00
2013-11-15 09:32:21 +09:00
2014-12-19 22:55:06 +01:00
2007-02-09 17:39:36 -05:00
2014-11-10 09:27:30 -07:00
2008-01-28 23:21:18 +01:00
2013-05-07 18:38:27 -07:00
2013-04-29 18:28:40 -07:00
2014-04-01 23:19:14 -04:00
2005-04-16 15:20:36 -07:00
2014-07-22 21:55:45 +01:00
2014-12-18 09:39:51 +01:00
2011-09-16 19:20:20 -04:00
2013-12-11 15:52:34 +01:00
2014-05-27 17:38:11 -07:00
2014-12-17 08:26:51 -05:00
2014-12-17 08:26:51 -05:00
2014-01-27 21:02:39 -08:00
2014-11-25 16:38:32 -05:00
2014-11-25 16:38:32 -05:00
2014-11-25 16:38:32 -05:00
2012-12-11 17:22:27 -08:00
2014-12-08 20:00:44 +01:00
2011-03-31 11:26:23 -03:00
2010-02-10 17:47:17 -08:00
2013-06-17 16:38:57 -07:00
2014-02-17 15:01:37 -08:00
2010-08-09 16:48:44 -04:00
2005-04-16 15:20:36 -07:00
2014-08-08 15:57:24 -07:00
2014-06-04 16:53:56 -07:00
2012-08-21 16:28:31 +02:00
2012-10-09 16:22:32 +09:00
2010-11-29 08:55:25 +11:00
2014-11-06 14:57:27 -08:00
2014-12-17 06:43:56 -05:00
2014-11-28 16:08:16 +01:00
2014-12-09 12:05:24 +02:00
2014-06-04 16:53:57 -07:00
2014-12-15 23:49:28 +02:00