summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/myrs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* scsi: myrs: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2024-08-231-4/+2
* scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-231-1/+2
* scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann2024-04-021-12/+12
* scsi: myrs: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
* scsi: myrs: Fix crash in error caseTong Zhang2022-01-251-1/+2
* scsi: myrs: Don't use GFP_DMAChristoph Hellwig2021-12-231-6/+4
* scsi: myrs: Switch to attribute groupsBart Van Assche2021-10-171-18/+22
* scsi: myrs: Call scsi_done() directlyBart Van Assche2021-10-171-5/+5
* scsi: myrs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-5/+6
* scsi: core: Introduce scsi_build_sense()Hannes Reinecke2021-06-011-7/+2
* scsi: myrs: Remove unused functionsBart Van Assche2021-04-161-99/+0
* Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-061-1/+1
|\
| * scsi: myrs: Fix a double free in myrs_cleanup()Lv Yunlong2021-03-161-1/+1
* | scsi: myrs: Make symbols DAC960_{GEM/BA/LP}_privdata staticShixin Liu2021-03-301-3/+3
* | scsi: myrs: Add missing ':' to make the kernel-doc checker happyLee Jones2021-03-191-3/+3
* | scsi: myrs: Remove a couple of unused 'status' variablesLee Jones2021-03-161-4/+2
|/
* scsi: myrs: Remove WARN_ON(in_interrupt())Ahmed S. Darwish2020-12-011-1/+0
* scsi: myrs: Make some symbols staticJason Yan2020-09-161-4/+4
* scsi: myrs: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-151-17/+17
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* scsi: myrs: Fix uninitialized variableYueHaibing2019-05-201-1/+1
* scsi: myrs: avoid stack overflow warningArnd Bergmann2018-11-061-5/+8
* scsi: myrs: Fix the processor absent message in processor_show()Dan Carpenter2018-10-201-2/+2
* scsi: myrs: Fix a logical vs bitwise bugDan Carpenter2018-10-201-1/+1
* scsi: myrs: fix build failure on 32 bitJames Bottomley2018-10-201-3/+4
* scsi: myrs: Add Mylex RAID controller (SCSI interface)Hannes Reinecke2018-10-181-0/+3267