aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18scsi: cxlflash: Isolate external module dependenciesUma Krishnan7-7/+16
2018-05-18scsi: cxlflash: Abstract hardware dependent assignmentsUma Krishnan2-5/+17
2018-05-18scsi: cxlflash: Add include guards to backend.hUma Krishnan1-0/+5
2018-05-18scsi: cxlflash: Use local mutex for AFU serializationMatthew R. Ochs2-3/+4
2018-05-18scsi: cxlflash: Acquire semaphore before invoking ioctl servicesUma Krishnan1-0/+6
2018-05-18scsi: cxlflash: Limit the debug logs in the IO pathUma Krishnan1-2/+2
2018-05-18scsi: cxlflash: Yield to active send threadsUma Krishnan1-0/+2
2018-04-18scsi: cxlflash: Handle spurious interruptsUma Krishnan2-0/+12
2018-04-18scsi: cxlflash: Remove commmands from pending list on timeoutUma Krishnan1-0/+14
2018-04-18scsi: cxlflash: Synchronize reset and remove opsUma Krishnan1-3/+3
2018-04-18scsi: cxlflash: Enable OCXL operationsUma Krishnan2-2/+8
2018-04-18scsi: cxlflash: Support AFU resetUma Krishnan1-0/+17
2018-04-18scsi: cxlflash: Register for translation errorsUma Krishnan2-2/+33
2018-04-18scsi: cxlflash: Introduce OCXL context state machineUma Krishnan2-3/+64
2018-04-18scsi: cxlflash: Update synchronous interrupt status bitsUma Krishnan1-14/+21
2018-04-18scsi: cxlflash: Setup LISNs for master contextsUma Krishnan1-0/+21
2018-04-18scsi: cxlflash: Setup LISNs for user contextsUma Krishnan3-0/+24
2018-04-18scsi: cxlflash: Introduce object handle fopUma Krishnan3-0/+26
2018-04-18scsi: cxlflash: Support file descriptor mappingUma Krishnan1-0/+26
2018-04-18scsi: cxlflash: Support adapter context mmap and releaseUma Krishnan1-0/+72
2018-04-18scsi: cxlflash: Support adapter context readingUma Krishnan1-0/+94
2018-04-18scsi: cxlflash: Support adapter context pollingUma Krishnan2-2/+57
2018-04-18scsi: cxlflash: Support starting user contextsUma Krishnan2-2/+100
2018-04-18scsi: cxlflash: Support AFU interrupt mapping and registrationUma Krishnan2-0/+122
2018-04-18scsi: cxlflash: Support AFU interrupt managementUma Krishnan2-0/+114
2018-04-18scsi: cxlflash: Support process element lifecycleUma Krishnan1-2/+50
2018-04-18scsi: cxlflash: Setup OCXL transaction layerUma Krishnan1-0/+10
2018-04-18scsi: cxlflash: Setup function OCXL linkUma Krishnan2-3/+23
2018-04-18scsi: cxlflash: Support reading adapter VPD dataUma Krishnan1-0/+15
2018-04-18scsi: cxlflash: Support AFU state togglingUma Krishnan1-0/+9
2018-04-18scsi: cxlflash: Support process specific mappingsUma Krishnan1-0/+24
2018-04-18scsi: cxlflash: Support starting an adapter contextUma Krishnan2-0/+42
2018-04-18scsi: cxlflash: MMIO map the AFUUma Krishnan2-1/+77
2018-04-18scsi: cxlflash: Support image reload policy modificationUma Krishnan2-0/+14
2018-04-18scsi: cxlflash: Support adapter context discoveryUma Krishnan1-0/+26
2018-04-18scsi: cxlflash: Support adapter file descriptors for OCXLUma Krishnan2-0/+201
2018-04-18scsi: cxlflash: Use IDR to manage adapter contextsUma Krishnan2-2/+21
2018-04-18scsi: cxlflash: Adapter context support for OCXLUma Krishnan2-0/+96
2018-04-18scsi: cxlflash: Setup AFU PASIDUma Krishnan2-0/+4
2018-04-18scsi: cxlflash: Setup AFU acTag rangeUma Krishnan2-0/+15
2018-04-18scsi: cxlflash: Read host AFU configurationUma Krishnan2-0/+39
2018-04-18scsi: cxlflash: Setup function acTag rangeUma Krishnan2-0/+18
2018-04-18scsi: cxlflash: Read host function configurationUma Krishnan2-0/+48
2018-04-18scsi: cxlflash: Hardware AFU for OCXLUma Krishnan5-2/+73
2018-04-18scsi: cxlflash: Introduce OCXL backendUma Krishnan4-2/+25
2018-04-18scsi: cxlflash: Add argument identifier namesUma Krishnan2-24/+27
2018-04-18scsi: cxlflash: Avoid clobbering context control register valueMatthew R. Ochs2-1/+5
2018-04-18scsi: cxlflash: Preserve number of interrupts for master contextsUma Krishnan2-3/+9
2018-01-10scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs6-78/+263
2018-01-10scsi: cxlflash: Adapter context init can return errorUma Krishnan1-1/+1