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
/
rwsem-xadd.c
Age
Commit message (
Expand
)
Author
2019-01-21
locking/rwsem: Fix (possible) missed wakeup
Xie Yongji
2018-09-10
locking/rwsem: Make owner store task pointer of last owning reader
Waiman Long
2018-09-10
locking/rwsem: Exit read lock slowpath if queue empty & no writer
Waiman Long
2018-05-25
locking/rwsem: Simplify the is-owner-spinnable checks
Oleg Nesterov
2018-05-16
locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...
Waiman Long
2018-05-16
locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
Waiman Long
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-29
locking/rwsem-xadd: Fix missed wakeup due to reordering of load
Prateek Sood
2017-08-10
locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()
Kirill Tkhai
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-01-22
locking/rwsem: Reinit wake_q after use
Waiman Long
2017-01-14
sched/core: Remove set_task_state()
Davidlohr Bueso
2017-01-14
kernel/locking: Compute 'current' directly
Davidlohr Bueso
2016-11-22
locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...
Pan Xinhui
2016-11-21
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
Waiman Long
2016-11-16
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
2016-08-18
locking/rwsem: Scan the wait_list for readers only once
Davidlohr Bueso
2016-08-18
locking/rwsem: Remove a few useless comments
Davidlohr Bueso
2016-08-18
locking/rwsem: Return void in __rwsem_mark_wake()
Davidlohr Bueso
2016-06-16
locking/atomic, arch/rwsem: Employ atomic_long_fetch_add()
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: 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-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-05-15
locking/rwsem: Fix down_write_killable()
Peter Zijlstra
2016-04-13
locking/rwsem: Introduce basis for down_write_killable()
Michal Hocko
2015-10-06
locking/rwsem: Use acquire/release semantics
Davidlohr Bueso
2015-05-08
locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()
Waiman Long
2015-03-07
locking/rwsem: Fix lock optimistic spinning when owner is not running
Jason Low
2015-02-24
locking: Remove ACCESS_ONCE() usage
Davidlohr Bueso
2015-02-18
locking/rwsem: Check for active lock before bailing on spinning
Davidlohr Bueso
2015-02-18
locking/rwsem: Avoid deceiving lock spinners
Davidlohr Bueso
2015-02-18
locking/rwsem: Set lock ownership ASAP
Davidlohr Bueso
2015-02-18
locking/rwsem: Document barrier need when waking tasks
Davidlohr Bueso
2015-02-04
locking/rwsem: Use task->state helpers
Davidlohr Bueso
2014-10-03
locking/rwsem: Avoid double checking before try acquiring write lock
Jason Low
2014-09-16
locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition
Davidlohr Bueso
2014-07-17
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
2014-07-16
locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER
Davidlohr Bueso
2014-07-16
locking/spinlocks/mcs: Introduce and use init macro and function for osq locks
Jason Low
2014-07-16
locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead
Jason Low
2014-07-16
locking/rwsem: Allow conservative optimistic spinning when readers have lock
Jason Low
2014-06-05
locking/rwsem: Fix checkpatch.pl warnings
Andrew Morton
2014-06-05
locking/rwsem: Support optimistic spinning
Davidlohr Bueso
2014-05-04
rwsem: Add comments to explain the meaning of the rwsem's count field
Tim Chen
[next]