summaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001
AgeCommit message (Expand)AuthorFilesLines
2022-02-01scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_taskJohn Garry1-2/+2
2022-02-01scsi: pm8001: Fix use-after-free for aborted TMF sas_taskJohn Garry1-0/+5
2022-02-01scsi: pm8001: Fix warning for undescribed param in process_one_iomb()John Garry1-0/+1
2022-01-31scsi: pm80xx: Fix double completion for SATA devicesAjish Koshy2-44/+0
2022-01-25scsi: pm8001: Fix bogus FW crash for maxcpus=1John Garry2-3/+19
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-3/+14
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-59/+186
2022-01-05scsi: pm80xx: Port reset timeout error handling correctionAjish Koshy3-3/+14
2021-12-17Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen1-4/+2
2021-12-14scsi: pm8001: Fix phys_to_virt() usage on dma_addr_tJohn Garry1-17/+21
2021-12-03scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()Igor Pylypiv1-4/+2
2021-11-30scsi: pm8001: Fix kernel-doc warningsBart Van Assche1-12/+12
2021-11-19scsi: pm80xx: Add pm80xx_mpi_build_cmd() tracepointChangyuan Lyu2-0/+33
2021-11-19scsi: pm80xx: Add tracepointsChangyuan Lyu5-2/+123
2021-11-19scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocationIgor Pylypiv1-2/+2
2021-11-19scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()Igor Pylypiv1-1/+3
2021-11-19scsi: pm80xx: Do not check the address-of value for NULLIgor Pylypiv2-41/+12
2021-11-19scsi: pm80xx: Apply byte mask for phy ID in mpi_phy_start_resp()Igor Pylypiv1-1/+1
2021-10-17scsi: pm8001: Switch to attribute groupsBart Van Assche3-30/+38
2021-10-05scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()Igor Pylypiv1-1/+1
2021-10-05scsi: pm80xx: Replace open coded check with dev_is_expander()Igor Pylypiv2-4/+2
2021-09-15scsi: pm80xx: Fix memory leak during rmmodAjish Koshy2-0/+12
2021-09-15scsi: pm80xx: Correct inbound and outbound queue loggingViswas G1-2/+4
2021-09-15scsi: pm80xx: Fix lockup in outbound queue managementAjish Koshy2-11/+45
2021-09-15scsi: pm80xx: Fix incorrect port value when registering a deviceAjish Koshy5-2/+30
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-17/+15
2021-08-10scsi: pm8001: Remove redundant initialization of variable 'rv'Colin Ian King1-1/+1
2021-07-29scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv1-17/+15
2021-07-13scsi: pm8001: Clean up kernel-doc and commentsRandy Dunlap5-89/+97
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-21/+19
2021-06-23scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+1
2021-06-16scsi: pm8001: Remove unnecessary OOM messageZhen Lei1-4/+2
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche3-17/+17
2021-05-16scsi: pm80xx: Fix drives missing during rmmod/insmod loopAjish Koshy4-12/+19
2021-04-16scsi: pm80xx: Remove global lock from outbound queue processingViswas G3-5/+9
2021-04-16scsi: pm80xx: Reset PI and CI memory during re-initializationViswas G2-0/+4
2021-04-16scsi: pm80xx: Completing pending I/O after fatal errorRuksar Devadi6-7/+65
2021-04-16scsi: pm80xx: Add sysfs attribute to track iop1 countVishakha Channapattan1-0/+23
2021-04-16scsi: pm80xx: Add sysfs attribute to track iop0 countVishakha Channapattan1-0/+22
2021-04-16scsi: pm80xx: Add sysfs attribute to track RAAE countVishakha Channapattan1-0/+22
2021-04-16scsi: pm80xx: Add sysfs attribute to check controller hmi errorVishakha Channapattan1-0/+22
2021-04-16scsi: pm80xx: Add sysfs attribute to check MPI stateVishakha Channapattan1-1/+31
2021-04-13scsi: pm8001: Clean up open bracesLuo Jiaxing1-4/+2
2021-04-13scsi: pm8001: Clean up white spaceLuo Jiaxing6-36/+39
2021-04-13scsi: pm80xx: Fix potential infinite loopColin Ian King1-1/+1
2021-04-13scsi: pm80xx: Remove busy wait from mpi_uninit_check()Igor Pylypiv1-5/+5
2021-04-13scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()Igor Pylypiv1-2/+2
2021-04-13Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-4/+4
2021-04-06scsi: pm80xx: Fix chip initialization failureViswas G1-4/+4