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
/
rtmutex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-08
locking/rtmutex: Only warn once on a trylock from bad context
Sebastian Andrzej Siewior
1
-1
/
+1
2016-01-26
rtmutex: Make wait_lock irq safe
Thomas Gleixner
1
-63
/
+72
2015-11-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+2
2015-10-06
locking/rtmutex: Use acquire/release semantics
Davidlohr Bueso
1
-9
/
+21
2015-09-23
sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()
Juri Lelli
1
-1
/
+2
2015-07-20
rtmutex: Delete scriptable tester
Davidlohr Bueso
1
-1
/
+1
2015-06-25
Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-31
/
+56
2015-06-23
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+1
2015-06-23
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+10
2015-06-19
locking/rtmutex: Update stale plist comments
Davidlohr Bueso
1
-9
/
+9
2015-06-19
futex: Lower the lock contention on the HB lock during wake up
Sebastian Andrzej Siewior
1
-15
/
+41
2015-06-18
locking/rtmutex: Implement lockless top-waiter wakeup
Davidlohr Bueso
1
-11
/
+10
2015-05-19
Merge branch 'linus' into timers/core
Thomas Gleixner
1
-5
/
+7
2015-05-13
rtmutex: Warn if trylock is called from hard/softirq context
Thomas Gleixner
1
-0
/
+7
2015-05-13
locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG
Sebastian Andrzej Siewior
1
-3
/
+3
2015-05-08
sched: Handle priority boosted tasks proper in setscheduler()
Thomas Gleixner
1
-5
/
+7
2015-04-22
rtmutex: Remove bogus hrtimer_active() check
Thomas Gleixner
1
-4
/
+1
2015-04-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2015-03-25
locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...
Tom(JeHyeon) Yeon
1
-1
/
+1
2015-03-01
locking/rtmutex: Set state back to running on error
Sebastian Andrzej Siewior
1
-0
/
+1
2015-02-18
locking/rtmutex: Avoid a NULL pointer dereference on deadlock
Sebastian Andrzej Siewior
1
-1
/
+2
2015-02-04
locking/rtmutex: Optimize setting task running after being blocked
Davidlohr Bueso
1
-4
/
+3
2014-08-13
locking/Documentation: Move locking related docs into Documentation/locking/
Davidlohr Bueso
1
-1
/
+1
2014-06-22
rtmutex: Avoid pointless requeueing in the deadlock detection chain walk
Thomas Gleixner
1
-7
/
+70
2014-06-22
rtmutex: Cleanup deadlock detector debug logic
Thomas Gleixner
1
-22
/
+55
2014-06-22
rtmutex: Confine deadlock logic to futex
Thomas Gleixner
1
-29
/
+30
2014-06-22
rtmutex: Simplify remove_waiter()
Thomas Gleixner
1
-17
/
+19
2014-06-22
rtmutex: Document pi chain walk
Thomas Gleixner
1
-9
/
+91
2014-06-22
rtmutex: Clarify the boost/deboost part
Thomas Gleixner
1
-10
/
+48
2014-06-22
rtmutex: No need to keep task ref for lock owner check
Thomas Gleixner
1
-2
/
+3
2014-06-22
rtmutex: Simplify and document try_to_take_rtmutex()
Thomas Gleixner
1
-45
/
+88
2014-06-22
rtmutex: Simplify rtmutex_slowtrylock()
Thomas Gleixner
1
-11
/
+20
2014-06-16
rtmutex: Plug slow unlock race
Thomas Gleixner
1
-6
/
+109
2014-06-07
rtmutex: Detect changes in the pi lock chain
Thomas Gleixner
1
-24
/
+71
2014-06-07
rtmutex: Handle deadlock detection smarter
Thomas Gleixner
1
-5
/
+28
2014-05-28
rtmutex: Fix deadlock detector for real
Thomas Gleixner
1
-4
/
+28
2014-02-22
sched: Consider pi boosting in setscheduler()
Thomas Gleixner
1
-0
/
+12
2014-01-13
sched/deadline: Add SCHED_DEADLINE inheritance logic
Dario Faggioli
1
-9
/
+22
2014-01-13
rtmutex: Turn the plist into an rb-tree
Peter Zijlstra
1
-30
/
+121
2013-11-06
locking: Move the rtmutex code to kernel/locking/
Peter Zijlstra
1
-0
/
+1060