summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* locking/mutex: Test for initialized mutexSebastian Andrzej Siewior2019-07-251-1/+10
* locking/lockdep: Clean up #ifdef checksArnd Bergmann2019-07-251-7/+6Star
* locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-07-251-1/+2
* locking/rwsem: Add ACQUIRE commentsPeter Zijlstra2019-07-251-5/+13
* lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra2019-07-251-1/+3
* locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek2019-07-251-0/+2
* locking/rwsem: Don't call owner_on_cpu() on read-ownerWaiman Long2019-07-251-1/+5
* docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-152-2/+2
* locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-07-131-2/+3
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-098-1455/+1886
|\
| * locking/lockdep: increase size of counters for lockdep statisticsKobe Wu2019-06-251-20/+16Star
| * locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann2019-06-251-39/+34Star
| * locking/rwsem: Guard against making count negativeWaiman Long2019-06-171-12/+41
| * locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long2019-06-172-8/+135
| * locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long2019-06-172-30/+144
| * locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long2019-06-171-45/+80
| * locking/rwsem: Enable readers spinning on writerWaiman Long2019-06-172-12/+75
| * locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long2019-06-171-22/+21Star
| * locking/rwsem: Wake up almost all readers in wait queueWaiman Long2019-06-171-5/+26
| * locking/rwsem: More optimal RT task handling of null ownerWaiman Long2019-06-171-7/+44
| * locking/rwsem: Always release wait_lock before waking up tasksWaiman Long2019-06-171-16/+15Star
| * locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long2019-06-172-54/+173
| * locking/rwsem: Make rwsem_spin_on_owner() return owner stateWaiman Long2019-06-171-18/+47
| * locking/rwsem: Code cleanup after files mergingWaiman Long2019-06-172-95/+42Star
| * locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long2019-06-174-900/+891Star
| * locking/rwsem: Implement a new locking schemeWaiman Long2019-06-172-136/+85Star
| * locking/rwsem: Remove rwsem_wake() wakeup optimizationWaiman Long2019-06-171-72/+0Star
| * locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long2019-06-172-24/+1Star
| * locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu2019-06-171-1/+1
| * Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-171-2/+1Star
| |\
| * | locking/lock_events: Use raw_cpu_{add,inc}() for statsPeter Zijlstra2019-06-031-41/+4Star
| * | locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak2019-06-031-9/+9
| * | locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak2019-06-031-12/+29
| * | locking/lockdep: Remove !dir in lock irq usage checkYuyang Du2019-06-031-1/+1
| * | locking/lockdep: Adjust new bit cases in mark_lockYuyang Du2019-06-031-14/+7Star
| * | locking/lockdep: Consolidate lock usage bit initializationYuyang Du2019-06-031-8/+14
| * | locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du2019-06-031-0/+4
| * | locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du2019-06-031-44/+74
| * | locking/lockdep: Remove unused argument in __lock_releaseYuyang Du2019-06-031-2/+2
| * | locking/lockdep: Remove redundant argument in check_deadlockYuyang Du2019-06-031-3/+3
| * | locking/lockdep: Update comments on dependency searchYuyang Du2019-06-031-11/+10Star
| * | locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du2019-06-031-12/+21
| * | locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du2019-06-031-8/+13
| * | locking/lockdep: Change type of the element field in circular_queueYuyang Du2019-06-031-10/+14
| * | locking/lockdep: Update commentYuyang Du2019-06-031-3/+9
| * | locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()Yuyang Du2019-06-031-8/+8
| * | locking/lockdep: Change the range of class_idx in held_lock structYuyang Du2019-06-031-20/+39
| * | locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du2019-06-031-9/+9
| * | locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-031-3/+8
| * | locking/lockdep: Print the right depth for chain key collisionYuyang Du2019-06-031-3/+4