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
*
Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-03-22
5
-31
/
+76
|
\
|
*
locking/lockdep: Iterate lock_classes directly when reading lockdep files
Waiman Long
2022-02-16
3
-15
/
+56
|
*
locking: Add missing __sched attributes
Minchan Kim
2022-02-11
2
-3
/
+4
|
*
locking/lockdep: Avoid potential access of invalid memory in lock_class
Waiman Long
2022-01-25
1
-9
/
+15
|
*
lockdep: Use memset_startat() helper in reinit_class()
Xiu Jianfeng
2022-01-25
1
-4
/
+1
*
|
lockdep: Correct lock_classes index mapping
Cheng Jui Wang
2022-02-11
1
-2
/
+2
|
/
*
locking/rwlocks: introduce write_lock_nested
Minchan Kim
2022-01-22
2
-0
/
+22
*
Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-01-11
7
-33
/
+37
|
\
|
*
Merge branch 'locking/urgent' into locking/core
Thomas Gleixner
2021-12-18
1
-1
/
+1
|
|
\
|
*
\
Merge tag 'v5.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
2021-12-13
1
-93
/
+89
|
|
\
\
|
*
|
|
locking: Make owner_on_cpu() into <linux/sched.h>
Kefeng Wang
2021-12-04
3
-21
/
+4
|
*
|
|
lockdep: Remove softirq accounting on PREEMPT_RT.
Thomas Gleixner
2021-12-04
1
-0
/
+2
|
*
|
|
locking/rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable().
Sebastian Andrzej Siewior
2021-12-04
1
-4
/
+26
|
*
|
|
locking/rtmutex: Squash self-deadlock check for ww_rt_mutex.
Peter Zijlstra
2021-12-04
1
-1
/
+4
|
*
|
|
locking: Remove rt_rwlock_is_contended().
Sebastian Andrzej Siewior
2021-12-04
1
-6
/
+0
|
*
|
|
kernel/locking: Use a pointer in ww_mutex_trylock().
Sebastian Andrzej Siewior
2021-11-17
1
-1
/
+1
*
|
|
|
Merge tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-01-11
1
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
locktorture,rcutorture,torture: Always log error message
Li Zhijian
2021-12-07
1
-2
/
+2
|
|
/
/
*
|
/
locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
Zqiang
2021-12-18
1
-1
/
+1
|
|
/
|
/
|
*
|
locking/rwsem: Optimize down_read_trylock() under highly contended case
Muchun Song
2021-11-23
1
-7
/
+4
*
|
locking/rwsem: Make handoff bit handling more consistent
Waiman Long
2021-11-23
1
-86
/
+85
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
1
-3
/
+0
|
\
|
*
kallsyms: remove arch specific text and data check
Kefeng Wang
2021-11-09
1
-3
/
+0
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-0
/
+15
|
\
|
|
*
mm: make generic arch_is_kernel_initmem_freed() do what it says
Christophe Leroy
2021-11-06
1
-0
/
+15
*
|
Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-11-01
1
-7
/
+7
|
\
\
|
*
|
locktorture: Warn on individual lock_torture_init() error conditions
Paul E. McKenney
2021-09-13
1
-7
/
+7
*
|
|
Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-11-01
1
-1
/
+1
|
\
\
\
|
*
\
\
Merge branch 'objtool/urgent'
Peter Zijlstra
2021-10-07
1
-20
/
+45
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
locking/lockdep: Avoid RCU-induced noinstr fail
Peter Zijlstra
2021-09-15
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
locking: Remove spin_lock_flags() etc
Arnd Bergmann
2021-10-30
1
-2
/
+1
*
|
|
locking/rwsem: Fix comments about reader optimistic lock stealing conditions
Yanfei Xu
2021-10-19
1
-2
/
+1
*
|
|
locking: Remove rcu_read_{,un}lock() for preempt_{dis,en}able()
Yanfei Xu
2021-10-19
2
-12
/
+24
*
|
|
locking/rwsem: Disable preemption for spinning region
Yanfei Xu
2021-10-19
1
-23
/
+30
*
|
|
locking/rwbase: Optimize rwbase_read_trylock
Davidlohr Bueso
2021-10-07
1
-3
/
+2
*
|
|
Merge branch 'tip/locking/urgent'
Peter Zijlstra
2021-10-07
1
-20
/
+45
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
locking/rwbase: Take care of ordering guarantee for fastpath reader
Boqun Feng
2021-09-15
1
-2
/
+19
|
*
|
locking/rwbase: Extract __rwbase_write_trylock()
Peter Zijlstra
2021-09-15
1
-18
/
+26
|
*
|
locking/rwbase: Properly match set_and_save_state() to restore_state()
Peter Zijlstra
2021-09-15
1
-1
/
+1
|
|
/
*
|
rtmutex: Wake up the waiters lockless while dropping the read lock.
Thomas Gleixner
2021-10-01
2
-7
/
+18
*
|
rtmutex: Check explicit for TASK_RTLOCK_WAIT.
Sebastian Andrzej Siewior
2021-10-01
1
-1
/
+1
*
|
locking/rt: Take RCU nesting into account for __might_resched()
Thomas Gleixner
2021-10-01
1
-3
/
+14
*
|
sched: Clean up the might_sleep() underscore zoo
Thomas Gleixner
2021-10-01
1
-3
/
+3
*
|
locking/ww-mutex: Fix uninitialized use of ret in test_aa()
Nathan Chancellor
2021-10-01
1
-1
/
+2
*
|
lockdep: Improve comments in wait-type checks
Zhouyi Zhou
2021-09-17
1
-1
/
+1
*
|
lockdep: Let lock_is_held_type() detect recursive read as read
Sebastian Andrzej Siewior
2021-09-17
1
-1
/
+1
*
|
kernel/locking: Add context to ww_mutex_trylock()
Maarten Lankhorst
2021-09-17
3
-21
/
+131
|
/
*
locking/rtmutex: Fix ww_mutex deadlock check
Peter Zijlstra
2021-09-09
1
-1
/
+1
*
locking/rwsem: Add missing __init_rwsem() for PREEMPT_RT
Mike Galbraith
2021-09-02
1
-4
/
+6
*
Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-08-30
16
-1175
/
+2648
|
\
[next]