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