summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/spinlock.h
AgeCommit message (Expand)Author
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-09-09arm64: lse: convert lse alternatives NOP padding to use __nopsWill Deacon
2016-09-09arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon
2016-06-15arm64: spinlock: Ensure forward-progress in spin_unlock_waitWill Deacon
2016-06-15arm64: spinlock: fix spin_unlock_wait for LSE atomicsWill Deacon
2016-06-15arm64: spinlock: order spin_{is_locked,unlock_wait} against local locksWill Deacon
2015-12-03arm64: spinlock: serialise spin_unlock_wait against concurrent lockersWill Deacon
2015-07-28arm64: spinlock: fix ll/sc unlock on big-endian systemsWill Deacon
2015-07-27arm64: locks: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: rwlocks: don't fail trylock purely due to contentionWill Deacon
2014-12-18arm64/spinlock: Replace ACCESS_ONCE READ_ONCEChristian Borntraeger
2014-02-07arm64: asm: remove redundant "cc" clobbersWill Deacon
2013-10-24arm64: lockref: add support for lockless lockrefs using cmpxchgWill Deacon
2013-10-24arm64: locks: introduce ticket-based spinlock implementationWill Deacon
2013-06-07arm64: spinlock: retry trylock operation if strex fails on free lockCatalin Marinas
2013-02-11arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon
2012-09-17arm64: SMP supportCatalin Marinas