Age | Commit message (Expand) | Author | Files | Lines |
2018-08-31 | ARC: atomics: unbork atomic_fetch_##op() |  Will Deacon | 1 | -1/+1 |
2018-06-21 | atomics/treewide: Clean up '*_andnot()' ifdeffery |  Mark Rutland | 1 | -4/+4 |
2018-06-21 | atomics/treewide: Make conditional inc/dec ops optional |  Mark Rutland | 1 | -0/+1 |
2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional |  Mark Rutland | 1 | -11/+0 |
2018-06-21 | atomics/treewide: Make test ops optional |  Mark Rutland | 1 | -10/+0 |
2018-06-21 | atomics/arc: Define atomic64_fetch_add_unless() |  Mark Rutland | 1 | -13/+12 |
2018-06-21 | atomics/treewide: Make atomic_fetch_add_unless() optional |  Mark Rutland | 1 | -28/+0 |
2018-06-21 | atomics/treewide: Make atomic64_inc_not_zero() optional |  Mark Rutland | 1 | -1/+0 |
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 |
2017-04-14 | ARC: [plat-eznps] Fix build error |  Noam Camus | 1 | -1/+2 |
2016-09-30 | ARC: [plat-eznps] add missing atomic_fetch_xxx operations |  Noam Camus | 1 | -0/+2 |
2016-09-30 | ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructions |  Vineet Gupta | 1 | -2/+259 |
2016-06-20 | locking/atomic, arch/arc: Fix build |  Peter Zijlstra | 1 | -8/+0 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() |  Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}() |  Peter Zijlstra | 1 | -9/+94 |
2016-06-02 | Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff" |  Vineet Gupta | 1 | -42/+4 |
2016-06-02 | Revert "ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff" |  Vineet Gupta | 1 | -1/+2 |
2016-05-09 | ARC: [plat-eznps] Use dedicated atomic/bitops/cmpxchg |  Noam Camus | 1 | -3/+80 |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() |  Peter Zijlstra | 1 | -4/+4 |
2015-09-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+6 |
2015-08-07 | ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff |  Vineet Gupta | 1 | -2/+1 |
2015-08-04 | ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff |  Vineet Gupta | 1 | -4/+45 |
2015-08-04 | ARC: refactor atomic inline asm operands with symbolic names |  Vineet Gupta | 1 | -15/+17 |
2015-08-04 | Revert "ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelock" |  Vineet Gupta | 1 | -12/+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 | -1/+0 |
2015-07-27 | arc: Provide atomic_{or,xor,and} |  Peter Zijlstra | 1 | -2/+17 |
2015-06-25 | ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelock |  Vineet Gupta | 1 | -2/+12 |
2015-06-25 | ARC: add smp barriers around atomics per Documentation/atomic_ops.txt |  Vineet Gupta | 1 | -0/+21 |
2015-05-10 | ARC: unbork !LLSC build |  Vineet Gupta | 1 | -1/+1 |
2014-10-21 | Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc |  Linus Torvalds | 1 | -4/+0 |
2014-10-13 | ARC: remove extraneous __KERNEL__ guards |  Vineet Gupta | 1 | -4/+0 |
2014-08-14 | locking,arch,arc: Fold atomic_ops |  Peter Zijlstra | 1 | -121/+63 |
2014-04-18 | arch,arc: Convert smp_mb__*() |  Peter Zijlstra | 1 | -5/+0 |
2014-01-12 | arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.h |  Peter Zijlstra | 1 | -0/+5 |
2013-02-11 | ARC: Atomic/bitops/cmpxchg/barriers |  Vineet Gupta | 1 | -0/+232 |