summaryrefslogtreecommitdiff
path: root/drivers/scsi/cxlflash
AgeCommit message (Expand)AuthorFilesLines
2018-04-19scsi: cxlflash: Setup LISNs for user contextsUma Krishnan3-0/+24
2018-04-19scsi: cxlflash: Introduce object handle fopUma Krishnan3-0/+26
2018-04-19scsi: cxlflash: Support file descriptor mappingUma Krishnan1-0/+26
2018-04-19scsi: cxlflash: Support adapter context mmap and releaseUma Krishnan1-0/+72
2018-04-19scsi: cxlflash: Support adapter context readingUma Krishnan1-0/+94
2018-04-19scsi: cxlflash: Support adapter context pollingUma Krishnan2-2/+57
2018-04-19scsi: cxlflash: Support starting user contextsUma Krishnan2-2/+100
2018-04-19scsi: cxlflash: Support AFU interrupt mapping and registrationUma Krishnan2-0/+122
2018-04-19scsi: cxlflash: Support AFU interrupt managementUma Krishnan2-0/+114
2018-04-19scsi: cxlflash: Support process element lifecycleUma Krishnan1-2/+50
2018-04-19scsi: cxlflash: Setup OCXL transaction layerUma Krishnan1-0/+10
2018-04-19scsi: cxlflash: Setup function OCXL linkUma Krishnan2-3/+23
2018-04-19scsi: cxlflash: Support reading adapter VPD dataUma Krishnan1-0/+15
2018-04-19scsi: cxlflash: Support AFU state togglingUma Krishnan1-0/+9
2018-04-19scsi: cxlflash: Support process specific mappingsUma Krishnan1-0/+24
2018-04-19scsi: cxlflash: Support starting an adapter contextUma Krishnan2-0/+42
2018-04-19scsi: cxlflash: MMIO map the AFUUma Krishnan2-1/+77
2018-04-19scsi: cxlflash: Support image reload policy modificationUma Krishnan2-0/+14
2018-04-19scsi: cxlflash: Support adapter context discoveryUma Krishnan1-0/+26
2018-04-19scsi: cxlflash: Support adapter file descriptors for OCXLUma Krishnan2-0/+201
2018-04-19scsi: cxlflash: Use IDR to manage adapter contextsUma Krishnan2-2/+21
2018-04-19scsi: cxlflash: Adapter context support for OCXLUma Krishnan2-0/+96
2018-04-19scsi: cxlflash: Setup AFU PASIDUma Krishnan2-0/+4
2018-04-19scsi: cxlflash: Setup AFU acTag rangeUma Krishnan2-0/+15
2018-04-19scsi: cxlflash: Read host AFU configurationUma Krishnan2-0/+39
2018-04-19scsi: cxlflash: Setup function acTag rangeUma Krishnan2-0/+18
2018-04-19scsi: cxlflash: Read host function configurationUma Krishnan2-0/+48
2018-04-19scsi: cxlflash: Hardware AFU for OCXLUma Krishnan5-2/+73
2018-04-19scsi: cxlflash: Introduce OCXL backendUma Krishnan4-2/+25
2018-04-19scsi: cxlflash: Add argument identifier namesUma Krishnan2-24/+27
2018-04-19scsi: cxlflash: Avoid clobbering context control register valueMatthew R. Ochs2-1/+5
2018-04-19scsi: cxlflash: Preserve number of interrupts for master contextsUma Krishnan2-3/+9
2018-01-11scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs6-78/+263
2018-01-11scsi: cxlflash: Adapter context init can return errorUma Krishnan1-1/+1
2018-01-11scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs4-11/+10
2018-01-11scsi: cxlflash: Explicitly cache number of interrupts per contextMatthew R. Ochs2-5/+10
2018-01-11scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan4-30/+29
2018-01-11scsi: cxlflash: Reset command ioascUma Krishnan1-0/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus 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-26scsi: cxlflash: Fix vlun resize failure in the shrink pathUma Krishnan1-5/+1
2017-08-26scsi: cxlflash: Avoid double mutex unlockMatthew R. Ochs1-3/+10
2017-08-26scsi: cxlflash: Remove unnecessary existence checkMatthew R. Ochs1-2/+1
2017-08-25scsi: cxlflash: Fix an error handling path in 'cxlflash_disk_attach()'Christophe JAILLET1-0/+1
2017-07-13scsi: cxlflash: return -EFAULT if copy_from_user() failsDan Carpenter1-4/+7
2017-07-02scsi: cxlflash: Update debug prints in reset handlersMatthew R. Ochs1-15/+3
2017-07-02scsi: cxlflash: Update send_tmf() parametersMatthew R. Ochs1-14/+13