index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
pm8001
/
pm80xx_hwi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-22
scsi: pm80xx: Remove unused reset_in_progress flag logic
Igor Pylypiv
1
-4
/
+0
2022-10-22
scsi: pm8001: Use sas_task_find_rq() for tagging
John Garry
1
-16
/
+3
2022-10-18
scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errors
John Garry
1
-157
/
+6
2022-10-18
scsi: pm8001: Modify task abort handling for SATA task
John Garry
1
-4
/
+10
2022-08-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-9
/
+37
2022-07-14
scsi: pm80xx: Set stopped phy's linkrate to Disabled
Changyuan Lyu
1
-1
/
+5
2022-06-17
scsi: pm8001: Expose hardware queues for pm80xx
John Garry
1
-7
/
+28
2022-06-17
scsi: pm8001: Set up tags before using them
John Garry
1
-2
/
+9
2022-04-12
scsi: pm80xx: Enable upper inbound, outbound queues
Ajish Koshy
1
-0
/
+11
2022-04-12
scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63
Ajish Koshy
1
-9
/
+13
2022-02-28
scsi: pm80xx: Handle non-fatal errors
Ajish Koshy
1
-6
/
+22
2022-02-23
scsi: pm8001: Improve pm80XX_send_abort_all()
Damien Le Moal
1
-12
/
+4
2022-02-23
scsi: pm8001: Simplify pm8001_ccb_task_free()
Damien Le Moal
1
-20
/
+15
2022-02-23
scsi: pm8001: Simplify pm8001_mpi_build_cmd() interface
Damien Le Moal
1
-66
/
+32
2022-02-23
scsi: pm8001: Introduce ccb alloc/free helpers
Damien Le Moal
1
-40
/
+24
2022-02-23
scsi: pm8001: Fix tag leaks on error
Damien Le Moal
1
-2
/
+7
2022-02-23
scsi: pm8001: Fix tag values handling
Damien Le Moal
1
-5
/
+0
2022-02-23
scsi: pm8001: Fix pm8001_tag_alloc() failures handling
Damien Le Moal
1
-5
/
+10
2022-02-23
scsi: pm8001: Fix abort all task initialization
Damien Le Moal
1
-0
/
+1
2022-02-23
scsi: pm8001: Fix NCQ NON DATA command completion handling
Damien Le Moal
1
-1
/
+2
2022-02-23
scsi: pm8001: Fix NCQ NON DATA command task initialization
Damien Le Moal
1
-7
/
+6
2022-02-23
scsi: pm8001: Fix use of struct set_phy_profile_req fields
Damien Le Moal
1
-5
/
+7
2022-02-23
scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req()
Damien Le Moal
1
-37
/
+45
2022-02-23
scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req()
Damien Le Moal
1
-16
/
+25
2022-02-23
scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update()
Damien Le Moal
1
-3
/
+4
2022-02-23
scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config()
Damien Le Moal
1
-27
/
+25
2022-02-23
scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()
Damien Le Moal
1
-3
/
+5
2022-02-23
scsi: pm8001: Fix pm80xx_pci_mem_copy() interface
Damien Le Moal
1
-5
/
+3
2022-02-23
scsi: pm8001: Fix command initialization in pm80XX_send_read_log()
Damien Le Moal
1
-1
/
+1
2022-02-15
Merge branch '5.17/scsi-fixes' into 5.18/scsi-staging
Martin K. Petersen
1
-29
/
+17
2022-02-12
scsi: libsas: Drop SAS_TASK_AT_INITIATOR
John Garry
1
-6
/
+0
2022-02-01
scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task
John Garry
1
-2
/
+2
2022-02-01
scsi: pm8001: Fix warning for undescribed param in process_one_iomb()
John Garry
1
-0
/
+1
2022-01-31
scsi: pm80xx: Fix double completion for SATA devices
Ajish Koshy
1
-26
/
+0
2022-01-25
scsi: pm8001: Fix bogus FW crash for maxcpus=1
John Garry
1
-2
/
+14
2022-01-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+5
2022-01-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-22
/
+16
2022-01-05
scsi: pm80xx: Port reset timeout error handling correction
Ajish Koshy
1
-2
/
+5
2021-12-14
scsi: pm8001: Fix phys_to_virt() usage on dma_addr_t
John Garry
1
-17
/
+21
2021-11-19
scsi: pm80xx: Add tracepoints
Changyuan Lyu
1
-0
/
+7
2021-11-19
scsi: pm80xx: Do not check the address-of value for NULL
Igor Pylypiv
1
-21
/
+8
2021-11-19
scsi: pm80xx: Apply byte mask for phy ID in mpi_phy_start_resp()
Igor Pylypiv
1
-1
/
+1
2021-10-05
scsi: pm80xx: Replace open coded check with dev_is_expander()
Igor Pylypiv
1
-2
/
+1
2021-09-15
scsi: pm80xx: Fix lockup in outbound queue management
Ajish Koshy
1
-9
/
+44
2021-09-15
scsi: pm80xx: Fix incorrect port value when registering a device
Ajish Koshy
1
-1
/
+6
2021-07-13
scsi: pm8001: Clean up kernel-doc and comments
Randy Dunlap
1
-25
/
+25
2021-07-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+7
2021-06-02
scsi: libsas: Introduce more SAM status code aliases in enum exec_status
Bart Van Assche
1
-7
/
+7
2021-05-16
scsi: pm80xx: Fix drives missing during rmmod/insmod loop
Ajish Koshy
1
-6
/
+6
2021-04-16
scsi: pm80xx: Remove global lock from outbound queue processing
Viswas G
1
-2
/
+2
[next]