summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/spinlock.h
AgeCommit message (Expand)AuthorLines
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta-6/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-03-08ARCv2: spinlock: remove the extra smp_mb before lock, after unlockVineet Gupta-35/+14
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon-4/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon-4/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon-3/+0
2017-09-08Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-0/+12
2017-08-28ARC: [plat-eznps] spinlock aware for MTMNoam Camus-0/+6
2017-08-28ARC: spinlock: Document the EX based spin_unlockVineet Gupta-0/+6
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney-5/+0
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra-2/+5
2016-06-02Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with ex...Vineet Gupta-293/+0
2016-06-02Revert "ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wa...Vineet Gupta-3/+3
2016-06-02Revert "ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential b...Vineet Gupta-1/+2
2016-05-09ARC: rwlock: disable interrupts in !LLSC variantNoam Camus-0/+14
2015-08-07ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoffVineet Gupta-2/+1
2015-08-04ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycleVineet Gupta-3/+3
2015-08-04ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia...Vineet Gupta-0/+293
2015-08-04ARC: LLOCK/SCOND based rwlockVineet Gupta-10/+164
2015-08-04ARC: LLOCK/SCOND based spin_lockVineet Gupta-7/+69
2015-06-25ARC: add smp barriers around atomics per Documentation/atomic_ops.txtVineet Gupta-0/+32
2013-09-27ARC: Workaround spinlock livelock in SMP SystemC simulationVineet Gupta-1/+8
2013-02-11ARC: Spinlock/rwlock/mutex primitivesVineet Gupta-0/+144