index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/rtmutex: Use the correct rtmutex debugging config option
Zhen Lei
2021-08-10
1
-1
/
+1
*
Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-07-11
1
-12
/
+14
|
\
|
*
locking/lockdep: Fix meaningless /proc/lockdep output of lock classes on !CON...
Xiongwei Song
2021-07-05
1
-12
/
+14
*
|
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-07-04
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
lockdep: Explicitly flag likely false-positive report
Paul E. McKenney
2021-05-10
1
-2
/
+4
*
|
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-06-28
4
-7
/
+7
|
\
\
|
*
|
sched: Change task_struct::state
Peter Zijlstra
2021-06-18
3
-6
/
+6
|
*
|
sched: Introduce task_is_running()
Peter Zijlstra
2021-06-18
1
-1
/
+1
*
|
|
Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-06-28
1
-8
/
+119
|
\
\
\
|
*
|
|
locking/lockdep: Correct the description error for check_redundant()
Xiongwei Song
2021-06-22
1
-1
/
+1
|
*
|
|
lockdep: Fix wait-type for empty stack
Peter Zijlstra
2021-06-22
1
-1
/
+1
|
*
|
|
lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
Boqun Feng
2021-06-22
1
-1
/
+11
|
*
|
|
locking/lockdep: Remove the unnecessary trace saving
Boqun Feng
2021-06-22
1
-3
/
+0
|
*
|
|
locking/lockdep: Fix the dep path printing for backwards BFS
Boqun Feng
2021-06-22
1
-2
/
+106
|
|
|
/
|
|
/
|
*
|
|
locking/lockdep: Improve noinstr vs errors
Peter Zijlstra
2021-06-22
1
-1
/
+3
|
|
/
|
/
|
*
|
locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal
Zqiang
2021-05-18
4
-11
/
+17
*
|
locking/lockdep: Correct calling tracepoints
Leo Yan
2021-05-18
1
-2
/
+2
|
/
*
locking/qrwlock: Cleanup queued_write_lock_slowpath()
Waiman Long
2021-05-06
1
-3
/
+3
*
Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-04-28
14
-652
/
+326
|
\
|
*
locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock()
Thomas Gleixner
2021-03-29
1
-12
/
+7
|
*
locking/rtmutex: Restrict the trylock WARN_ON() to debug
Thomas Gleixner
2021-03-29
1
-1
/
+1
|
*
locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()
Thomas Gleixner
2021-03-29
1
-1
/
+1
|
*
locking/rtmutex: Consolidate the fast/slowpath invocation
Thomas Gleixner
2021-03-29
1
-85
/
+59
|
*
locking/rtmutex: Make text section and inlining consistent
Thomas Gleixner
2021-03-29
1
-76
/
+76
|
*
locking/rtmutex: Move debug functions as inlines into common header
Thomas Gleixner
2021-03-29
5
-119
/
+25
|
*
locking/rtmutex: Decrapify __rt_mutex_init()
Thomas Gleixner
2021-03-29
2
-6
/
+11
|
*
locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubs
Thomas Gleixner
2021-03-29
1
-42
/
+20
|
*
locking/rtmutex: Inline chainwalk depth check
Thomas Gleixner
2021-03-29
1
-8
/
+3
|
*
locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c
Thomas Gleixner
2021-03-29
2
-6
/
+8
|
*
locking/rtmutex: Remove empty and unused debug stubs
Thomas Gleixner
2021-03-29
4
-32
/
+0
|
*
locking/rtmutex: Remove output from deadlock detector
Sebastian Andrzej Siewior
2021-03-29
5
-123
/
+1
|
*
locking/rtmutex: Remove rtmutex deadlock tester leftovers
Sebastian Andrzej Siewior
2021-03-29
5
-14
/
+1
|
*
locking/rtmutex: Remove rt_mutex_timed_lock()
Sebastian Andrzej Siewior
2021-03-29
1
-46
/
+0
|
*
locking: Fix typos in comments
Ingo Molnar
2021-03-22
8
-13
/
+13
|
*
locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex test
Waiman Long
2021-03-19
1
-12
/
+27
|
*
locking/locktorture: Pass thread id to lock/unlock functions
Waiman Long
2021-03-19
1
-36
/
+58
|
*
locking/locktorture: Fix false positive circular locking splat in ww_mutex test
Waiman Long
2021-03-19
1
-3
/
+14
|
*
Merge branch 'locking/urgent' into locking/core, to pick up dependent commits
Ingo Molnar
2021-03-19
1
-11
/
+14
|
|
\
|
*
|
locking/rwsem: Fix comment typo
Bhaskar Chowdhury
2021-03-17
1
-1
/
+1
|
*
|
kernel/futex: Kill rt_mutex_next_owner()
Davidlohr Bueso
2021-03-11
2
-21
/
+0
|
*
|
lockdep: Add lockdep lock state defines
Shuah Khan
2021-03-06
1
-5
/
+6
|
*
|
lockdep: Add lockdep_assert_not_held()
Shuah Khan
2021-03-06
1
-1
/
+5
*
|
|
Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Linus Torvalds
2021-04-26
2
-5
/
+5
|
\
\
\
|
*
|
|
lockdep: Allow tuning tracing capacity constants.
Tetsuo Handa
2021-04-05
2
-5
/
+5
|
|
|
/
|
|
/
|
*
|
|
locking/qrwlock: Fix ordering in queued_write_lock_slowpath()
Ali Saidi
2021-04-17
1
-3
/
+4
*
|
|
Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-04-11
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lockdep: Address clang -Wformat warning printing for %hd
Arnd Bergmann
2021-03-22
1
-1
/
+1
|
*
|
lockdep: Add a missing initialization hint to the "INFO: Trying to register n...
Tetsuo Handa
2021-03-21
1
-1
/
+2
|
|
/
*
/
locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
Waiman Long
2021-03-17
1
-11
/
+14
|
/
*
kernel: delete repeated words in comments
Randy Dunlap
2021-02-26
3
-4
/
+4
[next]