index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-17
locking/rwsem: Add rtmutex based R/W semaphore implementation
Thomas Gleixner
1
-0
/
+108
2021-08-17
locking/rt: Add base code for RT rw_semaphore and rwlock
Thomas Gleixner
1
-0
/
+263
2021-08-17
locking/rtmutex: Provide rt_mutex_slowlock_locked()
Thomas Gleixner
2
-43
/
+59
2021-08-17
locking/rtmutex: Split out the inner parts of 'struct rtmutex'
Peter Zijlstra
3
-68
/
+75
2021-08-17
locking/rtmutex: Split API from implementation
Thomas Gleixner
4
-498
/
+514
2021-08-17
locking/rtmutex: Switch to from cmpxchg_*() to try_cmpxchg_*()
Thomas Gleixner
1
-2
/
+2
2021-08-17
locking/rtmutex: Convert macros to inlines
Sebastian Andrzej Siewior
1
-4
/
+27
2021-08-17
locking/rtmutex: Set proper wait context for lockdep
Thomas Gleixner
1
-1
/
+1
2021-08-17
Merge tag 'v5.14-rc6' into locking/core, to pick up fixes
Ingo Molnar
8
-36
/
+48
2021-08-10
locking/rtmutex: Use the correct rtmutex debugging config option
Zhen Lei
1
-1
/
+1
2021-07-27
locktorture: Count lock readers
Paul E. McKenney
1
-5
/
+4
2021-07-27
locktorture: Mark statistics data races
Paul E. McKenney
1
-7
/
+9
2021-07-16
locking/rwsem: Remove an unused parameter of rwsem_wake()
xuyehan
1
-3
/
+3
2021-07-11
Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-12
/
+14
2021-07-07
locking/mutex: Add MUTEX_WARN_ON
Peter Zijlstra
1
-20
/
+10
2021-07-07
locking/mutex: Introduce __mutex_trylock_or_handoff()
Peter Zijlstra
1
-24
/
+36
2021-07-07
locking/mutex: Fix HANDOFF condition
Peter Zijlstra
1
-10
/
+5
2021-07-07
locking/mutex: Use try_cmpxchg()
Peter Zijlstra
1
-21
/
+6
2021-07-05
locking/lockdep: Fix meaningless /proc/lockdep output of lock classes on !CON...
Xiongwei Song
1
-12
/
+14
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+4
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-7
/
+7
2021-06-28
Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+119
2021-06-22
locking/lockdep: Correct the description error for check_redundant()
Xiongwei Song
1
-1
/
+1
2021-06-22
lockdep: Fix wait-type for empty stack
Peter Zijlstra
1
-1
/
+1
2021-06-22
lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
Boqun Feng
1
-1
/
+11
2021-06-22
locking/lockdep: Remove the unnecessary trace saving
Boqun Feng
1
-3
/
+0
2021-06-22
locking/lockdep: Fix the dep path printing for backwards BFS
Boqun Feng
1
-2
/
+106
2021-06-22
locking/lockdep: Improve noinstr vs errors
Peter Zijlstra
1
-1
/
+3
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
3
-6
/
+6
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-05-18
locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal
Zqiang
4
-11
/
+17
2021-05-18
locking/lockdep: Correct calling tracepoints
Leo Yan
1
-2
/
+2
2021-05-10
lockdep: Explicitly flag likely false-positive report
Paul E. McKenney
1
-2
/
+4
2021-05-06
locking/qrwlock: Cleanup queued_write_lock_slowpath()
Waiman Long
1
-3
/
+3
2021-04-28
Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
14
-652
/
+326
2021-04-26
Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Linus Torvalds
2
-5
/
+5
2021-04-17
locking/qrwlock: Fix ordering in queued_write_lock_slowpath()
Ali Saidi
1
-3
/
+4
2021-04-11
Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+3
2021-04-05
lockdep: Allow tuning tracing capacity constants.
Tetsuo Handa
2
-5
/
+5
2021-03-29
locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock()
Thomas Gleixner
1
-12
/
+7
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
[prev]
[next]