Age | Commit message (Expand) | Author |
2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu |
2019-06-03 | locking/atomic, ia64: Use s64 for atomic64 | Mark Rutland |
2018-06-21 | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make test ops optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make atomic64_fetch_add_unless() optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland |
2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland |
2018-03-05 | ia64: Convert remaining atomic operations | Matthew Wilcox |
2018-01-19 | ia64: Rewrite atomic_add and atomic_sub | Matthew Wilcox |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2016-10-07 | ia64: implement atomic64_dec_if_positive | Vineet Gupta |
2016-06-16 | locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra |
2015-07-27 | ia64: Provide atomic_{or,xor,and} | Peter Zijlstra |
2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar |
2014-08-14 | locking,arch,ia64: Fold atomic_ops | Peter Zijlstra |
2014-04-18 | arch,ia64: Convert smp_mb__*() | Peter Zijlstra |
2012-07-26 | [IA64] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts | Tony Luck |
2012-03-28 | Disintegrate asm/system.h for IA64 | David Howells |
2011-07-26 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma |
2011-07-26 | atomic: move atomic_add_unless to generic code | Arun Sharma |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2010-08-13 | [IA64] Fix 64-bit atomic routines to return "long" | Tony Luck |
2010-05-17 | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard |
2009-06-11 | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann |
2009-01-06 | atomic_t: unify all arch definitions | Matthew Wilcox |
2008-08-01 | [IA64] Move include/asm-ia64 to arch/ia64/include/asm | Tony Luck |