summaryrefslogtreecommitdiff
path: root/drivers/scsi/cxlflash/main.c
AgeCommit message (Expand)Author
2024-04-08scsi: cxlflash: Fix function pointer cast warningsArnd Bergmann
2024-03-10scsi: cxlflash: Make cxlflash_class constantRicardo B. Marliere
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-11-30driver core: fix up missed scsi/cxlflash class.devnode() conversion.Stephen Rothwell
2022-09-06scsi: cxlflash: Drop DID_ALLOC_FAILURE useMike Christie
2021-10-16scsi: cxlflash: Switch to attribute groupsBart Van Assche
2021-10-16scsi: cxlflash: Call scsi_done() directlyBart Van Assche
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-24scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-11scsi: cxlflash: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit
2021-03-18scsi: cxlflash: Fix a little doc-rotLee Jones
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-09scsi: cxlflash: Remove an unnecessary NULL checkDan Carpenter
2020-05-19scsi: cxlflash: Fix error return code in cxlflash_probe()Wei Yongjun
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