summaryrefslogtreecommitdiff
path: root/drivers/misc/cxl
AgeCommit message (Expand)AuthorFilesLines
2020-08-21cxl: Fix kobject memleakWang Hai1-1/+1
2019-11-25misc: cxl: Fix possible null pointer dereferencezhong jiang1-2/+0
2018-09-09cxl: Fix wrong comparison in cxl_adapter_context_get()Vaibhav Jain1-1/+1
2018-04-13cxl: Unlock on error in probeDan Carpenter1-2/+6
2017-12-25cxl: Check if vphb exists before iterating over AFU devicesVaibhav Jain1-0/+14
2017-11-15cxl: Force psl data-cache flush during device shutdownVaibhav Jain1-0/+3
2017-10-05cxl: Fix driver use countFrederic Barrat2-1/+11
2017-06-14cxl: Avoid double free_irq() for psl,slice interruptsVaibhav Jain1-3/+11
2017-06-14cxl: Fix error path on bad ioctlFrederic Barrat1-5/+2
2017-05-25cxl: Route eeh events to all drivers in cxl_pci_error_detected()Vaibhav Jain1-6/+9
2017-05-25cxl: Force context lock during EEH flowVaibhav Jain1-2/+17
2017-03-15cxl: fix nested locking hang during EEH hotplugAndrew Donnellan4-10/+27
2017-03-15cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan4-23/+35
2016-10-24cxl: Fix leaking pid refs in some error pathsVaibhav Jain2-9/+15
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain8-5/+116
2016-10-04cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()Andrew Donnellan1-5/+3
2016-10-04cxl: Flush PSL cache before resetting the adapterFrederic Barrat3-1/+39
2016-09-13cxl: Fix informational messageFrederic Barrat1-2/+2
2016-08-22cxl: use pcibios_free_controller_deferred() when removing vPHBsAndrew Donnellan1-1/+9
2016-08-10cxl: Set psl_fir_cntl to production environment valueFrederic Barrat1-3/+6
2016-08-09cxl: Fix sparse warningsAndrew Donnellan2-2/+2
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan3-4/+4
2016-07-19cxl: fix potential NULL dereference in free_adapter()Andrew Donnellan1-7/+9
2016-07-19cxl: remove dead Kconfig optionsAndrew Donnellan1-10/+0
2016-07-14cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsAndrew Donnellan2-18/+226
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie3-1/+4
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie4-0/+108
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie5-0/+44
2016-07-14cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie1-0/+27
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie3-2/+22
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie2-0/+14
2016-07-14cxl: Allow a default context to be associated with an external pci_devIan Munsie6-28/+91
2016-07-14cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie2-12/+13
2016-07-14cxl: Enable bus mastering for devices using CAPP DMA modeIan Munsie1-0/+3
2016-07-14cxl: Add cxl_slot_is_supported APIIan Munsie1-0/+37
2016-07-14cxl: Use for_each_compatible_node() macroWei Yongjun1-3/+2
2016-07-08cxl: Ignore CAPI adapters misplaced in switched slotsPhilippe Bergheaud1-0/+29
2016-07-08cxl: make base more explicitly non-modularPaul Gortmaker1-2/+1
2016-07-08cxl: Refine slice error debug messagesPhilippe Bergheaud4-8/+57
2016-07-08cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsIan Munsie2-3/+2
2016-07-08cxl: Workaround XSL bug that does not clear the RA bit after a resetIan Munsie1-0/+10
2016-07-08cxl: Fix bug where AFU disable operation had no effectIan Munsie3-7/+53
2016-07-08cxl: Fix allocating a minimum of 2 pages for the SPAIan Munsie1-1/+1
2016-07-08cxl: Fix allowing bogus AFU descriptors with 0 maximum processesIan Munsie1-0/+15
2016-06-28cxl: Add set and get private data to context structMichael Neuling2-0/+24
2016-06-28cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud4-9/+84
2016-06-16cxl: Make vPHB device node match adapter'sFrederic Barrat1-11/+10
2016-06-16cxl: Add support for CAPP DMA modeIan Munsie2-1/+4
2016-06-16cxl: Abstract the differences between the PSL and XSLFrederic Barrat4-48/+218
2016-06-16cxl: Update process element after allocating interruptsIan Munsie4-17/+71