aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18scsi: cxlflash: Isolate external module dependenciesUma Krishnan1-2/+0
2018-05-18scsi: cxlflash: Abstract hardware dependent assignmentsUma Krishnan1-5/+2
2018-05-18scsi: cxlflash: Use local mutex for AFU serializationMatthew R. Ochs1-3/+3
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 Krishnan1-0/+11
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 Krishnan1-2/+7
2018-04-18scsi: cxlflash: Setup LISNs for master contextsUma Krishnan1-0/+21
2018-04-18scsi: cxlflash: Hardware AFU for OCXLUma Krishnan1-2/+7
2018-04-18scsi: cxlflash: Avoid clobbering context control register valueMatthew R. Ochs1-1/+4
2018-04-18scsi: cxlflash: Preserve number of interrupts for master contextsUma Krishnan1-3/+8
2018-01-10scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs1-49/+30
2018-01-10scsi: cxlflash: Adapter context init can return errorUma Krishnan1-1/+1
2018-01-10scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs1-3/+1
2018-01-10scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan1-19/+19
2018-01-10scsi: cxlflash: Reset command ioascUma Krishnan1-0/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2017-10-31scsi: cxlflash: Allow cards without WWPN VPD to configureMatthew R. Ochs1-7/+17
2017-10-17cxlflash: get rid of pointless access_ok()Al Viro1-6/+0
2017-08-25scsi: cxlflash: Remove unnecessary existence checkMatthew R. Ochs1-2/+1
2017-07-12scsi: cxlflash: return -EFAULT if copy_from_user() failsDan Carpenter1-4/+7
2017-07-01scsi: cxlflash: Update debug prints in reset handlersMatthew R. Ochs1-15/+3
2017-07-01scsi: cxlflash: Update send_tmf() parametersMatthew R. Ochs1-14/+13
2017-07-01scsi: cxlflash: Avoid double free of character deviceMatthew R. Ochs1-1/+0
2017-06-26scsi: cxlflash: Update TMF command processingMatthew R. Ochs1-21/+44
2017-06-26scsi: cxlflash: Remove zeroing of private command dataMatthew R. Ochs1-1/+1
2017-06-26scsi: cxlflash: Support WS16 unmapMatthew R. Ochs1-0/+12
2017-06-26scsi: cxlflash: Support AFU debugMatthew R. Ochs1-0/+96
2017-06-26scsi: cxlflash: Support LUN provisioningMatthew R. Ochs1-2/+105
2017-06-26scsi: cxlflash: Introduce host ioctl supportMatthew R. Ochs1-1/+120
2017-06-26scsi: cxlflash: Separate AFU internal command handling from AFU sync specificsMatthew R. Ochs1-28/+51
2017-06-26scsi: cxlflash: Create character device to provide host management interfaceUma Krishnan1-1/+206
2017-06-26scsi: cxlflash: Add scsi command abort handlerUma Krishnan1-0/+61
2017-06-26scsi: cxlflash: Flush pending commands in cleanup pathUma Krishnan1-4/+53
2017-06-26scsi: cxlflash: Track pending scsi commands in each hardware queueUma Krishnan1-0/+9
2017-06-26scsi: cxlflash: Schedule asynchronous reset of the hostUma Krishnan1-35/+102
2017-06-26scsi: cxlflash: Reset hardware queue context via specified registerUma Krishnan1-37/+46
2017-06-26scsi: cxlflash: Update cxlflash_afu_sync() to return errnoUma Krishnan1-5/+6
2017-06-26scsi: cxlflash: Combine the send queue locksUma Krishnan1-4/+5
2017-04-13scsi: cxlflash: Introduce hardware queue steeringMatthew R. Ochs1-5/+115
2017-04-13scsi: cxlflash: Add hardware queues attributeMatthew R. Ochs1-13/+99
2017-04-13scsi: cxlflash: Support multiple hardware queuesUma Krishnan1-150/+276
2017-04-13scsi: cxlflash: Improve asynchronous interrupt processingMatthew R. Ochs1-52/+42
2017-04-13scsi: cxlflash: Fix power-of-two validationsMatthew R. Ochs1-0/+1
2017-04-13scsi: cxlflash: Remove unnecessary DMA mappingMatthew R. Ochs1-13/+2
2017-04-13scsi: cxlflash: Fence EEH during probeMatthew R. Ochs1-4/+21
2017-04-13scsi: cxlflash: Support up to 4 portsMatthew R. Ochs1-1/+77
2017-04-13scsi: cxlflash: SISlite updates to support 4 portsMatthew R. Ochs1-19/+58