aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/vphb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig1-1/+1
2017-02-21cxl: fix nested locking hang during EEH hotplugAndrew Donnellan1-4/+14
2017-01-25cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan1-22/+29
2016-08-22cxl: use pcibios_free_controller_deferred() when removing vPHBsAndrew Donnellan1-1/+9
2016-08-09cxl: Fix sparse warningsAndrew Donnellan1-1/+1
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie1-2/+14
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie1-0/+11
2016-07-14cxl: Allow a default context to be associated with an external pci_devIan Munsie1-27/+3
2016-06-16cxl: Make vPHB device node match adapter'sFrederic Barrat1-11/+10
2016-03-09cxl: Ignore probes for virtual afu pci devicesVaibhav Jain1-0/+9
2016-03-09cxl: Adapter failure handlingChristophe Lombard1-1/+1
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat1-89/+65
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard1-2/+2
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-3/+3
2015-11-24cxl: use correct operator when writing pcie config space valuesAndrew Donnellan1-1/+1
2015-10-15cxl: Free virtual PHB when removingAndrew Donnellan1-0/+2
2015-09-07cxl: abort cxl_pci_enable_device_hook() if PCI channel is offlineAndrew Donnellan1-0/+6
2015-08-14cxl: EEH supportDaniel Axtens1-0/+8
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens1-0/+26
2015-07-06cxl/vphb.c: Use phb pointer after NULL checkManinder Singh1-1/+2
2015-06-07cxl: Reset default context for vPHB on releaseMichael Neuling1-0/+1
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling1-0/+269