index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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-15
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-05
1
-10
/
+2
*
|
Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2016-12-15
1
-8
/
+12
|
\
\
|
*
|
locking/lockdep: Provide a type check for lock_is_held
Peter Zijlstra
2016-11-30
1
-8
/
+12
*
|
|
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2016-12-11
1
-54
/
+57
|
\
\
\
|
*
|
|
lockdep: Fix report formatting
Dmitry Vyukov
2016-12-06
1
-54
/
+57
*
|
|
|
locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...
Thomas Gleixner
2016-12-02
1
-4
/
+12
*
|
|
|
locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALL
Thomas Gleixner
2016-12-02
1
-2
/
+1
*
|
|
|
Merge branch 'locking/urgent' into locking/core, to pick up dependent fixes
Ingo Molnar
2016-12-02
2
-4
/
+69
|
\
|
|
|
|
*
|
|
locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
Thomas Gleixner
2016-12-02
1
-2
/
+3
|
*
|
|
locking/rtmutex: Prevent dequeue vs. unlock race
Thomas Gleixner
2016-12-02
1
-2
/
+66
|
|
|
/
|
|
/
|
*
|
|
locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...
Pan Xinhui
2016-11-22
2
-5
/
+22
*
|
|
locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...
Pan Xinhui
2016-11-22
1
-1
/
+8
*
|
|
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2016-11-22
1
-3
/
+17
|
\
|
|
|
*
|
lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined
Babu Moger
2016-11-18
1
-3
/
+17
|
|
/
*
|
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
Waiman Long
2016-11-21
3
-7
/
+7
*
|
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
2016-11-16
5
-12
/
+12
*
|
locking/lockdep: Remove unused parameter from the add_lock_to_list() function
Tahsin Erdogan
2016-11-11
1
-5
/
+5
*
|
locking/mutex: Enable optimistic spinning of woken waiter
Waiman Long
2016-10-25
1
-23
/
+54
*
|
locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()
Waiman Long
2016-10-25
1
-9
/
+4
*
|
locking/mutex: Restructure wait loop
Peter Zijlstra
2016-10-25
1
-5
/
+25
*
|
locking/mutex: Add lock handoff to avoid starvation
Peter Zijlstra
2016-10-25
1
-23
/
+119
*
|
locking/mutex: Rework mutex::owner
Peter Zijlstra
2016-10-25
4
-264
/
+156
|
/
*
locking/lglock: Remove lglock implementation
Peter Zijlstra
2016-09-22
2
-90
/
+0
*
stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()
Oleg Nesterov
2016-09-22
1
-22
/
+0
*
locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()
Pan Xinhui
2016-09-22
1
-1
/
+1
*
locking/rwsem: Scan the wait_list for readers only once
Davidlohr Bueso
2016-08-18
1
-32
/
+26
*
locking/rwsem: Remove a few useless comments
Davidlohr Bueso
2016-08-18
1
-3
/
+0
*
locking/rwsem: Return void in __rwsem_mark_wake()
Davidlohr Bueso
2016-08-18
1
-18
/
+17
*
locking/percpu-rwsem: Optimize readers and reduce global impact
Peter Zijlstra
2016-08-10
1
-97
/
+131
*
locking/pvstat: Separate wait_again and spurious wakeup stats
Waiman Long
2016-08-10
2
-11
/
+5
*
locking/qspinlock: Improve readability
Peter Zijlstra
2016-08-10
1
-5
/
+7
[prev]
[next]