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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-30
locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()
Steven Rostedt (VMware)
1
-1
/
+1
2017-01-25
Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...
Paul E. McKenney
2
-6
/
+12
2017-01-23
lockdep: Make RCU suspicious-access splats use pr_err
Paul E. McKenney
1
-6
/
+6
2017-01-22
locking/rwsem: Reinit wake_q after use
Waiman Long
1
-2
/
+5
2017-01-15
locktorture: Fix potential memory leak with rw lock test
Yang Shi
1
-0
/
+6
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex stress
Chris Wilson
1
-0
/
+254
2017-01-14
locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocks
Chris Wilson
1
-0
/
+115
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detection
Chris Wilson
1
-0
/
+98
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detection
Chris Wilson
1
-0
/
+39
2017-01-14
locking/ww_mutex: Begin kselftests for ww_mutex
Chris Wilson
2
-0
/
+141
2017-01-14
locking/ww_mutex: Add ww_mutex to locktorture test
Chris Wilson
1
-0
/
+73
2017-01-14
locking/mutex, sched/wait: Add mutex_lock_io()
Tejun Heo
1
-0
/
+24
2017-01-14
locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debugging
Nicolai Hähnle
1
-0
/
+4
2017-01-14
locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...
Nicolai Hähnle
1
-26
/
+52
2017-01-14
locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loop
Nicolai Hähnle
1
-20
/
+29
2017-01-14
locking/mutex: Improve inlining
Peter Zijlstra
1
-41
/
+44
2017-01-14
locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...
Nicolai Hähnle
1
-19
/
+40
2017-01-14
locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...
Nicolai Hähnle
1
-10
/
+30
2017-01-14
locking/ww_mutex: Add waiters in stamp order
Nicolai Hähnle
1
-7
/
+69
2017-01-14
locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappers
Nicolai Hähnle
1
-8
/
+8
2017-01-14
locking/ww_mutex: Set use_ww_ctx even when locking without a context
Nicolai Hähnle
1
-12
/
+17
2017-01-14
locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()
Nicolai Hähnle
1
-2
/
+8
2017-01-14
locking/mutex: Fix mutex handoff
Peter Zijlstra
1
-56
/
+52
2017-01-14
locking/percpu-rwsem: Replace waitqueue with rcuwait
Davidlohr Bueso
1
-4
/
+3
2017-01-14
sched/core: Remove set_task_state()
Davidlohr Bueso
4
-11
/
+11
2017-01-14
kernel/locking: Compute 'current' directly
Davidlohr Bueso
4
-29
/
+22
2017-01-12
locking/pvqspinlock: Don't wait if vCPU is preempted
Pan Xinhui
1
-1
/
+1
2017-01-12
locking/spinlocks: Remove the unused spin_lock_bh_nested() API
Waiman Long
1
-8
/
+0
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-10
/
+2
2016-12-15
Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+12
2016-12-11
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-54
/
+57
2016-12-06
lockdep: Fix report formatting
Dmitry Vyukov
1
-54
/
+57
2016-12-05
don't open-code file_inode()
Al Viro
1
-10
/
+2
2016-12-02
locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...
Thomas Gleixner
1
-4
/
+12
2016-12-02
locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALL
Thomas Gleixner
1
-2
/
+1
2016-12-02
Merge branch 'locking/urgent' into locking/core, to pick up dependent fixes
Ingo Molnar
2
-4
/
+69
2016-12-02
locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
Thomas Gleixner
1
-2
/
+3
2016-12-02
locking/rtmutex: Prevent dequeue vs. unlock race
Thomas Gleixner
1
-2
/
+66
2016-11-30
locking/lockdep: Provide a type check for lock_is_held
Peter Zijlstra
1
-8
/
+12
2016-11-22
locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...
Pan Xinhui
2
-5
/
+22
2016-11-22
locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...
Pan Xinhui
1
-1
/
+8
2016-11-22
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-3
/
+17
2016-11-21
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
Waiman Long
3
-7
/
+7
2016-11-18
lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined
Babu Moger
1
-3
/
+17
2016-11-16
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
5
-12
/
+12
2016-11-11
locking/lockdep: Remove unused parameter from the add_lock_to_list() function
Tahsin Erdogan
1
-5
/
+5
2016-10-25
locking/mutex: Enable optimistic spinning of woken waiter
Waiman Long
1
-23
/
+54
2016-10-25
locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()
Waiman Long
1
-9
/
+4
2016-10-25
locking/mutex: Restructure wait loop
Peter Zijlstra
1
-5
/
+25
[prev]
[next]