index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
2016-08-10
locking/pvqspinlock: Fix a bug in qstat_read()
Pan Xinhui
2016-08-10
locking/pvqspinlock: Fix double hash race
Wanpeng Li
2016-07-25
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-07-07
Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready
Ingo Molnar
2016-06-27
locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()
Pan Xinhui
2016-06-23
locking: avoid passing around 'thread_info' in mutex debugging code
Linus Torvalds
2016-06-16
locking/atomic, arch/rwsem: Employ atomic_long_fetch_add()
Peter Zijlstra
2016-06-16
locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire()
Peter Zijlstra
2016-06-16
locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions
Peter Zijlstra
2016-06-14
locking/barriers: Introduce smp_acquire__after_ctrl_dep()
Peter Zijlstra
2016-06-14
locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Peter Zijlstra
2016-06-08
locking/rwsem: Streamline the rwsem_optimistic_spin() code
Waiman Long
2016-06-08
locking/rwsem: Improve reader wakeup code
Waiman Long
2016-06-08
locking/rwsem: Protect all writes to owner by WRITE_ONCE()
Waiman Long
2016-06-08
locking/rwsem: Add reader-owned state to the owner field
Waiman Long
2016-06-08
locking/rwsem: Convert sem->count to 'atomic_long_t'
Jason Low
2016-06-08
locking/qspinlock: Add comments
Peter Zijlstra
2016-06-08
locking/qspinlock: Clarify xchg_tail() ordering
Peter Zijlstra
2016-06-08
Merge branch 'locking/urgent' into locking/core, to pick up dependency
Ingo Molnar
2016-06-08
locking/qspinlock: Fix spin_unlock_wait() some more
Peter Zijlstra
2016-06-08
locking/rtmutex: Only warn once on a trylock from bad context
Sebastian Andrzej Siewior
2016-06-08
locking/lockdep: Use __jhash_mix() for iterate_chain_key()
Peter Zijlstra
2016-06-03
locking/mutex: Set and clear owner using WRITE_ONCE()
Jason Low
2016-06-03
locking/rwsem: Optimize write lock by reducing operations in slowpath
Jason Low
2016-06-03
locking/rwsem: Rework zeroing reader waiter->task
Davidlohr Bueso
2016-06-03
locking/rwsem: Enable lockless waiter wakeup(s)
Davidlohr Bueso
2016-06-03
locking/ww_mutex: Report recursive ww_mutex locking early
Chris Wilson
2016-05-26
add down_write_killable_nested()
Al Viro
2016-05-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2016-05-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-05-16
Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2016-05-15
locking/rwsem: Fix down_write_killable()
Peter Zijlstra
2016-05-12
Merge branch 'sched/urgent' into sched/core to pick up fixes
Ingo Molnar
2016-05-05
locking/pvqspinlock: Robustify init_qspinlock_stat()
Davidlohr Bueso
2016-05-05
locking/pvqspinlock: Avoid double resetting of stats
Davidlohr Bueso
2016-05-05
Merge tag 'v4.6-rc6' into locking/core, to pick up fixes
Ingo Molnar
2016-05-05
locking/lockdep, sched/core: Implement a better lock pinning scheme
Peter Zijlstra
2016-04-28
lcoking/locktorture: Simplify the torture_runnable computation
Paul E. McKenney
2016-04-25
ext4: fix races between changing inode journal mode and ext4_writepages
Daeho Jeong
2016-04-23
lockdep: Fix lock_chain::base size
Peter Zijlstra
2016-04-23
locking/lockdep: Fix ->irq_context calculation
Boqun Feng
2016-04-22
locking/rwsem: Provide down_write_killable()
Michal Hocko
2016-04-19
locking/pvqspinlock: Fix division by zero in qstat_read()
Davidlohr Bueso
2016-04-13
locking/rwsem: Introduce basis for down_write_killable()
Michal Hocko
2016-04-13
locking/rwsem: Get rid of __down_write_nested()
Michal Hocko
2016-04-13
locking/lockdep: Deinline register_lock_class(), save 2328 bytes
Denys Vlasenko
2016-04-13
locking/locktorture: Fix NULL pointer dereference for cleanup paths
Davidlohr Bueso
2016-04-13
locking/locktorture: Fix deboosting NULL pointer dereference
Davidlohr Bueso
2016-04-04
locking/lockdep: Fix print_collision() unused warning
Borislav Petkov
2016-03-31
locking/lockdep: Print chain_key collision information
Alfredo Alvarez Fernandez
[next]