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_paravirt.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-25
Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"
Wanpeng Li
1
-1
/
+1
2019-04-10
locking/qspinlock_stat: Introduce generic lockevent_*() counting APIs
Waiman Long
1
-9
/
+10
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-17
locking/pvqspinlock: Extend node size when pvqspinlock is configured
Waiman Long
1
-3
/
+1
2018-04-27
locking/qspinlock: Remove duplicate clear_pending() function from PV code
Will Deacon
1
-5
/
+0
2018-04-27
locking/qspinlock: Add stat tracking for pending vs. slowpath
Waiman Long
1
-6
/
+1
2018-04-27
locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpath
Will Deacon
1
-5
/
+0
2018-04-27
locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'
Will Deacon
1
-23
/
+11
2017-11-08
locking/pvqspinlock: Implement hybrid PV queued/unfair locks
Waiman Long
1
-9
/
+38
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-29
locking/pvqspinlock: Relax cmpxchg's to improve performance on some architect...
Waiman Long
1
-7
/
+17
2017-07-07
mm: update callers to use HASH_ZERO flag
Pavel Tatashin
1
-1
/
+2
2017-01-12
locking/pvqspinlock: Don't wait if vCPU is preempted
Pan Xinhui
1
-1
/
+1
2016-09-22
locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()
Pan Xinhui
1
-1
/
+1
2016-08-10
locking/pvstat: Separate wait_again and spurious wakeup stats
Waiman Long
1
-9
/
+3
2016-08-10
locking/qspinlock: Improve readability
Peter Zijlstra
1
-5
/
+7
2016-08-10
locking/pvqspinlock: Fix double hash race
Wanpeng Li
1
-1
/
+1
2016-06-16
locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions
Peter Zijlstra
1
-2
/
+2
2016-02-29
locking/pvqspinlock: Enable slowpath locking count tracking
Waiman Long
1
-0
/
+5
2016-02-29
locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_sp...
Waiman Long
1
-7
/
+9
2015-12-04
locking/pvqspinlock: Queue node adaptive spinning
Waiman Long
1
-2
/
+44
2015-12-04
locking/pvqspinlock: Allow limited lock stealing
Waiman Long
1
-22
/
+119
2015-12-04
locking/pvqspinlock: Collect slowpath lock statistics
Waiman Long
1
-5
/
+27
2015-11-23
locking/pvqspinlock, x86: Optimize the PV unlock code path
Waiman Long
1
-16
/
+27
2015-09-18
locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VAL
Waiman Long
1
-5
/
+1
2015-08-03
locking/pvqspinlock: Only kick CPU at unlock time
Waiman Long
1
-18
/
+48
2015-08-03
locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpath
Will Deacon
1
-5
/
+18
2015-08-03
locking: Clean up pvqspinlock warning
Peter Zijlstra
1
-6
/
+7
2015-07-21
locking/pvqspinlock: Fix kernel panic in locking-selftest
Waiman Long
1
-1
/
+10
2015-05-19
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
1
-1
/
+1
2015-05-11
locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()
Waiman Long
1
-1
/
+1
2015-05-08
locking/pvqspinlock: Implement simple paravirt support for the qspinlock
Waiman Long
1
-0
/
+325