index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
2019-07-15
docs: locking: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-07-13
locking/lockdep: Fix lock used or unused stats error
Yuyang Du
2019-07-08
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-06-28
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2019-06-25
locking/lockdep: increase size of counters for lockdep statistics
Kobe Wu
2019-06-25
locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...
Arnd Bergmann
2019-06-19
Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...
Paul E. McKenney
2019-06-17
locking/rwsem: Guard against making count negative
Waiman Long
2019-06-17
locking/rwsem: Adaptive disabling of reader optimistic spinning
Waiman Long
2019-06-17
locking/rwsem: Enable time-based spinning on reader-owned rwsem
Waiman Long
2019-06-17
locking/rwsem: Make rwsem->owner an atomic_long_t
Waiman Long
2019-06-17
locking/rwsem: Enable readers spinning on writer
Waiman Long
2019-06-17
locking/rwsem: Clarify usage of owner's nonspinaable bit
Waiman Long
2019-06-17
locking/rwsem: Wake up almost all readers in wait queue
Waiman Long
2019-06-17
locking/rwsem: More optimal RT task handling of null owner
Waiman Long
2019-06-17
locking/rwsem: Always release wait_lock before waking up tasks
Waiman Long
2019-06-17
locking/rwsem: Implement lock handoff to prevent lock starvation
Waiman Long
2019-06-17
locking/rwsem: Make rwsem_spin_on_owner() return owner state
Waiman Long
2019-06-17
locking/rwsem: Code cleanup after files merging
Waiman Long
2019-06-17
locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c
Waiman Long
2019-06-17
locking/rwsem: Implement a new locking scheme
Waiman Long
2019-06-17
locking/rwsem: Remove rwsem_wake() wakeup optimization
Waiman Long
2019-06-17
locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER
Waiman Long
2019-06-17
locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()
Kobe Wu
2019-06-17
Merge tag 'v5.2-rc5' into locking/core, to pick up fixes
Ingo Molnar
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436
Thomas Gleixner
2019-06-03
locking/lock_events: Use raw_cpu_{add,inc}() for stats
Peter Zijlstra
2019-06-03
locking/lockdep: Fix merging of hlocks with non-zero references
Imre Deak
2019-06-03
locking/lockdep: Fix OOO unlock when hlocks need merging
Imre Deak
2019-06-03
locking/lockdep: Remove !dir in lock irq usage check
Yuyang Du
2019-06-03
locking/lockdep: Adjust new bit cases in mark_lock
Yuyang Du
2019-06-03
locking/lockdep: Consolidate lock usage bit initialization
Yuyang Du
2019-06-03
locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALL
Yuyang Du
2019-06-03
locking/lockdep: Refactorize check_noncircular and check_redundant
Yuyang Du
2019-06-03
locking/lockdep: Remove unused argument in __lock_release
Yuyang Du
2019-06-03
locking/lockdep: Remove redundant argument in check_deadlock
Yuyang Du
2019-06-03
locking/lockdep: Update comments on dependency search
Yuyang Du
2019-06-03
locking/lockdep: Avoid constant checks in __bfs by using offset reference
Yuyang Du
2019-06-03
locking/lockdep: Change the return type of __cq_dequeue()
Yuyang Du
2019-06-03
locking/lockdep: Change type of the element field in circular_queue
Yuyang Du
2019-06-03
locking/lockdep: Update comment
Yuyang Du
2019-06-03
locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()
Yuyang Du
2019-06-03
locking/lockdep: Change the range of class_idx in held_lock struct
Yuyang Du
2019-06-03
locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start with
Yuyang Du
2019-06-03
locking/lockdep: Use lockdep_init_task for task initiation consistently
Yuyang Du
2019-06-03
locking/lockdep: Print the right depth for chain key collision
Yuyang Du
2019-06-03
locking/lockdep: Remove useless conditional macro
Yuyang Du
2019-06-03
locking/lockdep: Adjust lock usage bit character checks
Yuyang Du
2019-06-03
locking/lockdep: Change all print_*() return type to void
Yuyang Du
2019-06-03
Merge tag 'v5.2-rc3' into locking/core, to pick up fixes
Ingo Molnar
[next]