index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-08-17
locking/ww_mutex: Abstract out mutex accessors
Peter Zijlstra
1
-2
/
+14
2021-08-17
locking/ww_mutex: Abstract out waiter enqueueing
Peter Zijlstra
1
-6
/
+13
2021-08-17
locking/ww_mutex: Abstract out the waiter iteration
Peter Zijlstra
1
-4
/
+53
2021-08-17
locking/ww_mutex: Remove the __sched annotation from ww_mutex APIs
Peter Zijlstra
1
-6
/
+6
2021-08-17
locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...
Peter Zijlstra (Intel)
2
-371
/
+370
2021-08-17
locking/ww_mutex: Split up ww_mutex_unlock()
Peter Zijlstra (Intel)
1
-11
/
+15
2021-08-17
locking/ww_mutex: Gather mutex_waiter initialization
Peter Zijlstra
2
-9
/
+4
2021-08-17
locking/ww_mutex: Simplify lockdep annotations
Peter Zijlstra
1
-9
/
+10
2021-08-17
locking/mutex: Make mutex::wait_lock raw
Thomas Gleixner
1
-11
/
+11
2021-08-17
locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...
Thomas Gleixner
1
-0
/
+13
2021-08-17
locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.h
Thomas Gleixner
4
-48
/
+26
2021-08-17
locking/rtmutex: Squash !RT tasks to DEFAULT_PRIO
Peter Zijlstra
1
-5
/
+20
2021-08-17
locking/rwlock: Provide RT variant
Thomas Gleixner
3
-0
/
+143
2021-08-17
locking/spinlock: Provide RT variant
Thomas Gleixner
2
-0
/
+130
2021-08-17
locking/rtmutex: Provide the spin/rwlock core lock function
Thomas Gleixner
2
-1
/
+61
2021-08-17
locking/rtmutex: Guard regular sleeping locks specific functions
Thomas Gleixner
3
-123
/
+133
2021-08-17
locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locks
Thomas Gleixner
2
-3
/
+20
2021-08-17
locking/rtmutex: Use rt_mutex_wake_q_head
Thomas Gleixner
3
-19
/
+16
2021-08-17
locking/rtmutex: Provide rt_wake_q_head and helpers
Thomas Gleixner
2
-0
/
+29
2021-08-17
locking/rtmutex: Add wake_state to rt_mutex_waiter
Thomas Gleixner
2
-1
/
+10
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
[prev]
[next]