summaryrefslogtreecommitdiff
path: root/drivers/misc/cxl/context.c
AgeCommit message (Expand)Author
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie
2016-07-08cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsIan Munsie
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-04-27cxl: Poll for outstanding IRQs when detaching a contextMichael Neuling
2016-04-12cxl: Delete an unnecessary check before the function call "kfree"Markus Elfring
2016-03-09cxl: Adapter failure handlingChristophe Lombard
2016-03-09cxl: Add guest-specific codeChristophe Lombard
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard
2016-03-09cxl: Isolate a few bare-metal-specific callsFrederic Barrat
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat
2016-01-05cxl: Fix DSI misses when the context owning task exitsVaibhav Jain
2015-11-24cxl: Fix possible idr warning when contexts are releasedVaibhav Jain
2015-10-01cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan
2015-08-30cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie
2015-08-18cxl: Add alternate MMIO error handlingIan Munsie
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens
2015-07-08cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie
2015-07-08cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie
2015-06-03cxl: Rework context lifetimesMichael Neuling
2015-06-03cxl: Rework detach context functionsMichael Neuling
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling
2015-06-03cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie
2015-01-12cxl: Fix issues when unmapping contextsIan Munsie
2014-12-12cxl: Unmap MMIO regions when detaching a contextIan Munsie
2014-12-12cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie