| Age | Commit message (Expand) | Author | Lines |
| 2021-12-13 | locking/atomic: atomic64: Remove unusable atomic ops | Mark Rutland | -2/+0 |
| 2021-05-26 | locking/atomic: atomic64: support ARCH_ATOMIC | Mark Rutland | -18/+18 |
| 2019-06-03 | locking/atomic: Use s64 for atomic64 | Mark Rutland | -16/+16 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | -5/+1 |
| 2018-06-21 | atomics/generic: Define atomic64_fetch_add_unless() | Mark Rutland | -7/+7 |
| 2018-06-21 | atomics: Make conditional ops return 'bool' | Mark Rutland | -3/+3 |
| 2016-06-16 | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}... | Peter Zijlstra | -4/+28 |
| 2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | -0/+3 |
| 2014-08-14 | locking,arch: Rewrite generic atomic support | Peter Zijlstra | -47/+36 |
| 2012-12-20 | lib: atomic64: Initialize locks statically to fix early users | Stephen Boyd | -12/+5 |
| 2012-03-07 | lib: reduce the use of module.h wherever possible | Paul Gortmaker | -1/+1 |
| 2011-09-14 | lib: atomic64: Change the type of local lock to raw_spinlock_t | Yong Zhang | -11/+11 |
| 2011-09-13 | locking, lib/atomic64: Annotate atomic64_lock::lock as raw | Shan Hai | -22/+22 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | -1/+1 |
| 2010-03-01 | lib: Fix atomic64_add_unless return value convention | Luca Barbieri | -2/+2 |
| 2009-07-29 | lib: export generic atomic64_t functions | Roland Dreier | -0/+11 |
| 2009-06-15 | lib: Provide generic atomic64_t implementation | Paul Mackerras | -0/+175 |