index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...
Nicolai Hähnle
2017-01-14
1
-19
/
+40
|
*
locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...
Nicolai Hähnle
2017-01-14
1
-10
/
+30
|
*
locking/ww_mutex: Add waiters in stamp order
Nicolai Hähnle
2017-01-14
1
-7
/
+69
|
*
locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappers
Nicolai Hähnle
2017-01-14
1
-8
/
+8
|
*
locking/ww_mutex: Set use_ww_ctx even when locking without a context
Nicolai Hähnle
2017-01-14
1
-12
/
+17
|
*
locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()
Nicolai Hähnle
2017-01-14
1
-2
/
+8
|
*
locking/mutex: Fix mutex handoff
Peter Zijlstra
2017-01-14
1
-56
/
+52
|
*
locking/percpu-rwsem: Replace waitqueue with rcuwait
Davidlohr Bueso
2017-01-14
1
-4
/
+3
|
*
sched/core: Remove set_task_state()
Davidlohr Bueso
2017-01-14
4
-11
/
+11
|
*
kernel/locking: Compute 'current' directly
Davidlohr Bueso
2017-01-14
4
-29
/
+22
|
*
locking/pvqspinlock: Don't wait if vCPU is preempted
Pan Xinhui
2017-01-12
1
-1
/
+1
|
*
locking/spinlocks: Remove the unused spin_lock_bh_nested() API
Waiman Long
2017-01-12
1
-8
/
+0
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-02-20
1
-0
/
+24
|
\
\
|
*
|
locking/mutex, sched/wait: Add mutex_lock_io()
Tejun Heo
2017-01-14
1
-0
/
+24
|
|
/
|
|
|
\
*
-
.
\
Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...
Paul E. McKenney
2017-01-25
2
-6
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
locktorture: Fix potential memory leak with rw lock test
Yang Shi
2017-01-14
1
-0
/
+6
|
|
/
|
/
|
|
*
lockdep: Make RCU suspicious-access splats use pr_err
Paul E. McKenney
2017-01-23
1
-6
/
+6
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-16
1
-10
/
+2
|
\
|
*
don't open-code file_inode()
Al Viro
2016-12-04
1
-10
/
+2
*
|
Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2016-12-14
1
-8
/
+12
|
\
\
|
*
|
locking/lockdep: Provide a type check for lock_is_held
Peter Zijlstra
2016-11-30
1
-8
/
+12
[next]