1. f066286 locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() API by Davidlohr Bueso · 9 years ago
  2. e37837f locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions by Peter Zijlstra · 9 years ago
  3. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
  4. 28aa2bd locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}() by Peter Zijlstra · 9 years ago
  5. e121333 locking/atomic: Fix atomic64_relaxed() bits by Peter Zijlstra · 9 years ago
  6. a1cc5bc locking/atomics: Flip atomic_fetch_or() arguments by Peter Zijlstra · 9 years ago
  7. 5529578 locking/atomic, sched: Unexport fetch_or() by Frederic Weisbecker · 9 years ago
  8. 5acba71 locking/atomic: Introduce atomic_fetch_or() by Frederic Weisbecker · 9 years ago
  9. 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
  10. e1ab7f3 atomics: Allow architectures to define their own __atomic_op_* helpers by Boqun Feng · 9 years ago
  11. 5fd7a09 atomic: Export fetch_or() by Frederic Weisbecker · 9 years ago
  12. 105ff3c atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() by Linus Torvalds · 9 years ago
  13. 63ab7bd locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec atomics by Davidlohr Bueso · 9 years ago
  14. e3e72ab atomic: Implement atomic_read_ctrl() by Peter Zijlstra · 9 years ago
  15. 90fe651 atomic: Add atomic_long_t bitops by Peter Zijlstra · 9 years ago
  16. 654672d locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic operations by Will Deacon · 9 years ago
  17. de9e432 atomic: Collapse all atomic_{set,clear}_mask definitions by Peter Zijlstra · 10 years ago
  18. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  19. 2e39465 locking: Remove deprecated smp_mb__() barriers by Peter Zijlstra · 10 years ago
  20. febdbfe arch: Prepare for smp_mb__{before,after}_atomic() by Peter Zijlstra · 11 years ago
  21. e79bee2 atomic: implement generic atomic_dec_if_positive() by Shaohua Li · 12 years ago
  22. b1ada60 atomic: Allow atomic_inc_not_zero to be overridden by Anton Blanchard · 13 years ago
  23. acac43e atomic: Update comments in atomic.h by Arun Sharma · 13 years ago
  24. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  25. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  26. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  27. 07b8ce1 lockless get_write_access/deny_write_access by Al Viro · 14 years ago
  28. 55c2945 atomic: Add atomic_or() by Paul E. McKenney · 14 years ago
  29. 3f9d35b atomic: add atomic_inc_not_zero_hint() by Eric Dumazet · 14 years ago