index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
lockdep: fix deadlock issue between lockdep and rcu
Zhiguo Niu
1
-16
/
+32
2024-09-12
rtmutex: Drop rt_mutex::wait_lock before scheduling
Roland Xu
1
-4
/
+5
2024-08-19
locking/rwsem: Add __always_inline annotation to __down_write_common() and in...
John Stultz
1
-3
/
+3
2024-07-18
locking/mutex: Introduce devm_mutex_init()
George Stark
1
-0
/
+12
2024-04-10
locking/rwsem: Disable preemption while trying for rwsem lock
Gokul krishna Krishnakumar
1
-2
/
+12
2023-12-03
lockdep: Fix block chain corruption
Peter Zijlstra
1
-1
/
+2
2023-11-28
locking/ww_mutex/test: Fix potential workqueue corruption
John Stultz
1
-8
/
+12
2023-08-03
locking/rtmutex: Fix task->pi_waiters integrity
Peter Zijlstra
4
-76
/
+155
2023-05-17
locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...
John Stultz
1
-4
/
+4
2023-04-26
rtmutex: Add acquire semantics for rtmutex lock acquisition slow path
Mel Gorman
2
-12
/
+49
2023-03-10
locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath
Waiman Long
1
-10
/
+9
2023-03-10
locking/rwsem: Disable preemption in all down_read*() and up_read() code paths
Waiman Long
1
-6
/
+24
2023-03-10
locking/rwsem: Optimize down_read_trylock() under highly contended case
Muchun Song
1
-7
/
+4
2023-02-14
rtmutex: Ensure that the top waiter is always woken up
Wander Lairson Costa
1
-2
/
+3
2022-09-20
lockdep: Fix -Wunused-parameter for _THIS_IP_
Nick Desaulniers
1
-14
/
+8
2022-08-17
locking/lockdep: Fix lockdep_init_map_*() confusion
Peter Zijlstra
1
-3
/
+4
2022-08-03
locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...
Waiman Long
1
-10
/
+20
2022-04-08
locking/lockdep: Iterate lock_classes directly when reading lockdep files
Waiman Long
3
-15
/
+56
2022-04-08
locking/lockdep: Avoid potential access of invalid memory in lock_class
Waiman Long
1
-9
/
+15
2022-02-23
lockdep: Correct lock_classes index mapping
Cheng Jui Wang
1
-2
/
+2
2021-12-22
locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
Zqiang
1
-1
/
+1
2021-12-01
locking/rwsem: Make handoff bit handling more consistent
Waiman Long
1
-86
/
+85
2021-11-18
lockdep: Let lock_is_held_type() detect recursive read as read
Sebastian Andrzej Siewior
1
-1
/
+1
2021-11-18
locking/rwsem: Disable preemption for spinning region
Yanfei Xu
1
-23
/
+30
2021-11-18
locking/lockdep: Avoid RCU-induced noinstr fail
Peter Zijlstra
1
-1
/
+1
2021-09-15
locking/rwbase: Take care of ordering guarantee for fastpath reader
Boqun Feng
1
-2
/
+19
2021-09-15
locking/rwbase: Extract __rwbase_write_trylock()
Peter Zijlstra
1
-18
/
+26
2021-09-15
locking/rwbase: Properly match set_and_save_state() to restore_state()
Peter Zijlstra
1
-1
/
+1
2021-09-09
locking/rtmutex: Fix ww_mutex deadlock check
Peter Zijlstra
1
-1
/
+1
2021-09-02
locking/rwsem: Add missing __init_rwsem() for PREEMPT_RT
Mike Galbraith
1
-4
/
+6
2021-08-30
Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-1175
/
+2648
2021-08-30
Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+13
2021-08-27
locking/rtmutex: Return success on deadlock for ww_mutex waiters
Peter Zijlstra
1
-1
/
+14
2021-08-27
locking/rtmutex: Prevent spurious EDEADLK return caused by ww_mutexes
Peter Zijlstra
1
-0
/
+25
2021-08-25
locking/rtmutex: Dequeue waiter on ww_mutex deadlock
Thomas Gleixner
1
-1
/
+6
2021-08-25
locking/rtmutex: Dont dereference waiter lockless
Thomas Gleixner
2
-2
/
+16
2021-08-20
locking/semaphore: Add might_sleep() to down_*() family
Xiaoming Ni
1
-0
/
+4
2021-08-20
locking/ww_mutex: Initialize waiter.ww_ctx properly
Sebastian Andrzej Siewior
1
-1
/
+1
2021-08-17
locking/spinlock/rt: Prepare for RT local_lock
Thomas Gleixner
1
-2
/
+5
2021-08-17
locking/rtmutex: Add adaptive spinwait mechanism
Steven Rostedt
1
-2
/
+65
2021-08-17
locking/rtmutex: Implement equal priority lock stealing
Gregory Haskins
1
-17
/
+35
2021-08-17
locking/rtmutex: Prevent lockdep false positive with PI futexes
Thomas Gleixner
1
-0
/
+12
2021-08-17
locking/rtmutex: Add mutex variant for RT
Thomas Gleixner
2
-1
/
+125
2021-08-17
locking/ww_mutex: Implement rtmutex based ww_mutex API functions
Peter Zijlstra
2
-1
/
+77
2021-08-17
locking/rtmutex: Extend the rtmutex core to support ww_mutex
Peter Zijlstra
4
-14
/
+115
2021-08-17
locking/ww_mutex: Add rt_mutex based lock type and accessors
Peter Zijlstra
1
-3
/
+3
2021-08-17
locking/ww_mutex: Add RT priority to W/W order
Peter Zijlstra
1
-15
/
+49
2021-08-17
locking/ww_mutex: Implement rt_mutex accessors
Peter Zijlstra
1
-0
/
+80
2021-08-17
locking/ww_mutex: Abstract out internal lock accesses
Thomas Gleixner
1
-4
/
+19
2021-08-17
locking/ww_mutex: Abstract out mutex types
Peter Zijlstra
1
-10
/
+13
[next]