index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
pm8001
/
pm80xx_hwi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: pm8001: Remove PM8001_USE_MSIX
Damien Le Moal
2023-09-22
1
-19
/
+19
*
scsi: pm8001: Remove pm80xx_chip_intx_interrupt_enable/disable()
Damien Le Moal
2023-09-22
1
-26
/
+5
*
scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...
Michal Grzedzicki
2023-09-14
1
-0
/
+2
*
scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command
Michal Grzedzicki
2023-09-14
1
-1
/
+1
*
Merge patch series "libsas: Some tidy-up"
Martin K. Petersen
2023-08-25
1
-3
/
+0
|
\
|
*
scsi: libsas: Delete sas_ssp_task.task_prio
John Garry
2023-08-21
1
-1
/
+0
|
*
scsi: libsas: Delete sas_ssp_task.enable_first_burst
John Garry
2023-08-21
1
-2
/
+0
*
|
scsi: pm80xx: Set RETFIS when requested by libsas
Igor Pylypiv
2023-08-21
1
-13
/
+11
|
/
*
scsi: pm80xx: Update PHY state after hard reset
Changyuan Lyu
2023-05-08
1
-5
/
+9
*
scsi: pm80xx: Log port state during HW event
Akshat Jain
2023-05-08
1
-21
/
+22
*
scsi: pm80xx: Log phy_id and port_id in the device registration request
Akshat Jain
2023-05-08
1
-0
/
+3
*
scsi: pm80xx: Print port_id in HW events
Akshat Jain
2023-05-08
1
-25
/
+33
*
scsi: pm80xx: Enable init logging
Akshat Jain
2023-05-08
1
-1
/
+1
*
scsi: pm80xx: Log some HW events by default
Akshat Jain
2023-05-08
1
-25
/
+47
*
scsi: pm80xx: Remove unused reset_in_progress flag logic
Igor Pylypiv
2022-10-22
1
-4
/
+0
*
scsi: pm8001: Use sas_task_find_rq() for tagging
John Garry
2022-10-22
1
-16
/
+3
*
scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errors
John Garry
2022-10-18
1
-157
/
+6
*
scsi: pm8001: Modify task abort handling for SATA task
John Garry
2022-10-18
1
-4
/
+10
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-08-05
1
-9
/
+37
|
\
|
*
scsi: pm8001: Expose hardware queues for pm80xx
John Garry
2022-06-17
1
-7
/
+28
|
*
scsi: pm8001: Set up tags before using them
John Garry
2022-06-17
1
-2
/
+9
*
|
scsi: pm80xx: Set stopped phy's linkrate to Disabled
Changyuan Lyu
2022-07-14
1
-1
/
+5
|
/
*
scsi: pm80xx: Enable upper inbound, outbound queues
Ajish Koshy
2022-04-12
1
-0
/
+11
*
scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63
Ajish Koshy
2022-04-12
1
-9
/
+13
*
scsi: pm80xx: Handle non-fatal errors
Ajish Koshy
2022-02-28
1
-6
/
+22
*
scsi: pm8001: Improve pm80XX_send_abort_all()
Damien Le Moal
2022-02-23
1
-12
/
+4
*
scsi: pm8001: Simplify pm8001_ccb_task_free()
Damien Le Moal
2022-02-23
1
-20
/
+15
*
scsi: pm8001: Simplify pm8001_mpi_build_cmd() interface
Damien Le Moal
2022-02-23
1
-66
/
+32
*
scsi: pm8001: Introduce ccb alloc/free helpers
Damien Le Moal
2022-02-23
1
-40
/
+24
*
scsi: pm8001: Fix tag leaks on error
Damien Le Moal
2022-02-23
1
-2
/
+7
*
scsi: pm8001: Fix tag values handling
Damien Le Moal
2022-02-23
1
-5
/
+0
*
scsi: pm8001: Fix pm8001_tag_alloc() failures handling
Damien Le Moal
2022-02-23
1
-5
/
+10
*
scsi: pm8001: Fix abort all task initialization
Damien Le Moal
2022-02-23
1
-0
/
+1
*
scsi: pm8001: Fix NCQ NON DATA command completion handling
Damien Le Moal
2022-02-23
1
-1
/
+2
*
scsi: pm8001: Fix NCQ NON DATA command task initialization
Damien Le Moal
2022-02-23
1
-7
/
+6
*
scsi: pm8001: Fix use of struct set_phy_profile_req fields
Damien Le Moal
2022-02-23
1
-5
/
+7
*
scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req()
Damien Le Moal
2022-02-23
1
-37
/
+45
*
scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req()
Damien Le Moal
2022-02-23
1
-16
/
+25
*
scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update()
Damien Le Moal
2022-02-23
1
-3
/
+4
*
scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config()
Damien Le Moal
2022-02-23
1
-27
/
+25
*
scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()
Damien Le Moal
2022-02-23
1
-3
/
+5
*
scsi: pm8001: Fix pm80xx_pci_mem_copy() interface
Damien Le Moal
2022-02-23
1
-5
/
+3
*
scsi: pm8001: Fix command initialization in pm80XX_send_read_log()
Damien Le Moal
2022-02-23
1
-1
/
+1
*
Merge branch '5.17/scsi-fixes' into 5.18/scsi-staging
Martin K. Petersen
2022-02-15
1
-29
/
+17
|
\
|
*
scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task
John Garry
2022-01-31
1
-2
/
+2
|
*
scsi: pm8001: Fix warning for undescribed param in process_one_iomb()
John Garry
2022-01-31
1
-0
/
+1
|
*
scsi: pm80xx: Fix double completion for SATA devices
Ajish Koshy
2022-01-31
1
-26
/
+0
|
*
scsi: pm8001: Fix bogus FW crash for maxcpus=1
John Garry
2022-01-25
1
-2
/
+14
*
|
scsi: libsas: Drop SAS_TASK_AT_INITIATOR
John Garry
2022-02-11
1
-6
/
+0
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-01-22
1
-2
/
+5
|
\
[next]