index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
rwsem.c
Age
Commit message (
Expand
)
Author
2023-05-17
locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...
John Stultz
2023-03-10
locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath
Waiman Long
2023-03-10
locking/rwsem: Disable preemption in all down_read*() and up_read() code paths
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
2019-06-17
locking/rwsem: Guard against making count negative
Waiman Long
2019-06-17
locking/rwsem: Adaptive disabling of reader optimistic spinning
Waiman Long
[next]