aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-24cxl: Remove support for "Processing accelerators" classFrederic Barrat1-2/+0
2017-11-23cxl: Check if vphb exists before iterating over AFU devicesVaibhav Jain1-2/+10
2017-11-06cxl: Rework the implementation of cxl_stop_trace_psl9()Vaibhav Jain1-0/+38
2017-10-13cxl: Dump PSL_FIR register on PSL9 error irqVaibhav Jain1-1/+2
2017-10-06cxl: Add support for POWER9 DD2Christophe Lombard1-23/+24
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-07-03cxl: Export library to support IBM XSLChristophe Lombard1-14/+27
2017-06-23cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard1-7/+4
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-58/+351
2017-05-02cxl: Route eeh events to all drivers in cxl_pci_error_detected()Vaibhav Jain1-6/+9
2017-05-02cxl: Force context lock during EEH flowVaibhav Jain1-2/+17
2017-04-19cxl: Enable PCI device IDs for future IBM CXL adaptersMatthew R. Ochs1-0/+2
2017-04-13cxl: Add psl9 specific codeChristophe Lombard1-17/+242
2017-04-13cxl: Isolate few psl8 specific callsChristophe Lombard1-21/+43
2017-04-13cxl: Rename some psl8 specific functionsChristophe Lombard1-30/+30
2017-04-13cxl: Update implementation service layerChristophe Lombard1-15/+40
2017-04-13cxl: Read vsec perst load imageChristophe Lombard1-0/+1
2017-03-20cxl: Route eeh events to all slices for pci_channel_io_perm_failure stateVaibhav Jain1-7/+6
2017-02-21cxl: fix nested locking hang during EEH hotplugAndrew Donnellan1-2/+9
2017-01-25cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan1-0/+2
2017-01-25cxl: Force psl data-cache flush during device shutdownVaibhav Jain1-0/+3
2016-11-18cxl: Fix error handling in _cxl_pci_associate_default_context()Christophe Jaillet1-1/+1
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain1-0/+2
2016-10-04cxl: Flush PSL cache before resetting the adapterFrederic Barrat1-0/+3
2016-09-13cxl: Fix informational messageFrederic Barrat1-2/+2
2016-08-10cxl: Set psl_fir_cntl to production environment valueFrederic Barrat1-3/+6
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan1-1/+2
2016-07-14cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsAndrew Donnellan1-18/+218
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie1-0/+1
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie1-0/+3
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie1-0/+3
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-08cxl: Ignore CAPI adapters misplaced in switched slotsPhilippe Bergheaud1-0/+29
2016-07-08cxl: Fix bug where AFU disable operation had no effectIan Munsie1-0/+1
2016-07-08cxl: Fix allowing bogus AFU descriptors with 0 maximum processesIan Munsie1-0/+15
2016-06-16cxl: Add support for CAPP DMA modeIan Munsie1-1/+3
2016-06-16cxl: Abstract the differences between the PSL and XSLFrederic Barrat1-24/+128
2016-04-22cxl: Increase timeout for detection of AFU mmio hangFrederic Barrat1-1/+3
2016-04-22cxl: Allow initialization on timebase sync failuresFrederic Barrat1-9/+12
2016-04-11cxl: Configure the PSL for two CAPI ports on POWER8NVLPhilippe Bergheaud1-1/+40
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-150/+117
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2016-03-09cxl: Ignore probes for virtual afu pci devicesVaibhav Jain1-0/+5
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat1-3/+6
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard1-38/+57
2016-03-09cxl: Rename some bare-metal specific functionsFrederic Barrat1-38/+40
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-7/+9
2016-03-09cxl: Move bare-metal specific code to specialized filesFrederic Barrat1-18/+0
2016-03-09cxl: Move common code away from bare-metal-specific filesChristophe Lombard1-47/+1