index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
qspinlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/qspinlock: Ensure node->count is updated before initialising node
Will Deacon
2018-02-13
1
-0
/
+8
*
locking/qspinlock: Ensure node is initialised before updating prev->next
Will Deacon
2018-02-13
1
-6
/
+7
*
locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()
Paul E. McKenney
2017-12-04
1
-7
/
+5
*
locking: Remove spin_unlock_wait() generic definitions
Paul E. McKenney
2017-08-17
1
-117
/
+0
*
locking/qspinlock: Explicitly include asm/prefetch.h
Stafford Horne
2017-07-08
1
-0
/
+1
*
locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()
Pan Xinhui
2016-06-27
1
-1
/
+1
*
locking/barriers: Introduce smp_acquire__after_ctrl_dep()
Peter Zijlstra
2016-06-14
1
-1
/
+1
*
locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Peter Zijlstra
2016-06-14
1
-6
/
+6
*
locking/qspinlock: Add comments
Peter Zijlstra
2016-06-08
1
-0
/
+57
*
locking/qspinlock: Clarify xchg_tail() ordering
Peter Zijlstra
2016-06-08
1
-2
/
+13
*
locking/qspinlock: Fix spin_unlock_wait() some more
Peter Zijlstra
2016-06-08
1
-0
/
+60
*
locking/qspinlock: Use smp_cond_acquire() in pending code
Waiman Long
2016-02-29
1
-4
/
+3
*
locking/pvqspinlock: Queue node adaptive spinning
Waiman Long
2015-12-04
1
-2
/
+3
*
locking/pvqspinlock: Allow limited lock stealing
Waiman Long
2015-12-04
1
-6
/
+20
*
locking, sched: Introduce smp_cond_acquire() and use it
Peter Zijlstra
2015-12-04
1
-2
/
+1
*
locking/qspinlock: Avoid redundant read of next pointer
Waiman Long
2015-11-23
1
-3
/
+6
*
locking/qspinlock: Prefetch the next node cacheline
Waiman Long
2015-11-23
1
-0
/
+10
*
locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()
Waiman Long
2015-11-23
1
-5
/
+24
*
locking/qspinlock/x86: Fix performance regression under unaccelerated VMs
Peter Zijlstra
2015-09-11
1
-1
/
+1
*
locking/pvqspinlock: Only kick CPU at unlock time
Waiman Long
2015-08-03
1
-3
/
+3
*
locking/pvqspinlock: Implement simple paravirt support for the qspinlock
Waiman Long
2015-05-08
1
-1
/
+67
*
locking/qspinlock: Revert to test-and-set on hypervisors
Peter Zijlstra (Intel)
2015-05-08
1
-0
/
+3
*
locking/qspinlock: Use a simple write to grab the lock
Waiman Long
2015-05-08
1
-16
/
+50
*
locking/qspinlock: Optimize for smaller NR_CPUS
Peter Zijlstra (Intel)
2015-05-08
1
-1
/
+68
*
locking/qspinlock: Extract out code snippets for the next patch
Waiman Long
2015-05-08
1
-31
/
+48
*
locking/qspinlock: Add pending bit
Peter Zijlstra (Intel)
2015-05-08
1
-21
/
+98
*
locking/qspinlock: Introduce a simple generic 4-byte queued spinlock
Waiman Long
2015-05-08
1
-0
/
+209