Age | Commit message (Expand) | Author |
2016-07-07 | locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() API | Davidlohr Bueso |
2016-06-16 | locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions | Peter Zijlstra |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra |
2016-06-16 | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}... | Peter Zijlstra |
2016-06-16 | locking/atomic: Fix atomic64_relaxed() bits | Peter Zijlstra |
2016-05-05 | locking/atomics: Flip atomic_fetch_or() arguments | Peter Zijlstra |
2016-03-29 | locking/atomic, sched: Unexport fetch_or() | Frederic Weisbecker |
2016-03-29 | locking/atomic: Introduce atomic_fetch_or() | Frederic Weisbecker |
2016-03-19 | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2016-02-18 | atomics: Allow architectures to define their own __atomic_op_* helpers | Boqun Feng |
2016-02-13 | atomic: Export fetch_or() | Frederic Weisbecker |
2015-11-03 | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() | Linus Torvalds |
2015-10-06 | locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec at... | Davidlohr Bueso |
2015-09-23 | atomic: Implement atomic_read_ctrl() | Peter Zijlstra |
2015-09-23 | atomic: Add atomic_long_t bitops | Peter Zijlstra |
2015-08-12 | locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic ope... | Will Deacon |
2015-07-27 | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra |
2014-08-13 | locking: Remove deprecated smp_mb__() barriers | Peter Zijlstra |
2014-04-18 | arch: Prepare for smp_mb__{before,after}_atomic() | Peter Zijlstra |
2012-10-09 | atomic: implement generic atomic_dec_if_positive() | Shaohua Li |
2012-03-07 | atomic: Allow atomic_inc_not_zero to be overridden | Anton Blanchard |
2011-07-26 | atomic: Update comments in atomic.h | Arun Sharma |
2011-07-26 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma |
2011-07-26 | atomic: move atomic_add_unless to generic code | Arun Sharma |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-07-20 | lockless get_write_access/deny_write_access | Al Viro |
2011-05-28 | atomic: Add atomic_or() | Paul E. McKenney |
2010-11-12 | atomic: add atomic_inc_not_zero_hint() | Eric Dumazet |