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