| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomics: Switch to generated fallbacks | Mark Rutland | 2018-11-01 | 1 | -1240/+1 |
* | locking/atomics: Rework ordering barriers | Mark Rutland | 2018-07-25 | 1 | -16/+22 |
* | atomics/treewide: Clean up '*_andnot()' ifdeffery | Mark Rutland | 2018-06-21 | 1 | -66/+30 |
* | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -24/+73 |
* | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -0/+48 |
* | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -0/+124 |
* | atomics/treewide: Make atomic64_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -2/+24 |
* | atomics: Prepare for atomic64_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -0/+16 |
* | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -0/+23 |
* | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 2018-06-21 | 1 | -0/+11 |
* | atomics: Make conditional ops return 'bool' | Mark Rutland | 2018-06-21 | 1 | -11/+13 |
* | atomics/treewide: Remove atomic_inc_not_zero_hint() | Mark Rutland | 2018-06-21 | 1 | -32/+0 |
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -1/+1 |
* | locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela... | Will Deacon | 2018-04-27 | 1 | -0/+2 |
* | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | locking/atomic: Add atomic_cond_read_acquire() | Will Deacon | 2017-10-25 | 1 | -0/+4 |
|/ |
|
* | locking: Introduce smp_mb__after_spinlock() | Peter Zijlstra | 2017-08-10 | 1 | -0/+3 |
* | locking/atomic: Fix atomic_try_cmpxchg() semantics | Peter Zijlstra | 2017-03-30 | 1 | -6/+10 |
* | locking/atomic: Introduce atomic_try_cmpxchg() | Peter Zijlstra | 2017-03-23 | 1 | -0/+42 |
* | locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() API | Davidlohr Bueso | 2016-07-07 | 1 | -0/+128 |
* | locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions | Peter Zijlstra | 2016-06-16 | 1 | -10/+0 |
* | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 1 | -21/+0 |
* | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}... | Peter Zijlstra | 2016-06-16 | 1 | -0/+336 |
* | locking/atomic: Fix atomic64_relaxed() bits | Peter Zijlstra | 2016-06-16 | 1 | -153/+153 |
* | locking/atomics: Flip atomic_fetch_or() arguments | Peter Zijlstra | 2016-05-05 | 1 | -2/+2 |
* | locking/atomic, sched: Unexport fetch_or() | Frederic Weisbecker | 2016-03-29 | 1 | -21/+0 |
* | locking/atomic: Introduce atomic_fetch_or() | Frederic Weisbecker | 2016-03-29 | 1 | -0/+21 |
* | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-03-19 | 1 | -0/+10 |
|\ |
|
| * | atomics: Allow architectures to define their own __atomic_op_* helpers | Boqun Feng | 2016-02-18 | 1 | -0/+10 |
* | | atomic: Export fetch_or() | Frederic Weisbecker | 2016-02-13 | 1 | -0/+21 |
|/ |
|
* | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() | Linus Torvalds | 2015-11-03 | 1 | -18/+0 |
* | locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec at... | Davidlohr Bueso | 2015-10-06 | 1 | -0/+97 |
* | atomic: Implement atomic_read_ctrl() | Peter Zijlstra | 2015-09-23 | 1 | -0/+18 |
* | atomic: Add atomic_long_t bitops | Peter Zijlstra | 2015-09-23 | 1 | -1/+2 |
* | locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic ope... | Will Deacon | 2015-08-12 | 1 | -0/+323 |
* | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 2015-07-27 | 1 | -0/+25 |
* | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -13/+0 |
* | locking: Remove deprecated smp_mb__() barriers | Peter Zijlstra | 2014-08-13 | 1 | -36/+0 |
* | arch: Prepare for smp_mb__{before,after}_atomic() | Peter Zijlstra | 2014-04-18 | 1 | -0/+36 |
* | atomic: implement generic atomic_dec_if_positive() | Shaohua Li | 2012-10-09 | 1 | -0/+25 |
* | atomic: Allow atomic_inc_not_zero to be overridden | Anton Blanchard | 2012-03-07 | 1 | -0/+2 |
* | atomic: Update comments in atomic.h | Arun Sharma | 2011-07-26 | 1 | -0/+1 |
* | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-26 | 1 | -0/+4 |
* | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-26 | 1 | -0/+14 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -0/+9 |
* | lockless get_write_access/deny_write_access | Al Viro | 2011-07-20 | 1 | -0/+26 |
* | atomic: Add atomic_or() | Paul E. McKenney | 2011-05-28 | 1 | -0/+13 |
* | atomic: add atomic_inc_not_zero_hint() | Eric Dumazet | 2010-11-12 | 1 | -0/+37 |