index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
qspinlock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-29
locking/qspinlock: Use smp_cond_acquire() in pending code
Waiman Long
1
-4
/
+3
2015-12-04
locking/pvqspinlock: Queue node adaptive spinning
Waiman Long
1
-2
/
+3
2015-12-04
locking/pvqspinlock: Allow limited lock stealing
Waiman Long
1
-6
/
+20
2015-12-04
locking, sched: Introduce smp_cond_acquire() and use it
Peter Zijlstra
1
-2
/
+1
2015-11-23
locking/qspinlock: Avoid redundant read of next pointer
Waiman Long
1
-3
/
+6
2015-11-23
locking/qspinlock: Prefetch the next node cacheline
Waiman Long
1
-0
/
+10
2015-11-23
locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()
Waiman Long
1
-5
/
+24
2015-09-11
locking/qspinlock/x86: Fix performance regression under unaccelerated VMs
Peter Zijlstra
1
-1
/
+1
2015-08-03
locking/pvqspinlock: Only kick CPU at unlock time
Waiman Long
1
-3
/
+3
2015-05-08
locking/pvqspinlock: Implement simple paravirt support for the qspinlock
Waiman Long
1
-1
/
+67
2015-05-08
locking/qspinlock: Revert to test-and-set on hypervisors
Peter Zijlstra (Intel)
1
-0
/
+3
2015-05-08
locking/qspinlock: Use a simple write to grab the lock
Waiman Long
1
-16
/
+50
2015-05-08
locking/qspinlock: Optimize for smaller NR_CPUS
Peter Zijlstra (Intel)
1
-1
/
+68
2015-05-08
locking/qspinlock: Extract out code snippets for the next patch
Waiman Long
1
-31
/
+48
2015-05-08
locking/qspinlock: Add pending bit
Peter Zijlstra (Intel)
1
-21
/
+98
2015-05-08
locking/qspinlock: Introduce a simple generic 4-byte queued spinlock
Waiman Long
1
-0
/
+209