index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-05-01
8
-288
/
+418
|
\
|
*
rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()
Mike Galbraith
2017-04-05
1
-5
/
+5
|
*
rtmutex: Fix more prio comparisons
Peter Zijlstra
2017-04-04
1
-3
/
+29
|
*
rtmutex: Fix PI chain order integrity
Peter Zijlstra
2017-04-04
2
-2
/
+28
|
*
sched/rtmutex: Refactor rt_mutex_setprio()
Peter Zijlstra
2017-04-04
1
-82
/
+30
|
*
rtmutex: Clean up
Peter Zijlstra
2017-04-04
2
-16
/
+14
|
*
sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update
Xunlei Pang
2017-04-04
1
-1
/
+1
|
*
sched/rtmutex/deadline: Fix a PI crash for deadline tasks
Xunlei Pang
2017-04-04
1
-8
/
+21
|
*
rtmutex: Deboost before waking up the top waiter
Xunlei Pang
2017-04-04
2
-28
/
+33
|
*
locking/ww-mutex: Limit stress test to 2 seconds
Chris Wilson
2017-03-30
1
-9
/
+9
|
*
futex: Drop hb->lock before enqueueing on the rtmutex
Peter Zijlstra
2017-03-23
2
-21
/
+31
|
*
futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()
Peter Zijlstra
2017-03-23
2
-20
/
+7
|
*
futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
Peter Zijlstra
2017-03-23
2
-10
/
+50
|
*
futex,rt_mutex: Introduce rt_mutex_init_waiter()
Peter Zijlstra
2017-03-23
2
-3
/
+10
|
*
futex,rt_mutex: Provide futex specific rt_mutex API
Peter Zijlstra
2017-03-23
2
-16
/
+48
|
*
futex: Remove rt_mutex_deadlock_account_*()
Peter Zijlstra
2017-03-23
4
-43
/
+18
|
*
locking/ww_mutex: Improve test to cover acquire context changes
Peter Zijlstra
2017-03-16
1
-8
/
+7
|
*
locking/lockdep: Handle statically initialized PER_CPU locks properly
Thomas Gleixner
2017-03-16
1
-10
/
+23
|
*
locking/lockdep: Add new check to lock_downgrade()
J. R. Okajima
2017-03-16
2
-4
/
+57
|
*
locking/lockdep: Factor out the validate_held_lock() helper function
J. R. Okajima
2017-03-16
1
-18
/
+22
|
*
locking/lockdep: Factor out the find_held_lock() helper function
J. R. Okajima
2017-03-16
1
-60
/
+54
*
|
sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALL
Daniel Jordan
2017-04-18
1
-3
/
+3
|
/
*
locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y
Niklas Cassel
2017-03-16
1
-5
/
+11
*
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-03-07
2
-5
/
+12
|
\
|
*
locking/ww_mutex: Adjust the lock number for stress test
Boqun Feng
2017-03-02
1
-1
/
+1
|
*
locking/lockdep: Add nest_lock integrity test
Peter Zijlstra
2017-03-02
1
-2
/
+9
|
*
locking/ww_mutex: Replace cpu_relax() with cond_resched() for tests
Chris Wilson
2017-03-02
1
-2
/
+2
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
7
-0
/
+7
*
|
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
4
-4
/
+4
*
|
sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
2
-0
/
+2
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
4
-1
/
+5
|
/
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-02-20
15
-322
/
+1081
|
\
|
*
locking/spinlock/debug: Remove spinlock lockup detection code
Waiman Long
2017-02-10
1
-81
/
+5
|
*
lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS
Byungchul Park
2017-02-10
1
-1
/
+1
|
*
locking/mutex: Fix lockdep_assert_held() fail
Peter Zijlstra
2017-01-30
3
-35
/
+11
|
*
locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()
Steven Rostedt (VMware)
2017-01-30
1
-1
/
+1
|
*
locking/rwsem: Reinit wake_q after use
Waiman Long
2017-01-22
1
-2
/
+5
|
*
locking/ww_mutex: Add kselftests for ww_mutex stress
Chris Wilson
2017-01-14
1
-0
/
+254
|
*
locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocks
Chris Wilson
2017-01-14
1
-0
/
+115
|
*
locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detection
Chris Wilson
2017-01-14
1
-0
/
+98
|
*
locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detection
Chris Wilson
2017-01-14
1
-0
/
+39
|
*
locking/ww_mutex: Begin kselftests for ww_mutex
Chris Wilson
2017-01-14
2
-0
/
+141
|
*
locking/ww_mutex: Add ww_mutex to locktorture test
Chris Wilson
2017-01-14
1
-0
/
+73
|
*
locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debugging
Nicolai Hähnle
2017-01-14
1
-0
/
+4
|
*
locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...
Nicolai Hähnle
2017-01-14
1
-26
/
+52
|
*
locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loop
Nicolai Hähnle
2017-01-14
1
-20
/
+29
|
*
locking/mutex: Improve inlining
Peter Zijlstra
2017-01-14
1
-41
/
+44
[next]