index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y
Niklas Cassel
1
-5
/
+11
2017-03-07
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-5
/
+12
2017-03-02
locking/ww_mutex: Adjust the lock number for stress test
Boqun Feng
1
-1
/
+1
2017-03-02
locking/lockdep: Add nest_lock integrity test
Peter Zijlstra
1
-2
/
+9
2017-03-02
locking/ww_mutex: Replace cpu_relax() with cond_resched() for tests
Chris Wilson
1
-2
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
7
-0
/
+7
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
4
-4
/
+4
2017-03-02
sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2
-0
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
4
-1
/
+5
2017-02-20
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
15
-322
/
+1081
2017-02-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+24
2017-02-10
locking/spinlock/debug: Remove spinlock lockup detection code
Waiman Long
1
-81
/
+5
2017-02-10
lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS
Byungchul Park
1
-1
/
+1
2017-01-30
locking/mutex: Fix lockdep_assert_held() fail
Peter Zijlstra
3
-35
/
+11
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-14
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-14
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
[next]