开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
2021-10-19
locking/rwsem: Disable preemption for spinning region
Yanfei Xu
2021-10-07
locking/rwbase: Optimize rwbase_read_trylock
Davidlohr Bueso
2021-10-07
Merge branch 'tip/locking/urgent'
Peter Zijlstra
2021-10-07
Merge branch 'objtool/urgent'
Peter Zijlstra
2021-10-01
rtmutex: Wake up the waiters lockless while dropping the read lock.
Thomas Gleixner
2021-10-01
rtmutex: Check explicit for TASK_RTLOCK_WAIT.
Sebastian Andrzej Siewior
2021-10-01
locking/rt: Take RCU nesting into account for __might_resched()
Thomas Gleixner
2021-10-01
sched: Clean up the might_sleep() underscore zoo
Thomas Gleixner
2021-10-01
locking/ww-mutex: Fix uninitialized use of ret in test_aa()
Nathan Chancellor
2021-09-17
lockdep: Improve comments in wait-type checks
Zhouyi Zhou
2021-09-17
lockdep: Let lock_is_held_type() detect recursive read as read
Sebastian Andrzej Siewior
2021-09-17
kernel/locking: Add context to ww_mutex_trylock()
Maarten Lankhorst
2021-09-15
locking/rwbase: Take care of ordering guarantee for fastpath reader
Boqun Feng
2021-09-15
locking/rwbase: Extract __rwbase_write_trylock()
Peter Zijlstra
2021-09-15
locking/rwbase: Properly match set_and_save_state() to restore_state()
Peter Zijlstra
2021-09-15
locking/lockdep: Avoid RCU-induced noinstr fail
Peter Zijlstra
2021-09-13
locktorture: Warn on individual lock_torture_init() error conditions
Paul E. McKenney
2021-09-09
locking/rtmutex: Fix ww_mutex deadlock check
Peter Zijlstra
2021-09-02
locking/rwsem: Add missing __init_rwsem() for PREEMPT_RT
Mike Galbraith
2021-08-30
Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-08-30
Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-08-27
locking/rtmutex: Return success on deadlock for ww_mutex waiters
Peter Zijlstra
2021-08-27
locking/rtmutex: Prevent spurious EDEADLK return caused by ww_mutexes
Peter Zijlstra
2021-08-25
locking/rtmutex: Dequeue waiter on ww_mutex deadlock
Thomas Gleixner
2021-08-25
locking/rtmutex: Dont dereference waiter lockless
Thomas Gleixner
2021-08-20
locking/semaphore: Add might_sleep() to down_*() family
Xiaoming Ni
2021-08-20
locking/ww_mutex: Initialize waiter.ww_ctx properly
Sebastian Andrzej Siewior
2021-08-17
locking/spinlock/rt: Prepare for RT local_lock
Thomas Gleixner
2021-08-17
locking/rtmutex: Add adaptive spinwait mechanism
Steven Rostedt
2021-08-17
locking/rtmutex: Implement equal priority lock stealing
Gregory Haskins
2021-08-17
locking/rtmutex: Prevent lockdep false positive with PI futexes
Thomas Gleixner
2021-08-17
locking/rtmutex: Add mutex variant for RT
Thomas Gleixner
2021-08-17
locking/ww_mutex: Implement rtmutex based ww_mutex API functions
Peter Zijlstra
2021-08-17
locking/rtmutex: Extend the rtmutex core to support ww_mutex
Peter Zijlstra
2021-08-17
locking/ww_mutex: Add rt_mutex based lock type and accessors
Peter Zijlstra
2021-08-17
locking/ww_mutex: Add RT priority to W/W order
Peter Zijlstra
2021-08-17
locking/ww_mutex: Implement rt_mutex accessors
Peter Zijlstra
2021-08-17
locking/ww_mutex: Abstract out internal lock accesses
Thomas Gleixner
2021-08-17
locking/ww_mutex: Abstract out mutex types
Peter Zijlstra
2021-08-17
locking/ww_mutex: Abstract out mutex accessors
Peter Zijlstra
2021-08-17
locking/ww_mutex: Abstract out waiter enqueueing
Peter Zijlstra
2021-08-17
locking/ww_mutex: Abstract out the waiter iteration
Peter Zijlstra
2021-08-17
locking/ww_mutex: Remove the __sched annotation from ww_mutex APIs
Peter Zijlstra
2021-08-17
locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...
Peter Zijlstra (Intel)
2021-08-17
locking/ww_mutex: Split up ww_mutex_unlock()
Peter Zijlstra (Intel)
2021-08-17
locking/ww_mutex: Gather mutex_waiter initialization
Peter Zijlstra
2021-08-17
locking/ww_mutex: Simplify lockdep annotations
Peter Zijlstra
2021-08-17
locking/mutex: Make mutex::wait_lock raw
Thomas Gleixner
2021-08-17
locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...
Thomas Gleixner
2021-08-17
locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.h
Thomas Gleixner
[prev]
[next]