1af5de9af1
Implement FETCH-OP atomic primitives, these are very similar to the existing OP-RETURN primitives we already have, except they return the value of the atomic variable _before_ modification. This is especially useful for irreversible operations -- such as bitops (because it becomes impossible to reconstruct the state prior to modification). Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Chris Metcalf <cmetcalf@mellanox.com> Cc: Andrew Morton <akpm@linux-foundation.org> 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: linux-arch@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org> |
||
---|---|---|
.. | ||
atomic_32.c | ||
atomic_asm_32.S | ||
cacheflush.c | ||
checksum.c | ||
cpumask.c | ||
delay.c | ||
exports.c | ||
Makefile | ||
memchr_32.c | ||
memchr_64.c | ||
memcpy_32.S | ||
memcpy_64.c | ||
memcpy_user_64.c | ||
memmove.c | ||
memset_32.c | ||
memset_64.c | ||
spinlock_32.c | ||
spinlock_64.c | ||
spinlock_common.h | ||
strchr_32.c | ||
strchr_64.c | ||
string-endian.h | ||
strlen_32.c | ||
strlen_64.c | ||
strnlen_32.c | ||
strnlen_64.c | ||
uaccess.c | ||
usercopy_32.S | ||
usercopy_64.S |