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 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-06-22
1
-0
/
+22
|
\
\
\
|
*
|
|
sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
Peter Zijlstra
2015-06-19
1
-0
/
+22
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-06-22
8
-11
/
+881
|
\
\
\
|
*
|
|
locking/qrwlock: Don't contend with readers when setting _QW_WAITING
Waiman Long
2015-06-19
1
-4
/
+24
|
*
|
|
lockdep: Do not break user-visible string
Borislav Petkov
2015-06-03
1
-2
/
+1
|
*
|
|
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
2015-05-19
1
-1
/
+1
|
*
|
|
rtmutex: Warn if trylock is called from hard/softirq context
Thomas Gleixner
2015-05-13
1
-0
/
+7
|
*
|
|
locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG
Sebastian Andrzej Siewior
2015-05-13
1
-3
/
+3
|
*
|
|
locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS
Waiman Long
2015-05-12
2
-2
/
+2
|
*
|
|
locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS
Ingo Molnar
2015-05-11
1
-1
/
+1
|
*
|
|
locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()
Waiman Long
2015-05-11
1
-1
/
+1
|
*
|
|
locking/pvqspinlock: Implement simple paravirt support for the qspinlock
Waiman Long
2015-05-08
2
-1
/
+392
|
*
|
|
locking/qspinlock: Revert to test-and-set on hypervisors
Peter Zijlstra (Intel)
2015-05-08
1
-0
/
+3
|
*
|
|
locking/qspinlock: Use a simple write to grab the lock
Waiman Long
2015-05-08
1
-16
/
+50
|
*
|
|
locking/qspinlock: Optimize for smaller NR_CPUS
Peter Zijlstra (Intel)
2015-05-08
1
-1
/
+68
|
*
|
|
locking/qspinlock: Extract out code snippets for the next patch
Waiman Long
2015-05-08
1
-31
/
+48
|
*
|
|
locking/qspinlock: Add pending bit
Peter Zijlstra (Intel)
2015-05-08
1
-21
/
+98
|
*
|
|
locking/qspinlock: Introduce a simple generic 4-byte queued spinlock
Waiman Long
2015-05-08
3
-0
/
+211
|
*
|
|
locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()
Waiman Long
2015-05-08
1
-0
/
+44
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-06-22
1
-7
/
+7
|
\
\
\
|
*
\
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2015-06-02
1
-7
/
+7
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
locktorture: Change longdelay_us to longdelay_ms
Paul E. McKenney
2015-05-27
1
-6
/
+6
|
|
*
|
locktorture: fix deadlock in 'rw_lock_irq' type
Alexey Kodanev
2015-05-27
1
-1
/
+1
|
|
|
/
*
|
/
lockdep: Fix a race between /proc/lock_stat and module unload
Peter Zijlstra
2015-06-07
2
-6
/
+19
|
/
/
*
/
sched: Handle priority boosted tasks proper in setscheduler()
Thomas Gleixner
2015-05-08
1
-5
/
+7
|
/
*
lockdep: Make print_lock() robust against concurrent release
Peter Zijlstra
2015-04-17
1
-1
/
+15
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-04-13
8
-102
/
+118
|
\
|
*
locking/mutex: Further simplify mutex_spin_on_owner()
Jason Low
2015-04-09
1
-10
/
+4
|
*
locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...
Tom(JeHyeon) Yeon
2015-03-25
1
-1
/
+1
|
*
locking/rwsem: Fix lock optimistic spinning when owner is not running
Jason Low
2015-03-07
1
-20
/
+11
|
*
locking: Remove ACCESS_ONCE() usage
Davidlohr Bueso
2015-02-24
4
-19
/
+19
|
*
Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging ne...
Ingo Molnar
2015-02-24
2
-4
/
+12
|
|
\
|
*
|
locking/rwsem: Check for active lock before bailing on spinning
Davidlohr Bueso
2015-02-18
1
-10
/
+17
|
*
|
locking/rwsem: Avoid deceiving lock spinners
Davidlohr Bueso
2015-02-18
1
-6
/
+15
|
*
|
locking/rwsem: Set lock ownership ASAP
Davidlohr Bueso
2015-02-18
4
-24
/
+28
|
*
|
locking/rwsem: Document barrier need when waking tasks
Davidlohr Bueso
2015-02-18
2
-0
/
+14
|
*
|
locking/mutex: Refactor mutex_spin_on_owner()
Jason Low
2015-02-18
1
-25
/
+22
|
*
|
locking/mutex: In mutex_spin_on_owner(), return true when owner changes
Jason Low
2015-02-18
1
-4
/
+4
*
|
|
lockdep: Fix the module unload key range freeing logic
Peter Zijlstra
2015-03-23
1
-26
/
+55
*
|
|
locking/rtmutex: Set state back to running on error
Sebastian Andrzej Siewior
2015-03-01
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2015-02-21
1
-1
/
+2
|
\
|
|
*
locking/rtmutex: Avoid a NULL pointer dereference on deadlock
Sebastian Andrzej Siewior
2015-02-18
1
-1
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2015-02-11
1
-4
/
+4
|
\
\
|
*
|
ftrace: allow architectures to specify ftrace compile options
Heiko Carstens
2015-01-29
1
-4
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-02-10
1
-0
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-01-15
1
-1
/
+1
|
|
\
\
|
*
|
|
spinlock: Add spin_lock_bh_nested()
Thomas Graf
2015-01-03
1
-0
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-02-09
1
-1
/
+1
|
\
\
\
|
*
|
|
sched/Documentation: Remove unneeded word
Sharon Dvir
2015-02-04
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
locking/rtmutex: Optimize setting task running after being blocked
Davidlohr Bueso
2015-02-04
1
-4
/
+3
[prev]
[next]