summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/spinlock.h (follow)
Commit message (Expand)AuthorAge
* Merge android-4.4.135 (c9d74f2) into msm-4.4Srinivasarao P2018-06-27
|\
| * Merge 4.4.134 into android-4.4Greg Kroah-Hartman2018-05-30
| |\
| | * arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomicsWill Deacon2018-05-30
| * | 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
| |\ \ \ | | |/ / | |/| / | | |/
| * | UPSTREAM: arm64: spinlock: serialise spin_unlock_wait against concurrent lockersWill Deacon2016-09-16
* | | Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang2017-02-28
|\ \ \
| * | | UPSTREAM: arm64: spinlock: fix spin_unlock_wait for LSE atomicsWill Deacon2016-10-12
| * | | Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi2016-10-05
| |\ \ \ | | | |/ | | |/|
| | * | arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon2016-09-24
| | |/
* | | Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Runmin Wang2016-10-21
|\| |
* | | Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"Trilok Soni2016-08-26
* | | Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Trilok Soni2016-08-18
|\| |
| * | arm64: spinlock: serialise spin_unlock_wait against concurrent lockersWill Deacon2016-05-11
| |/
* / arm64: spinlock: Drop the prfm from arch_spin_trylockRohit Vaswani2016-03-22
|/
* 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