| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-02-25 | openrisc: add optimized atomic operations |  Stefan Kristiansson | 1 | -0/+2 |
| 2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() |  Peter Zijlstra | 1 | -2/+0 |
| 2016-06-16 | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}() |  Peter Zijlstra | 1 | -0/+49 |
| 2015-09-23 | atomic, arch: Audit atomic_{read,set}() |  Peter Zijlstra | 1 | -2/+2 |
| 2015-07-27 | atomic: Collapse all atomic_{set,clear}_mask definitions |  Peter Zijlstra | 1 | -10/+0 |
| 2015-07-27 | atomic: Provide atomic_{or,xor,and} |  Peter Zijlstra | 1 | -9/+12 |
| 2015-07-27 | atomic: Prepare generic atomic implementation for logic ops |  Peter Zijlstra | 1 | -2/+10 |
| 2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() |  Pranith Kumar | 1 | -1/+1 |
| 2014-08-14 | locking,arch: Rewrite generic atomic support |  Peter Zijlstra | 1 | -96/+96 |
| 2014-04-18 | arch: Prepare for smp_mb__{before,after}_atomic() |  Peter Zijlstra | 1 | -6/+1 |
| 2013-03-13 | asm-generic: move cmpxchg*_local defs to cmpxchg.h |  Jonas Bonn | 1 | -6/+0 |
| 2012-03-28 | Remove all #inclusions of asm/system.h |  David Howells | 1 | -1/+0 |
| 2012-03-28 | Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h |  David Howells | 1 | -0/+2 |
| 2011-07-26 | asm-generic/atomic.h: allow SMP peeps to leverage this |  Mike Frysinger | 1 | -1/+15 |
| 2011-07-26 | asm-generic/atomic.h: add atomic_set_mask() helper |  Mike Frysinger | 1 | -0/+16 |
| 2011-07-26 | asm-generic/atomic.h: fix type used in atomic_clear_mask |  Mike Frysinger | 1 | -2/+9 |
| 2011-07-26 | asm-generic/atomic.h: simplify inc/dec test helpers |  Mike Frysinger | 1 | -2/+2 |
| 2011-07-26 | atomic: Update comments in atomic.h |  Arun Sharma | 1 | -1/+3 |
| 2011-07-26 | atomic: cleanup asm-generic atomic*.h inclusion |  Arun Sharma | 1 | -2/+0 |
| 2011-07-26 | atomic: move atomic_add_unless to generic code |  Arun Sharma | 1 | -2/+2 |
| 2011-07-26 | atomic: use <linux/atomic.h> |  Arun Sharma | 1 | -2/+0 |
| 2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic |  Linus Torvalds | 1 | -17/+17 |
| 2010-10-09 | asm-generic: make atomic_add_unless a function |  Mathieu Lacage | 1 | -17/+17 |
| 2010-10-07 | Fix IRQ flag handling naming |  David Howells | 1 | -2/+3 |
| 2010-08-09 | asm-generic: use raw_local_irq_save/restore instead local_irq_save/restore |  Michal Simek | 1 | -6/+6 |
| 2010-05-25 | asm-generic: don't warn that atomic_t is only 24 bit |  Peter Fritzsche | 1 | -6/+2 |
| 2010-05-17 | atomic_t: Cast to volatile when accessing atomic variables |  Anton Blanchard | 1 | -1/+1 |
| 2009-06-11 | asm-generic: add generic atomic.h and io.h |  Arnd Bergmann | 1 | -0/+165 |
| 2009-06-11 | asm-generic: rename atomic.h to atomic-long.h |  Arnd Bergmann | 1 | -258/+0 |
| 2009-05-02 | atomic: fix atomic_long_cmpxchg/xchg for 64 bit architectures |  Heiko Carstens | 1 | -2/+2 |
| 2008-12-10 | atomic: fix a typo in atomic_long_xchg() |  Eric Dumazet | 1 | -1/+1 |
| 2008-07-04 | Christoph has moved |  Christoph Lameter | 1 | -1/+1 |
| 2007-05-08 | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular dependency |  Mathieu Desnoyers | 1 | -5/+12 |
| 2007-05-08 | atomic.h: complete atomic_long operations in asm-generic |  Mathieu Desnoyers | 1 | -0/+133 |
| 2006-12-07 | [PATCH] cleanup include/asm-generic/atomic.h |  Adrian Bunk | 1 | -3/+4 |
| 2006-01-15 | [PATCH] Use atomic64_set for 64-bit case of atomic_long_set |  Kyle McMartin | 1 | -1/+1 |
| 2006-01-08 | [PATCH] asm-generic/atomic.h needs types.h |  Andrew Morton | 1 | -0/+1 |
| 2006-01-06 | [PATCH] atomic_long_t & include/asm-generic/atomic.h V2 |  Christoph Lameter | 1 | -0/+116 |