| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-06-05 | locking/atomic: treewide: delete arch_atomic_*() kerneldoc |  Mark Rutland | 1 | -25/+0 |
| 2023-06-05 | locking/atomic: make atomic*_{cmp,}xchg optional |  Mark Rutland | 1 | -10/+0 |
| 2021-05-26 | locking/atomic: alpha: move to ARCH_ATOMIC |  Mark Rutland | 1 | -41/+47 |
| 2020-08-03 | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+0 |
| 2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h |  Herbert Xu | 1 | -1/+0 |
| 2020-07-21 | alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb() |  Will Deacon | 1 | -8/+8 |
| 2019-06-03 | locking/atomic, alpha: Use s64 for atomic64 |  Mark Rutland | 1 | -10/+10 |
| 2018-07-25 | locking/atomics: Rework ordering barriers |  Mark Rutland | 1 | -4/+4 |
| 2018-06-21 | atomics/treewide: Make conditional inc/dec ops optional |  Mark Rutland | 1 | -0/+1 |
| 2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional |  Mark Rutland | 1 | -12/+0 |
| 2018-06-21 | atomics/treewide: Make test ops optional |  Mark Rutland | 1 | -12/+0 |
| 2018-06-21 | atomics/alpha: Define atomic64_fetch_add_unless() |  Mark Rutland | 1 | -11/+12 |
| 2018-06-21 | atomics/treewide: Make atomic_fetch_add_unless() optional |  Mark Rutland | 1 | -1/+1 |
| 2018-06-21 | atomics/treewide: Make atomic64_inc_not_zero() optional |  Mark Rutland | 1 | -2/+0 |
| 2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() |  Mark Rutland | 1 | -2/+2 |
| 2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts |  Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-24 | locking/atomics/alpha: Add smp_read_barrier_depends() to _release()/_relaxed() atomics |  Will Deacon | 1 | -0/+13 |
| 2016-06-16 | locking/atomic, arch/alpha: Convert to _relaxed atomics |  Peter Zijlstra | 1 | -12/+24 |
| 2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() |  Peter Zijlstra | 1 | -2/+0 |
| 2016-06-16 | locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}() |  Peter Zijlstra | 1 | -9/+56 |
| 2015-09-23 | atomic, arch: Audit atomic_{read,set}() |  Peter Zijlstra | 1 | -4/+4 |
| 2015-07-27 | atomic: Provide atomic_{or,xor,and} |  Peter Zijlstra | 1 | -1/+0 |
| 2015-07-27 | alpha: Provide atomic_{or,xor,and} |  Peter Zijlstra | 1 | -15/+28 |
| 2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() |  Pranith Kumar | 1 | -2/+2 |
| 2014-08-14 | locking,arch,alpha: Fold atomic_ops |  Peter Zijlstra | 1 | -133/+80 |
| 2014-04-18 | arch,alpha: Convert smp_mb__*() to the asm-generic primitives |  Peter Zijlstra | 1 | -5/+0 |
| 2013-07-19 | alpha: Implement atomic64_dec_if_positive |  Richard Henderson | 1 | -0/+28 |
| 2013-07-19 | alpha: Improve atomic_add_unless |  Richard Henderson | 1 | -23/+37 |
| 2012-08-19 | Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts |  Mel Gorman | 1 | -2/+2 |
| 2012-04-13 | alpha: fix build failures from system.h dismemberment |  Paul Gortmaker | 1 | -67/+1 |
| 2012-03-28 | Disintegrate asm/system.h for Alpha |  David Howells | 1 | -1/+67 |
| 2011-07-26 | atomic: cleanup asm-generic atomic*.h inclusion |  Arun Sharma | 1 | -1/+0 |
| 2011-07-26 | atomic: move atomic_add_unless to generic code |  Arun Sharma | 1 | -5/+5 |
| 2011-07-26 | atomic: use <linux/atomic.h> |  Arun Sharma | 1 | -1/+0 |
| 2010-05-17 | atomic_t: Cast to volatile when accessing atomic variables |  Anton Blanchard | 1 | -2/+2 |
| 2009-06-11 | asm-generic: rename atomic.h to atomic-long.h |  Arnd Bergmann | 1 | -1/+1 |
| 2009-01-06 | atomic_t: unify all arch definitions |  Matthew Wilcox | 1 | -8/+1 |
| 2008-08-15 | alpha: move include/asm-alpha to arch/alpha/include/asm |  Linus Torvalds | 1 | -0/+267 |