index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
include
/
asm
/
spinlock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-22
locking: Fix typos in comments
Ingo Molnar
1
-1
/
+1
2019-02-02
ARM: 8829/1: spinlock: use unified assembler language syntax
Stefan Agner
1
-1
/
+2
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-10
locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations
Will Deacon
1
-5
/
+0
2017-10-10
locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations
Will Deacon
1
-4
/
+0
2017-10-10
locking/core: Remove {read,spin,write}_can_lock()
Will Deacon
1
-6
/
+0
2017-08-17
arch: Remove spin_unlock_wait() arch-specific definitions
Paul E. McKenney
1
-16
/
+0
2016-06-14
locking/spinlock, arch: Update and fix spin_unlock_wait() implementations
Peter Zijlstra
1
-2
/
+17
2014-12-18
arm/spinlock: Replace ACCESS_ONCE with READ_ONCE
Christian Borntraeger
1
-2
/
+2
2014-02-10
ARM: 7955/1: spinlock: ensure we have a compiler barrier before sev
Will Deacon
1
-12
/
+3
2013-11-12
Merge branch 'devel-stable' into for-next
Russell King
1
-14
/
+14
2013-10-29
ARM: 7854/1: lockref: add support for lockless lockrefs using cmpxchg64
Will Deacon
1
-2
/
+6
2013-09-30
ARM: locks: prefetch the destination word for write prior to strex
Will Deacon
1
-3
/
+10
2013-09-30
ARM: smp_on_up: move inline asm ALT_SMP patching macro out of spinlock.h
Will Deacon
1
-11
/
+4
2013-09-05
Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linus
Russell King
1
-1
/
+1
2013-08-13
ARM: 7812/1: rwlocks: retry trylock operation if strex fails on free lock
Will Deacon
1
-19
/
+30
2013-08-13
ARM: 7811/1: locks: use early clobber in arch_spin_trylock
Will Deacon
1
-1
/
+1
2013-08-12
ARM: spinlock: use inner-shareable dsb variant prior to sev instruction
Will Deacon
1
-1
/
+1
2013-06-17
ARM: 7749/1: spinlock: retry trylock operation if strex fails on free lock
Will Deacon
1
-11
/
+14
2013-01-28
ARM: 7632/1: spinlock: avoid exclusive accesses on unlock() path
Will Deacon
1
-15
/
+1
2012-07-09
ARM: 7447/1: rwlocks: remove unused branch labels from trylock routines
Will Deacon
1
-2
/
+2
2012-07-09
ARM: 7446/1: spinlock: use ticket algorithm for ARMv6+ locking implementation
Will Deacon
1
-24
/
+48
2011-05-23
ARM: 6939/1: fix missing 'cpu_relax()' declaration
Marc Zyngier
1
-0
/
+2
2011-02-10
ARM: 6655/1: Correct WFE() in asm/spinlock.h for Thumb-2
Dave Martin
1
-1
/
+17
2011-02-03
ARM: v6k: remove CPU_32v6K dependencies in asm/spinlock.h
Russell King
1
-12
/
+25
2010-02-16
ARM: 5897/1: spinlock: don't use deprecated barriers on ARMv7
Rabin Vincent
1
-13
/
+23
2009-12-15
locking: Convert raw_rwlock functions to arch_rwlock
Thomas Gleixner
1
-10
/
+10
2009-12-15
locking: Convert raw_rwlock to arch_rwlock
Thomas Gleixner
1
-6
/
+6
2009-12-15
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
1
-10
/
+10
2009-12-15
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
1
-3
/
+3
2009-04-03
Allow rwlocks to re-enable interrupts
Robin Holt
1
-0
/
+3
2008-08-03
[ARM] move include/asm-arm to arch/arm/include/asm
Russell King
1
-0
/
+224