summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/context.c
Commit message (Expand)AuthorAgeFilesLines
* cxl: Delete an unnecessary check before the function call "kfree"Markus Elfring2016-04-121-2/+1Star
* cxl: Adapter failure handlingChristophe Lombard2016-03-091-1/+1
* cxl: Add guest-specific codeChristophe Lombard2016-03-091-1/+5
* cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard2016-03-091-1/+1
* cxl: Isolate a few bare-metal-specific callsFrederic Barrat2016-03-091-1/+2
* cxl: Introduce implementation-specific APIFrederic Barrat2016-03-091-2/+2
* cxl: Fix DSI misses when the context owning task exitsVaibhav Jain2016-01-051-1/+5
* cxl: Fix possible idr warning when contexts are releasedVaibhav Jain2015-11-241-0/+9
* cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan2015-10-011-0/+3
* cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie2015-08-301-0/+2
* cxl: Add alternate MMIO error handlingIan Munsie2015-08-181-0/+14
* cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens2015-08-141-1/+5
* cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie2015-07-081-2/+2
* cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie2015-07-081-1/+9
* cxl: Rework context lifetimesMichael Neuling2015-06-031-2/+3
* cxl: Rework detach context functionsMichael Neuling2015-06-031-7/+13
* cxl: Add cookie parameter to afu_release_irqs()Michael Neuling2015-06-031-1/+1
* cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie2015-06-031-5/+10
* cxl: Fix issues when unmapping contextsIan Munsie2015-01-121-19/+63
* cxl: Unmap MMIO regions when detaching a contextIan Munsie2014-12-121-1/+10
* cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie2014-12-121-7/+8
* cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie2014-10-081-0/+193