Files
linux/arch/parisc/include/asm
Peter Zijlstra 62e8a3258b atomic, arch: Audit atomic_{read,set}()
This patch makes sure that atomic_{read,set}() are at least
{READ,WRITE}_ONCE().

We already had the 'requirement' that atomic_read() should use
ACCESS_ONCE(), and most archs had this, but a few were lacking.
All are now converted to use READ_ONCE().

And, by a symmetry and general paranoia argument, upgrade atomic_set()
to use WRITE_ONCE().

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: james.hogan@imgtec.com
Cc: linux-kernel@vger.kernel.org
Cc: oleg@redhat.com
Cc: will.deacon@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2015-09-23 09:54:28 +02:00
..
2014-04-18 14:20:41 +02:00
2012-06-05 14:10:17 +09:00
2009-01-05 19:11:05 +00:00
2015-05-13 10:55:42 +02:00
2013-11-07 22:28:26 +01:00
2015-05-05 13:35:39 -06:00
2012-03-28 18:30:02 +01:00
2011-03-31 11:26:23 -03:00
2013-02-20 22:50:26 +01:00
2013-11-07 22:28:54 +01:00
2015-09-08 15:30:37 +02:00
2010-10-07 14:08:55 +01:00
2011-07-26 16:49:47 -07:00
2012-03-28 18:30:02 +01:00
2013-11-07 22:27:20 +01:00
2012-03-28 18:30:02 +01:00
2015-02-17 10:39:14 +01:00