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
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-10-13
6
-212
/
+250
|
\
|
*
locking/lockdep: Revert qrwlock recusive stuff
Peter Zijlstra
2014-10-03
1
-6
/
+0
|
*
locking/rwsem: Avoid double checking before try acquiring write lock
Jason Low
2014-10-03
1
-9
/
+11
|
*
locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition
Davidlohr Bueso
2014-09-16
1
-4
/
+3
|
*
locking/semaphore: Resolve some shadow warnings
Mark Rustad
2014-09-04
1
-6
/
+6
|
*
locking/lockdep: Restrict the use of recursive read_lock() with qrwlock
Waiman Long
2014-08-13
1
-0
/
+6
|
*
locking/Documentation: Move locking related docs into Documentation/locking/
Davidlohr Bueso
2014-08-13
2
-2
/
+2
|
*
locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate
Davidlohr Bueso
2014-08-13
1
-1
/
+1
|
*
locking/mutexes: Refactor optimistic spinning code
Davidlohr Bueso
2014-08-13
1
-182
/
+214
|
*
locking/mcs: Remove obsolete comment
Davidlohr Bueso
2014-08-13
1
-3
/
+0
|
*
locking/mutexes: Document quick lock release when unlocking
Davidlohr Bueso
2014-08-13
1
-2
/
+9
|
*
locking/mutexes: Standardize arguments in lock/unlock slowpaths
Davidlohr Bueso
2014-08-13
1
-3
/
+4
*
|
locktorture: Cleanup header usage
Davidlohr Bueso
2014-09-30
1
-13
/
+1
*
|
locktorture: Cannot hold read and write lock
Davidlohr Bueso
2014-09-30
1
-0
/
+10
*
|
locktorture: Fix __acquire annotation for spinlock irq
Davidlohr Bueso
2014-09-30
1
-1
/
+1
*
|
locktorture: Support rwlocks
Davidlohr Bueso
2014-09-30
1
-3
/
+112
*
|
locktorture: Introduce torture context
Davidlohr Bueso
2014-09-16
1
-79
/
+82
*
|
locktorture: Support rwsems
Davidlohr Bueso
2014-09-16
1
-1
/
+67
*
|
locktorture: Add infrastructure for torturing read locks
Davidlohr Bueso
2014-09-16
1
-20
/
+156
*
|
torture: Address race in module cleanup
Davidlohr Bueso
2014-09-16
1
-1
/
+2
*
|
locktorture: Make statistics generic
Davidlohr Bueso
2014-09-16
1
-16
/
+16
*
|
locktorture: Teach about lock debugging
Davidlohr Bueso
2014-09-16
1
-2
/
+13
*
|
locktorture: Support mutexes
Davidlohr Bueso
2014-09-16
1
-2
/
+39
*
|
locktorture: Rename locktorture_runnable parameter
Davidlohr Bueso
2014-09-16
1
-4
/
+4
|
/
*
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
2014-07-17
5
-16
/
+13
*
locking/lockdep: Only ask for /proc/lock_stat output when available
Andreas Gruenbacher
2014-07-17
1
-0
/
+2
*
Merge branch 'locking/urgent' into locking/core, before applying larger chang...
Ingo Molnar
2014-07-17
6
-44
/
+77
|
\
|
*
locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER
Davidlohr Bueso
2014-07-16
2
-3
/
+3
|
*
locking/rwsem: Rename 'activity' to 'count'
Peter Zijlstra
2014-07-16
1
-14
/
+14
|
*
locking/spinlocks/mcs: Micro-optimize osq_unlock()
Jason Low
2014-07-16
1
-2
/
+2
|
*
locking/spinlocks/mcs: Introduce and use init macro and function for osq locks
Jason Low
2014-07-16
2
-2
/
+2
|
*
locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead
Jason Low
2014-07-16
4
-11
/
+44
|
*
locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()
Jason Low
2014-07-16
2
-16
/
+16
|
*
locking/rwsem: Allow conservative optimistic spinning when readers have lock
Jason Low
2014-07-16
1
-5
/
+5
|
*
Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...
Linus Torvalds
2014-06-21
3
-35
/
+218
|
|
\
*
|
|
locking/mutexes: Optimize mutex trylock slowpath
Jason Low
2014-07-05
1
-0
/
+4
*
|
|
locking/mutexes: Try to acquire mutex only if it is unlocked
Jason Low
2014-07-05
1
-3
/
+4
*
|
|
locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macro
Jason Low
2014-07-05
1
-10
/
+8
*
|
|
locking/mutexes: Correct documentation on mutex optimistic spinning
Jason Low
2014-07-05
1
-6
/
+4
*
|
|
rtmutex: Avoid pointless requeueing in the deadlock detection chain walk
Thomas Gleixner
2014-06-21
1
-7
/
+70
*
|
|
rtmutex: Cleanup deadlock detector debug logic
Thomas Gleixner
2014-06-21
5
-28
/
+83
*
|
|
rtmutex: Confine deadlock logic to futex
Thomas Gleixner
2014-06-21
2
-33
/
+33
*
|
|
rtmutex: Simplify remove_waiter()
Thomas Gleixner
2014-06-21
1
-17
/
+19
*
|
|
rtmutex: Document pi chain walk
Thomas Gleixner
2014-06-21
1
-9
/
+91
*
|
|
rtmutex: Clarify the boost/deboost part
Thomas Gleixner
2014-06-21
1
-10
/
+48
*
|
|
rtmutex: No need to keep task ref for lock owner check
Thomas Gleixner
2014-06-21
1
-2
/
+3
*
|
|
rtmutex: Simplify and document try_to_take_rtmutex()
Thomas Gleixner
2014-06-21
1
-45
/
+88
*
|
|
rtmutex: Simplify rtmutex_slowtrylock()
Thomas Gleixner
2014-06-21
1
-11
/
+20
*
|
|
Merge branch 'locking/urgent' into locking/core
Thomas Gleixner
2014-06-21
3
-35
/
+218
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
rtmutex: Plug slow unlock race
Thomas Gleixner
2014-06-16
1
-6
/
+109
[next]