Age | Commit message (Expand) | Author | Files | Lines |
2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 1 | -6/+0 |
2018-06-21 | atomics/treewide: Make test ops optional | Mark Rutland | 1 | -5/+0 |
2018-06-21 | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 1 | -0/+1 |
2018-06-21 | atomics/treewide: Remove redundant atomic_inc_not_zero() definitions | Mark Rutland | 1 | -2/+0 |
2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 1 | -2/+2 |
2017-08-10 | locking/atomic: Fix atomic_set_release() for 'funny' architectures | Peter Zijlstra | 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, arch/hexagon: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -5/+28 |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 1 | -1/+1 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -2/+0 |
2015-07-27 | hexagon: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -0/+6 |
2014-08-14 | locking,arch,hexagon: Fold atomic_ops | Peter Zijlstra | 1 | -31/+37 |
2014-04-18 | arch,hexagon: Convert smp_mb__*() | Peter Zijlstra | 1 | -5/+1 |
2014-04-05 | Hexagon: fix atomic_set | Richard Kuo | 1 | -1/+14 |
2014-01-12 | arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.h | Peter Zijlstra | 1 | -1/+5 |
2013-05-01 | Hexagon: update copyright dates | Richard Kuo | 1 | -1/+1 |
2013-05-01 | Hexagon: fix __atomic_add_unless | Richard Kuo | 1 | -9/+11 |
2012-10-19 | Hexagon: Copyright marking changes | Richard Kuo | 1 | -1/+1 |
2012-03-28 | Disintegrate asm/system.h for Hexagon | David Howells | 1 | -0/+1 |
2011-11-01 | Hexagon: Add atomic ops support | Richard Kuo | 1 | -0/+164 |