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-04-11
Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+3
2021-03-22
lockdep: Address clang -Wformat warning printing for %hd
Arnd Bergmann
1
-1
/
+1
2021-03-21
lockdep: Add a missing initialization hint to the "INFO: Trying to register n...
Tetsuo Handa
1
-1
/
+2
2021-03-17
locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
Waiman Long
1
-11
/
+14
2021-02-26
kernel: delete repeated words in comments
Randy Dunlap
3
-4
/
+4
2021-02-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2021-02-21
Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-36
/
+18
2021-02-21
Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-75
/
+152
2021-02-17
rbtree, rtmutex: Use rb_add_cached()
Peter Zijlstra
1
-36
/
+18
2021-02-12
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-1
/
+0
2021-02-12
Merge branch 'linus' into locking/core, to pick up upstream fixes
Ingo Molnar
3
-6
/
+9
2021-02-11
locking/arch: Move qrwlock.h include after qspinlock.h
Waiman Long
1
-1
/
+0
2021-02-10
locking/mutex: Kill mutex_trylock_recursive()
Sebastian Andrzej Siewior
1
-10
/
+0
2021-02-10
lockdep: Noinstr annotate warn_bogus_irq_restore()
Peter Zijlstra
1
-1
/
+3
2021-02-05
locking/lockdep: Avoid unmatched unlock
Peter Zijlstra
1
-1
/
+2
2021-01-29
locking/rwsem: Remove empty rwsem.h
Nikolay Borisov
1
-0
/
+0
2021-01-28
locking/rtmutex: Add missing kernel-doc markup
Alex Shi
1
-6
/
+11
2021-01-26
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
2
-4
/
+2
2021-01-22
Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...
Paul E. McKenney
1
-1
/
+0
2021-01-22
lockdep: report broken irq restoration
Mark Rutland
2
-0
/
+12
2021-01-14
locking/lockdep: Exclude local_lock_t from IRQ inversions
Boqun Feng
1
-4
/
+53
2021-01-14
locking/lockdep: Clean up check_redundant() a bit
Peter Zijlstra
1
-42
/
+49
2021-01-14
locking/lockdep: Add a skip() function to __bfs()
Boqun Feng
1
-10
/
+19
2021-01-14
locking/lockdep: Mark local_lock_t
Peter Zijlstra
1
-7
/
+9
2021-01-12
locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP
Peter Zijlstra
1
-1
/
+6
2021-01-12
locking/lockdep: Cure noinstr fail
Peter Zijlstra
1
-1
/
+1
2021-01-04
locking: Remove duplicate include of percpu-rwsem.h
Wang Qing
1
-1
/
+0
2020-12-14
Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-251
/
+138
2020-12-14
Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+30
2020-12-09
locking/rwsem: Remove reader optimistic spinning
Waiman Long
2
-240
/
+49
2020-12-09
locking/rwsem: Enable reader optimistic lock stealing
Waiman Long
2
-0
/
+29
2020-12-09
locking/rwsem: Prevent potential lock starvation
Waiman Long
1
-2
/
+13
2020-12-09
locking/rwsem: Pass the current atomic count to rwsem_down_read_slowpath()
Waiman Long
1
-8
/
+10
2020-12-09
locking/rwsem: Fold __down_{read,write}*()
Peter Zijlstra
1
-22
/
+23
2020-12-09
locking/rwsem: Introduce rwsem_write_trylock()
Peter Zijlstra
1
-22
/
+16
2020-12-09
locking/rwsem: Better collate rwsem_read_trylock()
Peter Zijlstra
1
-7
/
+8
2020-12-09
rwsem: Implement down_read_interruptible
Eric W. Biederman
1
-0
/
+26
2020-12-09
rwsem: Implement down_read_killable_nested
Eric W. Biederman
1
-0
/
+14
2020-11-17
lockdep: Put graph lock/unlock under lock_recursion protection
Boqun Feng
1
-2
/
+4
2020-11-10
lockdep: Avoid to modify chain keys in validate_chain()
Boqun Feng
1
-10
/
+9
2020-11-06
locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanup
Hou Tao
1
-5
/
+21
2020-11-06
locktorture: Prevent hangs for invalid arguments
Paul E. McKenney
1
-0
/
+5
2020-11-06
locktorture: Ignore nreaders_stress if no readlock support
Hou Tao
1
-1
/
+2
2020-11-06
locktorture: Track time of last ->writeunlock()
Paul E. McKenney
1
-0
/
+2
2020-11-01
Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-13
/
+7
2020-10-30
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
1
-10
/
+4
2020-10-30
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
1
-1
/
+1
2020-10-22
lockdep: Fix preemption WARN for spurious IRQ-enable
Peter Zijlstra
1
-2
/
+2
2020-10-18
Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-10-09
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
3
-56
/
+101
[next]