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
2015-03-01
locking/rtmutex: Set state back to running on error
Sebastian Andrzej Siewior
1
-0
/
+1
2015-02-21
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+2
2015-02-18
locking/rtmutex: Avoid a NULL pointer dereference on deadlock
Sebastian Andrzej Siewior
1
-1
/
+2
2015-02-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-4
/
+4
2015-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+8
2015-02-09
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2015-02-04
locking/rtmutex: Optimize setting task running after being blocked
Davidlohr Bueso
1
-4
/
+3
2015-02-04
locking/rwsem: Use task->state helpers
Davidlohr Bueso
2
-3
/
+2
2015-02-04
locking/mutex: Explicitly mark task as running after wakeup
Davidlohr Bueso
1
-0
/
+2
2015-02-04
sched/Documentation: Remove unneeded word
Sharon Dvir
1
-1
/
+1
2015-01-29
ftrace: allow architectures to specify ftrace compile options
Heiko Carstens
1
-4
/
+4
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-01-14
locking/osq: No need for load/acquire when acquire-polling
Davidlohr Bueso
1
-1
/
+1
2015-01-14
locking/mcs: Better differentiate between MCS variants
Davidlohr Bueso
3
-23
/
+3
2015-01-14
locking/mutex: Introduce ww_mutex_set_context_slowpath()
Davidlohr Bueso
1
-18
/
+26
2015-01-14
locking/mutex: Move MCS related comments to proper location
Davidlohr Bueso
1
-11
/
+5
2015-01-14
locking/mutex: Checking the stamp is WW only
Davidlohr Bueso
1
-2
/
+2
2015-01-09
mutex: Always clear owner field upon mutex_unlock()
Chris Wilson
1
-1
/
+1
2015-01-03
spinlock: Add spin_lock_bh_nested()
Thomas Graf
1
-0
/
+8
2014-10-28
locking/mutex: Don't assume TASK_RUNNING
Peter Zijlstra
1
-1
/
+7
2014-10-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-212
/
+250
2014-10-03
locking/lockdep: Revert qrwlock recusive stuff
Peter Zijlstra
1
-6
/
+0
2014-10-03
locking/rwsem: Avoid double checking before try acquiring write lock
Jason Low
1
-9
/
+11
2014-09-30
locktorture: Cleanup header usage
Davidlohr Bueso
1
-13
/
+1
2014-09-30
locktorture: Cannot hold read and write lock
Davidlohr Bueso
1
-0
/
+10
2014-09-30
locktorture: Fix __acquire annotation for spinlock irq
Davidlohr Bueso
1
-1
/
+1
2014-09-30
locktorture: Support rwlocks
Davidlohr Bueso
1
-3
/
+112
2014-09-16
locktorture: Introduce torture context
Davidlohr Bueso
1
-79
/
+82
2014-09-16
locktorture: Support rwsems
Davidlohr Bueso
1
-1
/
+67
2014-09-16
locktorture: Add infrastructure for torturing read locks
Davidlohr Bueso
1
-20
/
+156
2014-09-16
torture: Address race in module cleanup
Davidlohr Bueso
1
-1
/
+2
2014-09-16
locktorture: Make statistics generic
Davidlohr Bueso
1
-16
/
+16
2014-09-16
locktorture: Teach about lock debugging
Davidlohr Bueso
1
-2
/
+13
2014-09-16
locktorture: Support mutexes
Davidlohr Bueso
1
-2
/
+39
2014-09-16
locktorture: Rename locktorture_runnable parameter
Davidlohr Bueso
1
-4
/
+4
2014-09-16
locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition
Davidlohr Bueso
1
-4
/
+3
2014-09-04
locking/semaphore: Resolve some shadow warnings
Mark Rustad
1
-6
/
+6
2014-08-13
locking/lockdep: Restrict the use of recursive read_lock() with qrwlock
Waiman Long
1
-0
/
+6
2014-08-13
locking/Documentation: Move locking related docs into Documentation/locking/
Davidlohr Bueso
2
-2
/
+2
2014-08-13
locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate
Davidlohr Bueso
1
-1
/
+1
2014-08-13
locking/mutexes: Refactor optimistic spinning code
Davidlohr Bueso
1
-182
/
+214
2014-08-13
locking/mcs: Remove obsolete comment
Davidlohr Bueso
1
-3
/
+0
2014-08-13
locking/mutexes: Document quick lock release when unlocking
Davidlohr Bueso
1
-2
/
+9
2014-08-13
locking/mutexes: Standardize arguments in lock/unlock slowpaths
Davidlohr Bueso
1
-3
/
+4
2014-07-17
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
5
-16
/
+13
2014-07-17
locking/lockdep: Only ask for /proc/lock_stat output when available
Andreas Gruenbacher
1
-0
/
+2
2014-07-17
Merge branch 'locking/urgent' into locking/core, before applying larger chang...
Ingo Molnar
6
-44
/
+77
2014-07-16
locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER
Davidlohr Bueso
2
-3
/
+3
2014-07-16
locking/rwsem: Rename 'activity' to 'count'
Peter Zijlstra
1
-14
/
+14
2014-07-16
locking/spinlocks/mcs: Micro-optimize osq_unlock()
Jason Low
1
-2
/
+2
[next]