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
2021-03-29
locking/rtmutex: Restrict the trylock WARN_ON() to debug
Thomas Gleixner
1
-1
/
+1
2021-03-29
locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()
Thomas Gleixner
1
-1
/
+1
2021-03-29
locking/rtmutex: Consolidate the fast/slowpath invocation
Thomas Gleixner
1
-85
/
+59
2021-03-29
locking/rtmutex: Make text section and inlining consistent
Thomas Gleixner
1
-76
/
+76
2021-03-29
locking/rtmutex: Move debug functions as inlines into common header
Thomas Gleixner
5
-119
/
+25
2021-03-29
locking/rtmutex: Decrapify __rt_mutex_init()
Thomas Gleixner
2
-6
/
+11
2021-03-29
locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubs
Thomas Gleixner
1
-42
/
+20
2021-03-29
locking/rtmutex: Inline chainwalk depth check
Thomas Gleixner
1
-8
/
+3
2021-03-29
locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c
Thomas Gleixner
2
-6
/
+8
2021-03-29
locking/rtmutex: Remove empty and unused debug stubs
Thomas Gleixner
4
-32
/
+0
2021-03-29
locking/rtmutex: Remove output from deadlock detector
Sebastian Andrzej Siewior
5
-123
/
+1
2021-03-29
locking/rtmutex: Remove rtmutex deadlock tester leftovers
Sebastian Andrzej Siewior
5
-14
/
+1
2021-03-29
locking/rtmutex: Remove rt_mutex_timed_lock()
Sebastian Andrzej Siewior
1
-46
/
+0
2021-03-22
locking: Fix typos in comments
Ingo Molnar
8
-13
/
+13
2021-03-19
locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex test
Waiman Long
1
-12
/
+27
2021-03-19
locking/locktorture: Pass thread id to lock/unlock functions
Waiman Long
1
-36
/
+58
2021-03-19
locking/locktorture: Fix false positive circular locking splat in ww_mutex test
Waiman Long
1
-3
/
+14
2021-03-19
Merge branch 'locking/urgent' into locking/core, to pick up dependent commits
Ingo Molnar
1
-11
/
+14
2021-03-17
locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
Waiman Long
1
-11
/
+14
2021-03-17
locking/rwsem: Fix comment typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-11
kernel/futex: Kill rt_mutex_next_owner()
Davidlohr Bueso
2
-21
/
+0
2021-03-06
lockdep: Add lockdep lock state defines
Shuah Khan
1
-5
/
+6
2021-03-06
lockdep: Add lockdep_assert_not_held()
Shuah Khan
1
-1
/
+5
2021-02-26
kernel: delete repeated words in comments
Randy Dunlap
3
-4
/
+4
2021-02-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2021-02-21
Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-36
/
+18
2021-02-21
Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-75
/
+152
2021-02-17
rbtree, rtmutex: Use rb_add_cached()
Peter Zijlstra
1
-36
/
+18
2021-02-12
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-1
/
+0
2021-02-12
Merge branch 'linus' into locking/core, to pick up upstream fixes
Ingo Molnar
3
-6
/
+9
2021-02-11
locking/arch: Move qrwlock.h include after qspinlock.h
Waiman Long
1
-1
/
+0
2021-02-10
locking/mutex: Kill mutex_trylock_recursive()
Sebastian Andrzej Siewior
1
-10
/
+0
2021-02-10
lockdep: Noinstr annotate warn_bogus_irq_restore()
Peter Zijlstra
1
-1
/
+3
2021-02-05
locking/lockdep: Avoid unmatched unlock
Peter Zijlstra
1
-1
/
+2
2021-01-29
locking/rwsem: Remove empty rwsem.h
Nikolay Borisov
1
-0
/
+0
2021-01-28
locking/rtmutex: Add missing kernel-doc markup
Alex Shi
1
-6
/
+11
2021-01-26
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
2
-4
/
+2
2021-01-22
Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...
Paul E. McKenney
1
-1
/
+0
2021-01-22
lockdep: report broken irq restoration
Mark Rutland
2
-0
/
+12
2021-01-14
locking/lockdep: Exclude local_lock_t from IRQ inversions
Boqun Feng
1
-4
/
+53
2021-01-14
locking/lockdep: Clean up check_redundant() a bit
Peter Zijlstra
1
-42
/
+49
2021-01-14
locking/lockdep: Add a skip() function to __bfs()
Boqun Feng
1
-10
/
+19
2021-01-14
locking/lockdep: Mark local_lock_t
Peter Zijlstra
1
-7
/
+9
2021-01-12
locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP
Peter Zijlstra
1
-1
/
+6
2021-01-12
locking/lockdep: Cure noinstr fail
Peter Zijlstra
1
-1
/
+1
2021-01-04
locking: Remove duplicate include of percpu-rwsem.h
Wang Qing
1
-1
/
+0
2020-12-14
Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-251
/
+138
2020-12-14
Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+30
2020-12-09
locking/rwsem: Remove reader optimistic spinning
Waiman Long
2
-240
/
+49
2020-12-09
locking/rwsem: Enable reader optimistic lock stealing
Waiman Long
2
-0
/
+29
[next]