index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
rwsem.h
Age
Commit message (
Expand
)
Author
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
2011-01-27
rwsem: Move duplicate function prototypes to linux/rwsem.h
Thomas Gleixner
2011-01-27
rwsem: Unify the duplicate rwsem_is_locked() inlines
Thomas Gleixner
2011-01-27
rwsem: Move duplicate init macros and functions to linux/rwsem.h
Thomas Gleixner
2011-01-27
rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h
Thomas Gleixner
2011-01-27
rwsem: Cleanup includes
Thomas Gleixner
2008-04-30
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
[next]