summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/spinlock.h (follow)
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt2016-09-26
|\
| * UPSTREAM: arm64: spinlock: fix spin_unlock_wait for LSE atomicsWill Deacon2016-09-22
* | Merge tag 'v4.4.22' into android-4.4.yDmitry Shmidt2016-09-26
|\ \ | |/ |/|
| * arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon2016-09-24
* | UPSTREAM: arm64: spinlock: serialise spin_unlock_wait against concurrent lockersWill Deacon2016-09-16
|/
* arm64: spinlock: fix ll/sc unlock on big-endian systemsWill Deacon2015-07-28
* arm64: locks: patch in lse instructions when supported by the CPUWill Deacon2015-07-27
* arm64: rwlocks: don't fail trylock purely due to contentionWill Deacon2015-07-27
* arm64/spinlock: Replace ACCESS_ONCE READ_ONCEChristian Borntraeger2014-12-18
* arm64: asm: remove redundant "cc" clobbersWill Deacon2014-02-07
* arm64: lockref: add support for lockless lockrefs using cmpxchgWill Deacon2013-10-24
* arm64: locks: introduce ticket-based spinlock implementationWill Deacon2013-10-24
* arm64: spinlock: retry trylock operation if strex fails on free lockCatalin Marinas2013-06-07
* arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon2013-02-11
* arm64: SMP supportCatalin Marinas2012-09-17