summaryrefslogtreecommitdiff
path: root/drivers/scsi/cxlflash
AgeCommit message (Expand)AuthorFilesLines
2024-04-08scsi: cxlflash: Fix function pointer cast warningsArnd Bergmann5-46/+38
2024-03-11scsi: cxlflash: Make cxlflash_class constantRicardo B. Marliere1-7/+10
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-12scsi: cxlflash: s/semahpore/semaphore/Geert Uytterhoeven2-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-19scsi: cxlflash: Convert to scsi_execute_cmd()Mike Christie2-32/+34
2022-11-30driver core: fix up missed scsi/cxlflash class.devnode() conversion.Stephen Rothwell1-1/+1
2022-09-07scsi: cxlflash: Drop DID_ALLOC_FAILURE useMike Christie1-1/+1
2022-07-28scsi: cxlflash: Include missing linux/irqdomain.hChristophe Leroy1-0/+1
2022-02-23scsi: cxlflash: Query write_zeroes limit for zeroingChristoph Hellwig1-2/+2
2021-10-17scsi: cxlflash: Switch to attribute groupsBart Van Assche1-18/+22
2021-10-17scsi: cxlflash: Call scsi_done() directlyBart Van Assche1-3/+3
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-28/+6
2021-08-24scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-28/+6
2021-08-12scsi: cxlflash: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-06-01scsi: core: Kill DRIVER_SENSEHannes Reinecke1-2/+1
2021-06-01scsi: core: Stop using DRIVER_ERRORHannes Reinecke1-1/+1
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-2/+1
2021-03-19scsi: cxlflash: Fix some misnaming related doc-rotLee Jones1-4/+4
2021-03-19scsi: cxlflash: Fix a few misnaming issuesLee Jones1-3/+3
2021-03-19scsi: cxlflash: Fix a little doc-rotLee Jones1-4/+4
2020-12-03ocxl: Update the Process Element EntryChristophe Lombard1-2/+4
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-13/+9
2020-08-24ocxl: Don't return trigger page when allocating an interruptFrederic Barrat1-2/+1
2020-08-24scsi: cxlflash: Access interrupt trigger page from xive directlyFrederic Barrat2-11/+8
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-20/+18
2020-06-10scsi: cxlflash: Remove an unnecessary NULL checkDan Carpenter1-3/+0
2020-05-20scsi: cxlflash: Fix error return code in cxlflash_probe()Wei Yongjun1-0/+1
2019-12-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-23scsi: cxlflash: remove set but not used variable 'ioarcb'YueHaibing1-2/+0
2019-07-30scsi: cxlflash: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+10
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-19/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner13-65/+13
2019-05-26vfs: Convert ocxlflash to use the new mount APIDavid Howells1-14/+4
2019-05-26mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-20cxlflash: don't bother with dentry_operationsAl Viro1-5/+1
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-9/+8
2019-02-09scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor3-9/+8
2019-02-05scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain1-0/+2
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-6/+0
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-6/+5
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2-11/+4
2018-08-14Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-20/+4