| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-13 | scsi: switch ->bios_param() to passing gendisk | Al Viro | 1 | -1/+1 |
| 2024-12-04 | scsi: Convert SCSI drivers to .sdev_configure() | Bart Van Assche | 1 | -2/+3 |
| 2023-08-24 | scsi: core: Improve type safety of scsi_rescan_device() | Bart Van Assche | 1 | -1/+1 |
| 2023-08-21 | scsi: mvumi: Use pci_dev_id() to simplify the code | Jialin Zhang | 1 | -1/+1 |
| 2023-03-24 | scsi: mvumi: Declare SCSI host template const | Bart Van Assche | 1 | -1/+1 |
| 2023-01-12 | scsi: mvumi: Replace 1-element arrays with flexible array members | Kees Cook | 1 | -2/+2 |
| 2022-10-22 | scsi: core: Change the return type of .eh_timed_out() | Bart Van Assche | 1 | -2/+2 |
| 2022-02-22 | scsi: mvumi: Stop using the SCSI pointer | Bart Van Assche | 1 | -4/+5 |
| 2021-10-16 | scsi: mvumi: Call scsi_done() directly | Bart Van Assche | 1 | -2/+2 |
| 2021-08-11 | scsi: mvumi: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -1/+1 |
| 2021-05-31 | scsi: core: Do not use DRIVER_INVALID | Hannes Reinecke | 1 | -2/+2 |
| 2021-05-31 | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 1 | -1/+0 |
| 2021-05-31 | scsi: core: Introduce scsi_build_sense() | Hannes Reinecke | 1 | -4/+1 |
| 2021-03-18 | scsi: mvumi: Fix formatting and doc-rot issues | Lee Jones | 1 | -2/+3 |
| 2021-03-18 | scsi: mvumi: Use true and false for bool variable | Jiapeng Chong | 1 | -2/+2 |
| 2020-11-25 | scsi: mvumi: Update function description | Vaibhav Gupta | 1 | -1/+1 |
| 2020-11-25 | scsi: mvumi: Use generic power management | Vaibhav Gupta | 1 | -37/+9 |
| 2020-11-25 | scsi: mvumi: Drop PCI Wakeup calls from .resume | Vaibhav Gupta | 1 | -1/+0 |
| 2020-10-26 | scsi: Remove unneeded break statements | Tom Rix | 1 | -1/+0 |
| 2020-10-02 | scsi: mvumi: Fix error return in mvumi_io_attach() | Jing Xiangfeng | 1 | -0/+1 |
| 2019-07-11 | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -6/+5 |
| 2019-06-20 | scsi: mvumi: use sg helper to iterate over scatterlist | Ming Lei | 1 | -6/+5 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 | Thomas Gleixner | 1 | -17/+1 |
| 2019-03-19 | scsi: mvumi: Stop using plain integer as NULL pointer | YueHaibing | 1 | -3/+3 |
| 2019-03-09 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+2 |
| 2019-02-27 | scsi: mvumi: use request tag instead of serial_number | Hannes Reinecke | 1 | -3/+2 |
| 2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 1 | -4/+5 |
| 2018-12-18 | scsi: remove the use_clustering flag | Christoph Hellwig | 1 | -1/+1 |
| 2018-12-18 | scsi: make sure all drivers set the use_clustering flag | Christoph Hellwig | 1 | -0/+1 |
| 2018-11-15 | scsi: mvumi: use dma_set_mask | Christoph Hellwig | 1 | -1/+1 |
| 2018-10-17 | scsi: mvumi: switch to generic DMA API | Christoph Hellwig | 1 | -53/+36 |
| 2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -19/+1 |
| 2018-05-29 | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig | 1 | -1/+1 |
| 2018-04-20 | scsi: mvumi: Using module_pci_driver | YueHaibing | 1 | -19/+1 |
| 2017-04-24 | scsi: mvumi: remove code handling zero scsi_sg_count(scmd) case | Alexey Khoroshilov | 1 | -59/+26 |
| 2017-02-06 | scsi: mvumi: remove fake transport template | Christoph Hellwig | 1 | -5/+1 |
| 2016-03-05 | scsi: mvumi: use __maybe_unused to hide pm functions | Arnd Bergmann | 1 | -2/+2 |
| 2015-11-11 | mvumi: 64bit value for seconds_since1970 | Tina Ruchandani | 1 | -5/+5 |
| 2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
| 2014-08-08 | scsi: use pci_zalloc_consistent | Joe Perches | 1 | -6/+3 |
| 2013-10-14 | SCSI: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -2/+0 |
| 2013-04-15 | [SCSI] mvumi: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4b | Myron Stowe | 1 | -2/+2 |
| 2013-01-03 | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -3/+2 |
| 2012-10-07 | [SCSI] mvumi: Add support for Marvell SAS/SATA RAID-on-Chip(ROC) 88RC9580 | Shun Fu | 1 | -177/+916 |
| 2012-09-01 | scsi: fix various printk and comment typos | Masanari Iida | 1 | -3/+3 |
| 2011-08-27 | [SCSI] mvumi: Add Marvell UMI driver | Jianyun Li | 1 | -0/+2018 |