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
/
kernel
/
locking
/
rwsem.c
Age
Commit message (
Expand
)
Author
2023-09-20
locking/rtmutex: Use rt_mutex specific scheduler helpers
Sebastian Andrzej Siewior
2023-05-08
locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...
John Stultz
2023-01-26
locking/rwsem: Disable preemption in all down_write*() and up_write() code paths
Waiman Long
2023-01-26
locking/rwsem: Disable preemption in all down_read*() and up_read() code paths
Waiman Long
2023-01-26
locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath
Waiman Long
2022-09-15
locking/rwsem: Disable preemption while trying for rwsem lock
Gokul krishna Krishnakumar
2022-07-30
locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...
Waiman Long
2022-04-05
locking: Apply contention tracepoints in the slow path
Namhyung Kim
2022-04-05
locking/rwsem: Always try to wake waiters in out_nolock path
Waiman Long
2022-04-05
locking/rwsem: Conditionally wake waiters in reader/writer slowpaths
Waiman Long
2022-04-05
locking/rwsem: No need to check for handoff bit if wait queue empty
Waiman Long
2022-02-11
locking: Add missing __sched attributes
Minchan Kim
2021-12-13
Merge tag 'v5.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
2021-12-04
locking: Make owner_on_cpu() into <linux/sched.h>
Kefeng Wang
2021-11-23
locking/rwsem: Optimize down_read_trylock() under highly contended case
Muchun Song
2021-11-23
locking/rwsem: Make handoff bit handling more consistent
Waiman Long
2021-10-19
locking/rwsem: Fix comments about reader optimistic lock stealing conditions
Yanfei Xu
2021-10-19
locking: Remove rcu_read_{,un}lock() for preempt_{dis,en}able()
Yanfei Xu
2021-10-19
locking/rwsem: Disable preemption for spinning region
Yanfei Xu
2021-09-02
locking/rwsem: Add missing __init_rwsem() for PREEMPT_RT
Mike Galbraith
2021-08-17
locking/rtmutex: Extend the rtmutex core to support ww_mutex
Peter Zijlstra
2021-08-17
locking/rtmutex: Guard regular sleeping locks specific functions
Thomas Gleixner
2021-08-17
locking/rwsem: Add rtmutex based R/W semaphore implementation
Thomas Gleixner
2021-08-17
Merge tag 'v5.14-rc6' into locking/core, to pick up fixes
Ingo Molnar
2021-07-16
locking/rwsem: Remove an unused parameter of rwsem_wake()
xuyehan
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
2021-03-22
locking: Fix typos in comments
Ingo Molnar
2021-03-17
locking/rwsem: Fix comment typo
Bhaskar Chowdhury
2021-02-26
kernel: delete repeated words in comments
Randy Dunlap
2020-12-09
locking/rwsem: Remove reader optimistic spinning
Waiman Long
2020-12-09
locking/rwsem: Enable reader optimistic lock stealing
Waiman Long
2020-12-09
locking/rwsem: Prevent potential lock starvation
Waiman Long
2020-12-09
locking/rwsem: Pass the current atomic count to rwsem_down_read_slowpath()
Waiman Long
2020-12-09
locking/rwsem: Fold __down_{read,write}*()
Peter Zijlstra
2020-12-09
locking/rwsem: Introduce rwsem_write_trylock()
Peter Zijlstra
2020-12-09
locking/rwsem: Better collate rwsem_read_trylock()
Peter Zijlstra
2020-12-09
rwsem: Implement down_read_interruptible
Eric W. Biederman
2020-12-09
rwsem: Implement down_read_killable_nested
Eric W. Biederman
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
2020-02-11
locking/rwsem: Remove RWSEM_OWNER_UNKNOWN
Peter Zijlstra
2020-02-11
locking/percpu-rwsem: Remove the embedded rwsem
Peter Zijlstra
2020-02-11
locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_map
Peter Zijlstra
2020-01-17
locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWN
Waiman Long
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-08-06
locking/rwsem: Check for operations on an uninitialized rwsem
Davidlohr Bueso
2019-08-06
locking/rwsem: Make handoff writer optimistically spin on owner
Waiman Long
2019-07-25
locking/rwsem: Add ACQUIRE comments
Peter Zijlstra
2019-07-25
lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loop
Peter Zijlstra
2019-07-25
locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is empty
Jan Stancek
2019-07-25
locking/rwsem: Don't call owner_on_cpu() on read-owner
Waiman Long
[next]