index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: locking: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-07-15
2
-2
/
+2
*
locking/lockdep: Fix lock used or unused stats error
Yuyang Du
2019-07-13
1
-2
/
+3
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-07-09
8
-1455
/
+1886
|
\
|
*
locking/lockdep: increase size of counters for lockdep statistics
Kobe Wu
2019-06-25
1
-20
/
+16
|
*
locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...
Arnd Bergmann
2019-06-25
1
-39
/
+34
|
*
locking/rwsem: Guard against making count negative
Waiman Long
2019-06-17
1
-12
/
+41
|
*
locking/rwsem: Adaptive disabling of reader optimistic spinning
Waiman Long
2019-06-17
2
-8
/
+135
|
*
locking/rwsem: Enable time-based spinning on reader-owned rwsem
Waiman Long
2019-06-17
2
-30
/
+144
|
*
locking/rwsem: Make rwsem->owner an atomic_long_t
Waiman Long
2019-06-17
1
-45
/
+80
|
*
locking/rwsem: Enable readers spinning on writer
Waiman Long
2019-06-17
2
-12
/
+75
|
*
locking/rwsem: Clarify usage of owner's nonspinaable bit
Waiman Long
2019-06-17
1
-22
/
+21
|
*
locking/rwsem: Wake up almost all readers in wait queue
Waiman Long
2019-06-17
1
-5
/
+26
|
*
locking/rwsem: More optimal RT task handling of null owner
Waiman Long
2019-06-17
1
-7
/
+44
|
*
locking/rwsem: Always release wait_lock before waking up tasks
Waiman Long
2019-06-17
1
-16
/
+15
|
*
locking/rwsem: Implement lock handoff to prevent lock starvation
Waiman Long
2019-06-17
2
-54
/
+173
|
*
locking/rwsem: Make rwsem_spin_on_owner() return owner state
Waiman Long
2019-06-17
1
-18
/
+47
|
*
locking/rwsem: Code cleanup after files merging
Waiman Long
2019-06-17
2
-95
/
+42
|
*
locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c
Waiman Long
2019-06-17
4
-900
/
+891
|
*
locking/rwsem: Implement a new locking scheme
Waiman Long
2019-06-17
2
-136
/
+85
|
*
locking/rwsem: Remove rwsem_wake() wakeup optimization
Waiman Long
2019-06-17
1
-72
/
+0
|
*
locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER
Waiman Long
2019-06-17
2
-24
/
+1
|
*
locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()
Kobe Wu
2019-06-17
1
-1
/
+1
|
*
Merge tag 'v5.2-rc5' into locking/core, to pick up fixes
Ingo Molnar
2019-06-17
1
-2
/
+1
|
|
\
|
*
|
locking/lock_events: Use raw_cpu_{add,inc}() for stats
Peter Zijlstra
2019-06-03
1
-41
/
+4
|
*
|
locking/lockdep: Fix merging of hlocks with non-zero references
Imre Deak
2019-06-03
1
-9
/
+9
|
*
|
locking/lockdep: Fix OOO unlock when hlocks need merging
Imre Deak
2019-06-03
1
-12
/
+29
|
*
|
locking/lockdep: Remove !dir in lock irq usage check
Yuyang Du
2019-06-03
1
-1
/
+1
|
*
|
locking/lockdep: Adjust new bit cases in mark_lock
Yuyang Du
2019-06-03
1
-14
/
+7
|
*
|
locking/lockdep: Consolidate lock usage bit initialization
Yuyang Du
2019-06-03
1
-8
/
+14
|
*
|
locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALL
Yuyang Du
2019-06-03
1
-0
/
+4
|
*
|
locking/lockdep: Refactorize check_noncircular and check_redundant
Yuyang Du
2019-06-03
1
-44
/
+74
|
*
|
locking/lockdep: Remove unused argument in __lock_release
Yuyang Du
2019-06-03
1
-2
/
+2
|
*
|
locking/lockdep: Remove redundant argument in check_deadlock
Yuyang Du
2019-06-03
1
-3
/
+3
|
*
|
locking/lockdep: Update comments on dependency search
Yuyang Du
2019-06-03
1
-11
/
+10
|
*
|
locking/lockdep: Avoid constant checks in __bfs by using offset reference
Yuyang Du
2019-06-03
1
-12
/
+21
|
*
|
locking/lockdep: Change the return type of __cq_dequeue()
Yuyang Du
2019-06-03
1
-8
/
+13
|
*
|
locking/lockdep: Change type of the element field in circular_queue
Yuyang Du
2019-06-03
1
-10
/
+14
|
*
|
locking/lockdep: Update comment
Yuyang Du
2019-06-03
1
-3
/
+9
|
*
|
locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()
Yuyang Du
2019-06-03
1
-8
/
+8
|
*
|
locking/lockdep: Change the range of class_idx in held_lock struct
Yuyang Du
2019-06-03
1
-20
/
+39
|
*
|
locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start with
Yuyang Du
2019-06-03
1
-9
/
+9
|
*
|
locking/lockdep: Use lockdep_init_task for task initiation consistently
Yuyang Du
2019-06-03
1
-3
/
+8
|
*
|
locking/lockdep: Print the right depth for chain key collision
Yuyang Du
2019-06-03
1
-3
/
+4
|
*
|
locking/lockdep: Remove useless conditional macro
Yuyang Du
2019-06-03
1
-3
/
+3
|
*
|
locking/lockdep: Adjust lock usage bit character checks
Yuyang Du
2019-06-03
1
-5
/
+16
|
*
|
locking/lockdep: Change all print_*() return type to void
Yuyang Du
2019-06-03
1
-101
/
+108
|
*
|
Merge tag 'v5.2-rc3' into locking/core, to pick up fixes
Ingo Molnar
2019-06-03
4
-31
/
+43
|
|
\
\
|
*
|
|
locking/lockdep: Remove the unused print_lock_trace() function
Anders Roxell
2019-05-24
1
-4
/
+0
|
*
|
|
locking/lockdep: Don't complain about incorrect name for no validate class
Sebastian Andrzej Siewior
2019-05-24
1
-1
/
+2
*
|
|
|
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2019-06-28
2
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[next]