- 37f8173 locking/atomics: Flip fallbacks and instrumentation by Peter Zijlstra · 4 years, 9 months ago
- 9fa4507 locking/atomics: Switch to generated fallbacks by Mark Rutland · 6 years ago
- fd2efaa locking/atomics: Rework ordering barriers by Mark Rutland · 7 years ago
- 7cc7eaad atomics/treewide: Clean up '*_andnot()' ifdeffery by Mark Rutland · 7 years ago
- b3a2a05 atomics/treewide: Make conditional inc/dec ops optional by Mark Rutland · 7 years ago
- 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 7 years ago
- 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 7 years ago
- 3567013 atomics/treewide: Make atomic64_fetch_add_unless() optional by Mark Rutland · 7 years ago
- 0ae1d99 atomics: Prepare for atomic64_fetch_add_unless() by Mark Rutland · 7 years ago
- eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 7 years ago
- bef8282 atomics/treewide: Make atomic64_inc_not_zero() optional by Mark Rutland · 7 years ago
- ade5ef9 atomics: Make conditional ops return 'bool' by Mark Rutland · 7 years ago
- f74445b atomics/treewide: Remove atomic_inc_not_zero_hint() by Mark Rutland · 7 years ago
- bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
- fcfdfe30 locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_relaxed() by Will Deacon · 7 years ago
- 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 4df714b locking/atomic: Add atomic_cond_read_acquire() by Will Deacon · 7 years ago
- d89e588c locking: Introduce smp_mb__after_spinlock() by Peter Zijlstra · 8 years ago
- 44fe8445 locking/atomic: Fix atomic_try_cmpxchg() semantics by Peter Zijlstra · 8 years ago
- a9ebf30 locking/atomic: Introduce atomic_try_cmpxchg() by Peter Zijlstra · 8 years ago
- f066286 locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() API by Davidlohr Bueso · 9 years ago
- e37837f locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions by Peter Zijlstra · 9 years ago
- b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
- 28aa2bd locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}() by Peter Zijlstra · 9 years ago
- e121333 locking/atomic: Fix atomic64_relaxed() bits by Peter Zijlstra · 9 years ago
- a1cc5bc locking/atomics: Flip atomic_fetch_or() arguments by Peter Zijlstra · 9 years ago
- 5529578 locking/atomic, sched: Unexport fetch_or() by Frederic Weisbecker · 9 years ago
- 5acba71 locking/atomic: Introduce atomic_fetch_or() by Frederic Weisbecker · 9 years ago
- d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
- e1ab7f39 atomics: Allow architectures to define their own __atomic_op_* helpers by Boqun Feng · 9 years ago
- 5fd7a09 atomic: Export fetch_or() by Frederic Weisbecker · 9 years ago
- 105ff3c atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() by Linus Torvalds · 9 years ago
- 63ab7bd locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec atomics by Davidlohr Bueso · 9 years ago
- e3e72ab atomic: Implement atomic_read_ctrl() by Peter Zijlstra · 9 years ago
- 90fe651 atomic: Add atomic_long_t bitops by Peter Zijlstra · 9 years ago
- 654672d locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic operations by Will Deacon · 10 years ago
- de9e432 atomic: Collapse all atomic_{set,clear}_mask definitions by Peter Zijlstra · 10 years ago
- e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
- 2e39465 locking: Remove deprecated smp_mb__() barriers by Peter Zijlstra · 11 years ago
- febdbfe arch: Prepare for smp_mb__{before,after}_atomic() by Peter Zijlstra · 11 years ago
- e79bee2 atomic: implement generic atomic_dec_if_positive() by Shaohua Li · 12 years ago
- b1ada60 atomic: Allow atomic_inc_not_zero to be overridden by Anton Blanchard · 13 years ago
- acac43e atomic: Update comments in atomic.h by Arun Sharma · 14 years ago
- 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 14 years ago
- f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 14 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
- 07b8ce1 lockless get_write_access/deny_write_access by Al Viro · 14 years ago
- 55c2945 atomic: Add atomic_or() by Paul E. McKenney · 14 years ago
- 3f9d35b atomic: add atomic_inc_not_zero_hint() by Eric Dumazet · 14 years ago