summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
2019-07-25locking/mutex: Test for initialized mutexSebastian Andrzej Siewior1-1/+10
2019-07-25locking/lockdep: Clean up #ifdef checksArnd Bergmann1-7/+6
2019-07-25locking/lockdep: Hide unused 'class' variableArnd Bergmann1-1/+2
2019-07-25locking/rwsem: Add ACQUIRE commentsPeter Zijlstra1-5/+13
2019-07-25lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra1-1/+3
2019-07-25locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek1-0/+2
2019-07-25locking/rwsem: Don't call owner_on_cpu() on read-ownerWaiman Long1-1/+5
2019-07-15docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2-2/+2
2019-07-13locking/lockdep: Fix lock used or unused stats errorYuyang Du1-2/+3
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-1455/+1886
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-2/+2
2019-06-25locking/lockdep: increase size of counters for lockdep statisticsKobe Wu1-20/+16
2019-06-25locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann1-39/+34
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2-2/+2
2019-06-17locking/rwsem: Guard against making count negativeWaiman Long1-12/+41
2019-06-17locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long2-8/+135
2019-06-17locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long2-30/+144
2019-06-17locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long1-45/+80
2019-06-17locking/rwsem: Enable readers spinning on writerWaiman Long2-12/+75
2019-06-17locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long1-22/+21
2019-06-17locking/rwsem: Wake up almost all readers in wait queueWaiman Long1-5/+26
2019-06-17locking/rwsem: More optimal RT task handling of null ownerWaiman Long1-7/+44
2019-06-17locking/rwsem: Always release wait_lock before waking up tasksWaiman Long1-16/+15
2019-06-17locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long2-54/+173
2019-06-17locking/rwsem: Make rwsem_spin_on_owner() return owner stateWaiman Long1-18/+47
2019-06-17locking/rwsem: Code cleanup after files mergingWaiman Long2-95/+42
2019-06-17locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long4-900/+891
2019-06-17locking/rwsem: Implement a new locking schemeWaiman Long2-136/+85
2019-06-17locking/rwsem: Remove rwsem_wake() wakeup optimizationWaiman Long1-72/+0
2019-06-17locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long2-24/+1
2019-06-17locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu1-1/+1
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Thomas Gleixner1-2/+1
2019-06-03locking/lock_events: Use raw_cpu_{add,inc}() for statsPeter Zijlstra1-41/+4
2019-06-03locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak1-9/+9
2019-06-03locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak1-12/+29
2019-06-03locking/lockdep: Remove !dir in lock irq usage checkYuyang Du1-1/+1
2019-06-03locking/lockdep: Adjust new bit cases in mark_lockYuyang Du1-14/+7
2019-06-03locking/lockdep: Consolidate lock usage bit initializationYuyang Du1-8/+14
2019-06-03locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du1-0/+4
2019-06-03locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du1-44/+74
2019-06-03locking/lockdep: Remove unused argument in __lock_releaseYuyang Du1-2/+2
2019-06-03locking/lockdep: Remove redundant argument in check_deadlockYuyang Du1-3/+3
2019-06-03locking/lockdep: Update comments on dependency searchYuyang Du1-11/+10
2019-06-03locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du1-12/+21
2019-06-03locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du1-8/+13
2019-06-03locking/lockdep: Change type of the element field in circular_queueYuyang Du1-10/+14
2019-06-03locking/lockdep: Update commentYuyang Du1-3/+9
2019-06-03locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()Yuyang Du1-8/+8
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structYuyang Du1-20/+39