index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
pm8001
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: pm8001: Remove PM8001_READ_VPD
Damien Le Moal
2023-09-21
2
-25
/
+28
*
scsi: pm8001: Remove PM8001_USE_TASKLET
Damien Le Moal
2023-09-21
2
-22
/
+21
*
scsi: pm8001: Remove PM8001_USE_MSIX
Damien Le Moal
2023-09-21
4
-55
/
+67
*
scsi: pm8001: Remove pm80xx_chip_intx_interrupt_enable/disable()
Damien Le Moal
2023-09-21
1
-26
/
+5
*
scsi: pm8001: Simplify pm8001_chip_interrupt_enable/disable()
Damien Le Moal
2023-09-21
1
-63
/
+6
*
scsi: pm8001: Introduce pm8001_handle_irq()
Damien Le Moal
2023-09-21
1
-28
/
+22
*
scsi: pm8001: Introduce pm8001_kill_tasklet()
Damien Le Moal
2023-09-21
1
-21
/
+19
*
scsi: pm8001: Introduce pm8001_init_tasklet()
Damien Le Moal
2023-09-21
1
-24
/
+27
*
scsi: pm8001: Introduce pm8001_free_irq()
Damien Le Moal
2023-09-21
1
-21
/
+28
*
scsi: pm8001: Setup IRQs on resume
Damien Le Moal
2023-09-13
1
-34
/
+17
*
scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...
Michal Grzedzicki
2023-09-13
1
-0
/
+2
*
scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command
Michal Grzedzicki
2023-09-13
2
-2
/
+2
*
Merge branch 'fixes' into misc
James Bottomley
2023-09-02
1
-1
/
+2
|
\
|
*
scsi: pm80xx: Fix error return code in pm8001_pci_probe()
Yang Yingliang
2023-07-25
1
-1
/
+2
*
|
Merge patch series "libsas: Some tidy-up"
Martin K. Petersen
2023-08-24
3
-10
/
+1
|
\
\
|
*
|
scsi: libsas: Delete sas_ssp_task.task_prio
John Garry
2023-08-21
2
-2
/
+0
|
*
|
scsi: libsas: Delete sas_ssp_task.enable_first_burst
John Garry
2023-08-21
2
-4
/
+0
|
*
|
scsi: libsas: Delete struct scsi_core
John Garry
2023-08-21
1
-1
/
+1
|
*
|
scsi: libsas: Delete enum sas_phy_type
John Garry
2023-08-21
1
-1
/
+0
|
*
|
scsi: libsas: Delete enum sas_class
John Garry
2023-08-21
1
-1
/
+0
|
*
|
scsi: libsas: Delete sas_ha_struct.lldd_module
John Garry
2023-08-21
1
-1
/
+0
|
|
/
*
|
Merge patch series "Returning FIS on success for CDL"
Martin K. Petersen
2023-08-24
4
-18
/
+19
|
\
\
|
*
|
scsi: pm80xx: Set RETFIS when requested by libsas
Igor Pylypiv
2023-08-21
4
-18
/
+19
|
|
/
*
/
scsi: pm8001: Remove unused declarations
Yue Haibing
2023-08-21
1
-2
/
+0
|
/
*
scsi: pm80xx: Add fatal error checks
Changyuan Lyu
2023-05-31
1
-0
/
+22
*
scsi: pm80xx: Add GET_NVMD timeout during probe
Changyuan Lyu
2023-05-08
1
-7
/
+22
*
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
2
-2
/
+2
*
scsi: pm80xx: Log some HW events by default
Akshat Jain
2023-05-08
3
-26
/
+50
*
scsi: pm80xx: Log device registration
Akshat Jain
2023-04-24
1
-3
/
+4
*
scsi: pcmcia-pm8001: Declare SCSI host template const
Bart Van Assche
2023-03-24
1
-1
/
+1
*
scsi: pm8001: Use sysfs_emit() in show function callbacks
Deepak R Varma
2023-01-11
1
-25
/
+21
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-12-14
5
-391
/
+81
|
\
|
*
scsi: pm8001: Drop !task check in pm8001_abort_task()
John Garry
2022-10-27
1
-1
/
+1
|
*
scsi: pm80xx: Remove unused reset_in_progress flag logic
Igor Pylypiv
2022-10-22
2
-5
/
+0
|
*
scsi: pm8001: Use sas_task_find_rq() for tagging
John Garry
2022-10-22
4
-31
/
+24
|
*
scsi: pm8001: Remove pm8001_tag_init()
Igor Pylypiv
2022-10-22
3
-10
/
+0
|
*
scsi: pm8001: Use sas_find_attached_phy_id() instead of open coding it
Jason Yan
2022-10-18
1
-12
/
+6
|
*
scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errors
John Garry
2022-10-18
4
-326
/
+19
|
*
scsi: pm8001: Modify task abort handling for SATA task
John Garry
2022-10-18
3
-6
/
+31
*
|
scsi: pm80xx: Display proc_name in sysfs
Igor Pylypiv
2022-10-22
1
-0
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-10-07
2
-1
/
+5
|
\
|
*
scsi: pm8001: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2022-09-25
1
-1
/
+1
|
*
scsi: pm8001: Fix running_req for internal abort commands
John Garry
2022-09-25
1
-0
/
+4
*
|
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
2022-08-22
1
-1
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-08-13
1
-1
/
+1
|
\
|
*
scsi: pm8001: Fix typo 'the the' in comment
Slark Xiao
2022-08-01
1
-1
/
+1
[next]