aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-10scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs4-11/+10
2018-01-10scsi: cxlflash: Explicitly cache number of interrupts per contextMatthew R. Ochs2-5/+10
2018-01-10scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan4-30/+29
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: Derive pid through accessorsMatthew R. Ochs1-3/+3
2017-10-31scsi: cxlflash: Allow cards without WWPN VPD to configureMatthew R. Ochs2-8/+19
2017-10-31scsi: cxlflash: Use derived maximum write same lengthMatthew R. Ochs2-5/+4
2017-10-17cxlflash: get rid of pointless access_ok()Al Viro1-6/+0
2017-08-25scsi: cxlflash: Fix vlun resize failure in the shrink pathUma Krishnan1-5/+1
2017-08-25scsi: cxlflash: Avoid double mutex unlockMatthew R. Ochs1-3/+10
2017-08-25scsi: cxlflash: Remove unnecessary existence checkMatthew R. Ochs1-2/+1
2017-08-24scsi: cxlflash: Fix an error handling path in 'cxlflash_disk_attach()'Christophe JAILLET1-0/+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. Ochs2-3/+10
2017-06-26scsi: cxlflash: Support WS16 unmapMatthew R. Ochs4-0/+15
2017-06-26scsi: cxlflash: Support AFU debugMatthew R. Ochs4-0/+104
2017-06-26scsi: cxlflash: Support LUN provisioningMatthew R. Ochs4-4/+135
2017-06-26scsi: cxlflash: Refactor AFU capability checkingMatthew R. Ochs1-4/+4
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. Ochs2-28/+53