summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/cxl.h
Commit message (Expand)AuthorAgeFilesLines
* cxl: fix nested locking hang during EEH hotplugAndrew Donnellan2017-02-211-2/+3
* cxl: Fix build when CONFIG_DEBUG_FS=nAndrew Donnellan2017-02-031-4/+55
* cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan2017-01-251-0/+2
* cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat2016-11-181-2/+4
* cxl: Prevent adapter reset if an active context existsVaibhav Jain2016-10-191-0/+24
* cxl: Flush PSL cache before resetting the adapterFrederic Barrat2016-10-041-1/+5
* cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan2016-08-091-1/+1
* cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie2016-07-141-0/+1
* cxl: Add support for interrupts on the Mellanox CX4Ian Munsie2016-07-141-0/+4
* cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie2016-07-141-0/+10
* cxl: Allow a default context to be associated with an external pci_devIan Munsie2016-07-141-0/+6
* cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie2016-07-141-12/+0
* cxl: Refine slice error debug messagesPhilippe Bergheaud2016-07-081-0/+15
* cxl: Fix bug where AFU disable operation had no effectIan Munsie2016-07-081-0/+1
* cxl: Add set and get private data to context structMichael Neuling2016-06-281-0/+3
* cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud2016-06-281-1/+6
* cxl: Add support for CAPP DMA modeIan Munsie2016-06-161-0/+1
* cxl: Abstract the differences between the PSL and XSLFrederic Barrat2016-06-161-0/+26
* cxl: Update process element after allocating interruptsIan Munsie2016-06-161-0/+1
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-10/+5
|\
| * cxl: Check periodically the coherent platform function's stateChristophe Lombard2016-05-111-1/+3
| * cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie2016-05-111-0/+1
| * cxl: Remove duplicate #definesIan Munsie2016-05-111-9/+0
| * cxl: Allow initialization on timebase sync failuresFrederic Barrat2016-04-221-0/+1
* | cxl: Poll for outstanding IRQs when detaching a contextMichael Neuling2016-04-271-0/+2
|/
* cxl: Ignore probes for virtual afu pci devicesVaibhav Jain2016-03-091-0/+2
* cxl: Adapter failure handlingChristophe Lombard2016-03-091-8/+10
* cxl: Support the cxl kernel API from a guestFrederic Barrat2016-03-091-1/+5
* cxl: Support to flash a new image on the adapter from a guestChristophe Lombard2016-03-091-0/+6
* cxl: sysfs support for guestsChristophe Lombard2016-03-091-0/+7
* cxl: Add guest-specific codeChristophe Lombard2016-03-091-1/+36
* cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard2016-03-091-26/+58
* cxl: New hcalls to support cxl adaptersChristophe Lombard2016-03-091-2/+21
* cxl: Update cxl_irq() prototypeFrederic Barrat2016-03-091-1/+1
* cxl: Isolate a few bare-metal-specific callsFrederic Barrat2016-03-091-2/+5
* cxl: Rename some bare-metal specific functionsFrederic Barrat2016-03-091-14/+14
* cxl: Introduce implementation-specific APIFrederic Barrat2016-03-091-19/+34
* cxl: Move bare-metal specific code to specialized filesFrederic Barrat2016-03-091-20/+4
* cxl: Move common code away from bare-metal-specific filesChristophe Lombard2016-03-091-0/+9
* cxl: Fix DSI misses when the context owning task exitsVaibhav Jain2016-01-051-0/+3
* cxl: Fix possible idr warning when contexts are releasedVaibhav Jain2015-11-241-0/+12
* cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan2015-10-011-0/+1
* cxl: Set up and enable PSL TimebasePhilippe Bergheaud2015-08-301-0/+5
* cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie2015-08-301-0/+1
* cxl: Add alternate MMIO error handlingIan Munsie2015-08-181-1/+3
* cxl: EEH supportDaniel Axtens2015-08-141-0/+1
* cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens2015-08-141-0/+1
* cxl: Allocate and release the SPA with the AFUDaniel Axtens2015-08-141-0/+3
* cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens2015-08-141-8/+36
* cxl: Convert MMIO read/write macros to inline functionsDaniel Axtens2015-08-141-16/+35