summaryrefslogtreecommitdiff
path: root/drivers/scsi/cxlflash/main.c
AgeCommit message (Expand)Author
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-10-22scsi: cxlflash: remove set but not used variable 'ioarcb'YueHaibing
2019-07-30scsi: cxlflash: Mark expected switch fall-throughsGustavo A. R. Silva
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor
2019-02-04scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-11-07scsi: kill off the legacy IO pathJens Axboe
2018-05-18scsi: cxlflash: Isolate external module dependenciesUma Krishnan
2018-05-18scsi: cxlflash: Abstract hardware dependent assignmentsUma Krishnan
2018-05-18scsi: cxlflash: Use local mutex for AFU serializationMatthew R. Ochs
2018-05-18scsi: cxlflash: Limit the debug logs in the IO pathUma Krishnan
2018-05-18scsi: cxlflash: Yield to active send threadsUma Krishnan
2018-04-18scsi: cxlflash: Handle spurious interruptsUma Krishnan
2018-04-18scsi: cxlflash: Remove commmands from pending list on timeoutUma Krishnan
2018-04-18scsi: cxlflash: Synchronize reset and remove opsUma Krishnan
2018-04-18scsi: cxlflash: Enable OCXL operationsUma Krishnan
2018-04-18scsi: cxlflash: Setup LISNs for master contextsUma Krishnan
2018-04-18scsi: cxlflash: Hardware AFU for OCXLUma Krishnan
2018-04-18scsi: cxlflash: Avoid clobbering context control register valueMatthew R. Ochs
2018-04-18scsi: cxlflash: Preserve number of interrupts for master contextsUma Krishnan
2018-01-10scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs
2018-01-10scsi: cxlflash: Adapter context init can return errorUma Krishnan
2018-01-10scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs
2018-01-10scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan
2018-01-10scsi: cxlflash: Reset command ioascUma Krishnan
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-10-31scsi: cxlflash: Allow cards without WWPN VPD to configureMatthew R. Ochs
2017-10-17cxlflash: get rid of pointless access_ok()Al Viro
2017-08-25scsi: cxlflash: Remove unnecessary existence checkMatthew R. Ochs
2017-07-12scsi: cxlflash: return -EFAULT if copy_from_user() failsDan Carpenter
2017-07-01scsi: cxlflash: Update debug prints in reset handlersMatthew R. Ochs
2017-07-01scsi: cxlflash: Update send_tmf() parametersMatthew R. Ochs
2017-07-01scsi: cxlflash: Avoid double free of character deviceMatthew R. Ochs
2017-06-26scsi: cxlflash: Update TMF command processingMatthew R. Ochs
2017-06-26scsi: cxlflash: Remove zeroing of private command dataMatthew R. Ochs
2017-06-26scsi: cxlflash: Support WS16 unmapMatthew R. Ochs
2017-06-26scsi: cxlflash: Support AFU debugMatthew R. Ochs
2017-06-26scsi: cxlflash: Support LUN provisioningMatthew R. Ochs
2017-06-26scsi: cxlflash: Introduce host ioctl supportMatthew R. Ochs
2017-06-26scsi: cxlflash: Separate AFU internal command handling from AFU sync specificsMatthew R. Ochs
2017-06-26scsi: cxlflash: Create character device to provide host management interfaceUma Krishnan
2017-06-26scsi: cxlflash: Add scsi command abort handlerUma Krishnan
2017-06-26scsi: cxlflash: Flush pending commands in cleanup pathUma Krishnan
2017-06-26scsi: cxlflash: Track pending scsi commands in each hardware queueUma Krishnan
2017-06-26scsi: cxlflash: Schedule asynchronous reset of the hostUma Krishnan
2017-06-26scsi: cxlflash: Reset hardware queue context via specified registerUma Krishnan