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
/
include
/
linux
/
rwsem.h
Age
Commit message (
Expand
)
Author
2024-04-08
locking: Make rwsem_assert_held_write_nolockdep() build with PREEMPT_RT=y
Sebastian Andrzej Siewior
2024-02-19
locking: Add rwsem_assert_held() and rwsem_assert_held_write()
Matthew Wilcox (Oracle)
2023-11-15
cleanup: Add conditional guard support
Peter Zijlstra
2023-06-26
locking: Introduce __cleanup() based infrastructure
Peter Zijlstra
2022-01-14
locking/rwsem: drop redundant semicolon of down_write_nest_lock
Guchun Chen
2021-11-09
kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers
Andy Shevchenko
2021-09-02
locking/rwsem: Add missing __init_rwsem() for PREEMPT_RT
Mike Galbraith
2021-08-17
locking/rwsem: Add rtmutex based R/W semaphore implementation
Thomas Gleixner
2021-03-22
locking: Fix typos in comments
Ingo Molnar
2020-12-09
rwsem: Implement down_read_interruptible
Eric W. Biederman
2020-12-09
rwsem: Implement down_read_killable_nested
Eric W. Biederman
2020-07-16
rwsem: fix commas in initialisation
Alexey Dobriyan
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
2020-02-11
locking/rwsem: Remove RWSEM_OWNER_UNKNOWN
Peter Zijlstra
2019-08-06
locking/rwsem: Check for operations on an uninitialized rwsem
Davidlohr Bueso
2019-07-15
docs: locking: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-17
locking/rwsem: Make rwsem->owner an atomic_long_t
Waiman Long
2019-06-17
locking/rwsem: Clarify usage of owner's nonspinaable bit
Waiman Long
2019-06-17
locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER
Waiman Long
2019-04-10
locking/rwsem: Optimize rwsem structure for uncontended lock acquisition
Waiman Long
2019-04-10
locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
Waiman Long
2019-04-03
locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
Waiman Long
2019-04-03
locking/rwsem: Remove arch specific rwsem files
Waiman Long
2018-09-10
locking/rwsem: Make owner store task pointer of last owning reader
Waiman Long
2018-05-16
locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...
Waiman Long
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-10
locking/rwsem: Add down_read_killable()
Kirill Tkhai
2017-08-10
locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()
Kirill Tkhai
2016-06-08
locking/rwsem: Convert sem->count to 'atomic_long_t'
Jason Low
2016-05-26
add down_write_killable_nested()
Al Viro
2016-04-22
locking/rwsem: Provide down_write_killable()
Michal Hocko
2016-04-13
locking/rwsem: Introduce basis for down_write_killable()
Michal Hocko
2014-08-13
locking/Documentation: Move locking related docs into Documentation/locking/
Davidlohr Bueso
2014-07-16
locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER
Davidlohr Bueso
2014-07-16
locking/rwsem: Reduce the size of struct rw_semaphore
Jason Low
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/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()
Jason Low
2014-06-05
locking/rwsem: Fix warnings for CONFIG_RWSEM_GENERIC_SPINLOCK
Davidlohr Bueso
2014-06-05
locking/rwsem: Support optimistic spinning
Davidlohr Bueso
2014-01-28
rwsem: add rwsem_is_contended
Josef Bacik
2013-03-23
Revert "rw_semaphore: remove up/down_read_non_owner"
Kent Overstreet
2013-01-16
lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOC
Jiri Kosina
2013-01-11
lockdep, rwsem: provide down_write_nest_lock()
Jiri Kosina
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2011-09-13
locking, rwsem: Annotate inner lock as raw
Thomas Gleixner
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-20
rw_semaphore: remove up/down_read_non_owner
Christoph Hellwig
2011-01-27
rwsem: Remove redundant asmregparm annotation
Thomas Gleixner
[next]