index
:
linux.git
cached
cdir_v2
cfid-fixes
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-09-15
locking/lockdep: Mark local_lock_t
Peter Zijlstra
1
-7
/
+9
2021-09-15
locking/mutex: Fix HANDOFF condition
Peter Zijlstra
1
-10
/
+5
2021-07-14
lockdep: Fix wait-type for empty stack
Peter Zijlstra
1
-1
/
+1
2021-07-14
lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
Boqun Feng
1
-1
/
+11
2021-07-14
locking/lockdep: Fix the dep path printing for backwards BFS
Boqun Feng
1
-2
/
+106
2021-06-30
locking/lockdep: Improve noinstr vs errors
Peter Zijlstra
1
-1
/
+3
2021-05-26
locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal
Zqiang
4
-11
/
+17
2021-05-26
locking/lockdep: Correct calling tracepoints
Leo Yan
1
-2
/
+2
2021-04-28
locking/qrwlock: Fix ordering in queued_write_lock_slowpath()
Ali Saidi
1
-3
/
+4
2021-04-21
lockdep: Add a missing initialization hint to the "INFO: Trying to register n...
Tetsuo Handa
1
-1
/
+2
2021-04-14
lockdep: Address clang -Wformat warning printing for %hd
Arnd Bergmann
1
-1
/
+1
2021-04-07
locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
Waiman Long
1
-11
/
+14
2021-03-04
locking/lockdep: Avoid unmatched unlock
Peter Zijlstra
1
-1
/
+2
2021-02-07
locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP
Peter Zijlstra
1
-1
/
+6
2021-01-30
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
2
-4
/
+2
2021-01-27
locking/lockdep: Cure noinstr fail
Peter Zijlstra
1
-1
/
+1
2021-01-09
rwsem: Implement down_read_interruptible
Eric W. Biederman
1
-0
/
+26
2021-01-09
rwsem: Implement down_read_killable_nested
Eric W. Biederman
1
-0
/
+14
2020-11-17
lockdep: Put graph lock/unlock under lock_recursion protection
Boqun Feng
1
-2
/
+4
2020-11-10
lockdep: Avoid to modify chain keys in validate_chain()
Boqun Feng
1
-10
/
+9
2020-11-01
Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-13
/
+7
2020-10-30
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
1
-10
/
+4
2020-10-30
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
1
-1
/
+1
2020-10-22
lockdep: Fix preemption WARN for spurious IRQ-enable
Peter Zijlstra
1
-2
/
+2
2020-10-18
Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-10-09
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
3
-56
/
+101
2020-10-09
lockdep: Fix lockdep recursion
Peter Zijlstra
1
-40
/
+59
2020-10-09
lockdep: Fix usage_traceoverflow
Peter Zijlstra
2
-19
/
+20
2020-10-09
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-1
/
+1
2020-09-29
lockdep: Optimize the memory usage of circular queue
Boqun Feng
1
-39
/
+60
2020-09-16
locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_count
Hou Tao
1
-2
/
+2
2020-09-03
locking/lockdep: Fix "USED" <- "IN-NMI" inversions
peterz@infradead.org
2
-6
/
+31
2020-08-26
lockdep: Take read/write status in consideration when generate chainkey
Boqun Feng
1
-18
/
+35
2020-08-26
lockdep: Add recursive read locks into dependency graph
Boqun Feng
1
-17
/
+2
2020-08-26
lockdep: Fix recursive read lock related safe->unsafe detection
Boqun Feng
1
-47
/
+141
2020-08-26
lockdep: Adjust check_redundant() for recursive read change
Boqun Feng
1
-3
/
+44
2020-08-26
lockdep: Support deadlock detection for recursive read locks in check_noncirc...
Boqun Feng
1
-8
/
+35
2020-08-26
lockdep: Make __bfs(.match) return bool
Boqun Feng
1
-10
/
+10
2020-08-26
lockdep: Extend __bfs() to work with multiple types of dependencies
Boqun Feng
1
-19
/
+94
2020-08-26
lockdep: Introduce lock_list::dep
Boqun Feng
1
-4
/
+88
2020-08-26
lockdep: Reduce the size of lock_list::distance
Boqun Feng
1
-3
/
+3
2020-08-26
lockdep: Make __bfs() visit every dependency until a match
Boqun Feng
1
-26
/
+35
2020-08-26
lockdep: Demagic the return value of BFS
Boqun Feng
1
-66
/
+89
2020-08-26
locking: More accurate annotations for read_lock()
Boqun Feng
1
-0
/
+14
2020-08-26
lockdep,trace: Expose tracepoints
Peter Zijlstra
1
-5
/
+9
2020-08-26
lockdep: Use raw_cpu_*() for per-cpu variables
Peter Zijlstra
1
-2
/
+2
2020-08-24
locktorture: Make function torture_percpu_rwsem_init() static
Wei Yongjun
1
-1
/
+1
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+7
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+2
[next]