aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-05cxl: Fix DSI misses when the context owning task exitsVaibhav Jain1-1/+5
2015-11-24cxl: Fix possible idr warning when contexts are releasedVaibhav Jain1-0/+9
2015-10-01cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan1-0/+3
2015-08-30cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie1-0/+2
2015-08-18cxl: Add alternate MMIO error handlingIan Munsie1-0/+14
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens1-1/+5
2015-07-08cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie1-2/+2
2015-07-08cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie1-1/+9
2015-06-03cxl: Rework context lifetimesMichael Neuling1-2/+3
2015-06-03cxl: Rework detach context functionsMichael Neuling1-7/+13
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling1-1/+1
2015-06-03cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie1-5/+10
2015-01-12cxl: Fix issues when unmapping contextsIan Munsie1-19/+63
2014-12-12cxl: Unmap MMIO regions when detaching a contextIan Munsie1-1/+10
2014-12-12cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie1-7/+8
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie1-0/+193