index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
qspinlock.c
Age
Commit message (
Expand
)
Author
2018-10-17
locking/pvqspinlock: Extend node size when pvqspinlock is configured
Waiman Long
2018-10-17
locking/qspinlock_stat: Count instances of nested lock slowpaths
Waiman Long
2018-10-16
locking/qspinlock, x86: Provide liveness guarantee
Peter Zijlstra
2018-10-16
locking/qspinlock: Rework some comments
Peter Zijlstra
2018-10-16
locking/qspinlock: Re-order code
Peter Zijlstra
2018-04-27
locking/qspinlock: Add stat tracking for pending vs. slowpath
Waiman Long
2018-04-27
locking/qspinlock: Use try_cmpxchg() instead of cmpxchg() when locking
Will Deacon
2018-04-27
locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()
Will Deacon
2018-04-27
locking/qspinlock: Use smp_cond_load_relaxed() to wait for next node
Will Deacon
2018-04-27
locking/qspinlock: Use atomic_cond_read_acquire()
Will Deacon
2018-04-27
locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queue
Will Deacon
2018-04-27
locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpath
Will Deacon
2018-04-27
locking/qspinlock: Bound spinning on pending->locked transition in slowpath
Will Deacon
2018-04-27
locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'
Will Deacon
2018-02-13
locking/qspinlock: Ensure node->count is updated before initialising node
Will Deacon
2018-02-13
locking/qspinlock: Ensure node is initialised before updating prev->next
Will Deacon
2017-12-04
locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()
Paul E. McKenney
2017-08-17
locking: Remove spin_unlock_wait() generic definitions
Paul E. McKenney
2017-07-08
locking/qspinlock: Explicitly include asm/prefetch.h
Stafford Horne
2016-06-27
locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()
Pan Xinhui
2016-06-14
locking/barriers: Introduce smp_acquire__after_ctrl_dep()
Peter Zijlstra
2016-06-14
locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Peter Zijlstra
2016-06-08
locking/qspinlock: Add comments
Peter Zijlstra
2016-06-08
locking/qspinlock: Clarify xchg_tail() ordering
Peter Zijlstra
2016-06-08
locking/qspinlock: Fix spin_unlock_wait() some more
Peter Zijlstra
2016-02-29
locking/qspinlock: Use smp_cond_acquire() in pending code
Waiman Long
2015-12-04
locking/pvqspinlock: Queue node adaptive spinning
Waiman Long
2015-12-04
locking/pvqspinlock: Allow limited lock stealing
Waiman Long
2015-12-04
locking, sched: Introduce smp_cond_acquire() and use it
Peter Zijlstra
2015-11-23
locking/qspinlock: Avoid redundant read of next pointer
Waiman Long
2015-11-23
locking/qspinlock: Prefetch the next node cacheline
Waiman Long
2015-11-23
locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()
Waiman Long
2015-09-11
locking/qspinlock/x86: Fix performance regression under unaccelerated VMs
Peter Zijlstra
2015-08-03
locking/pvqspinlock: Only kick CPU at unlock time
Waiman Long
2015-05-08
locking/pvqspinlock: Implement simple paravirt support for the qspinlock
Waiman Long
2015-05-08
locking/qspinlock: Revert to test-and-set on hypervisors
Peter Zijlstra (Intel)
2015-05-08
locking/qspinlock: Use a simple write to grab the lock
Waiman Long
2015-05-08
locking/qspinlock: Optimize for smaller NR_CPUS
Peter Zijlstra (Intel)
2015-05-08
locking/qspinlock: Extract out code snippets for the next patch
Waiman Long
2015-05-08
locking/qspinlock: Add pending bit
Peter Zijlstra (Intel)
2015-05-08
locking/qspinlock: Introduce a simple generic 4-byte queued spinlock
Waiman Long