aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/spinlock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-18arm/spinlock: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-2/+2
2014-02-10ARM: 7955/1: spinlock: ensure we have a compiler barrier before sevWill Deacon1-12/+3
2013-11-12Merge branch 'devel-stable' into for-nextRussell King1-14/+14
2013-10-29ARM: 7854/1: lockref: add support for lockless lockrefs using cmpxchg64Will Deacon1-2/+6
2013-09-30ARM: locks: prefetch the destination word for write prior to strexWill Deacon1-3/+10
2013-09-30ARM: smp_on_up: move inline asm ALT_SMP patching macro out of spinlock.hWill Deacon1-11/+4
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King1-1/+1
2013-08-13ARM: 7812/1: rwlocks: retry trylock operation if strex fails on free lockWill Deacon1-19/+30
2013-08-13ARM: 7811/1: locks: use early clobber in arch_spin_trylockWill Deacon1-1/+1
2013-08-12ARM: spinlock: use inner-shareable dsb variant prior to sev instructionWill Deacon1-1/+1
2013-06-17ARM: 7749/1: spinlock: retry trylock operation if strex fails on free lockWill Deacon1-11/+14
2013-01-28ARM: 7632/1: spinlock: avoid exclusive accesses on unlock() pathWill Deacon1-15/+1
2012-07-09ARM: 7447/1: rwlocks: remove unused branch labels from trylock routinesWill Deacon1-2/+2
2012-07-09ARM: 7446/1: spinlock: use ticket algorithm for ARMv6+ locking implementationWill Deacon1-24/+48
2011-05-23ARM: 6939/1: fix missing 'cpu_relax()' declarationMarc Zyngier1-0/+2
2011-02-10ARM: 6655/1: Correct WFE() in asm/spinlock.h for Thumb-2Dave Martin1-1/+17
2011-02-02ARM: v6k: remove CPU_32v6K dependencies in asm/spinlock.hRussell King1-12/+25
2010-02-15ARM: 5897/1: spinlock: don't use deprecated barriers on ARMv7Rabin Vincent1-13/+23
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner1-10/+10
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner1-6/+6
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-10/+10
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-3/+3
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt1-0/+3
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-0/+224