index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
pm8001
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-15
scsi: pm80xx: Remove global lock from outbound queue processing
Viswas G
3
-5
/
+9
2021-04-15
scsi: pm80xx: Reset PI and CI memory during re-initialization
Viswas G
2
-0
/
+4
2021-04-15
scsi: pm80xx: Completing pending I/O after fatal error
Ruksar Devadi
6
-7
/
+65
2021-04-15
scsi: pm80xx: Add sysfs attribute to track iop1 count
Vishakha Channapattan
1
-0
/
+23
2021-04-15
scsi: pm80xx: Add sysfs attribute to track iop0 count
Vishakha Channapattan
1
-0
/
+22
2021-04-15
scsi: pm80xx: Add sysfs attribute to track RAAE count
Vishakha Channapattan
1
-0
/
+22
2021-04-15
scsi: pm80xx: Add sysfs attribute to check controller hmi error
Vishakha Channapattan
1
-0
/
+22
2021-04-15
scsi: pm80xx: Add sysfs attribute to check MPI state
Vishakha Channapattan
1
-1
/
+31
2021-04-12
scsi: pm8001: Clean up open braces
Luo Jiaxing
1
-4
/
+2
2021-04-12
scsi: pm8001: Clean up white space
Luo Jiaxing
6
-36
/
+39
2021-04-12
scsi: pm80xx: Fix potential infinite loop
Colin Ian King
1
-1
/
+1
2021-04-12
scsi: pm80xx: Remove busy wait from mpi_uninit_check()
Igor Pylypiv
1
-5
/
+5
2021-04-12
scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()
Igor Pylypiv
1
-2
/
+2
2021-04-12
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
1
-4
/
+4
2021-04-05
scsi: pm80xx: Fix chip initialization failure
Viswas G
1
-4
/
+4
2021-03-24
scsi: pm8001: Avoid -Wrestrict warning
Arnd Bergmann
1
-1
/
+5
2021-03-15
scsi: pm8001: Fix a bunch of doc-rotted function headers
Lee Jones
1
-9
/
+9
2021-03-15
scsi: pm8001: Fix some misnamed function descriptions
Lee Jones
1
-4
/
+4
2021-03-15
scsi: pm8001: Fix incorrectly named functions in headers
Lee Jones
1
-2
/
+2
2021-03-15
scsi: pm8001: Provide function name 'pm8001_I_T_nexus_reset()' in header
Lee Jones
1
-0
/
+1
2021-03-15
scsi: pm8001: Provide function name and fix a misspelling
Lee Jones
1
-2
/
+2
2021-03-09
scsi: pm80xx: Replace magic numbers with device state defines
Igor Pylypiv
1
-4
/
+4
2021-03-09
scsi: pm80xx: Remove list entry from pm8001_ccb_info
Igor Pylypiv
1
-1
/
+0
2021-01-22
scsi: pm80xx: Switch back to original libsas event notifiers
Ahmed S. Darwish
3
-41
/
+36
2021-01-22
scsi: pm80xx: Pass gfp_t flags to libsas event notifiers
Ahmed S. Darwish
3
-38
/
+65
2021-01-22
scsi: libsas: Remove notifier indirection
John Garry
3
-46
/
+36
2021-01-20
scsi: pm80xx: Switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-4
/
+5
2021-01-20
scsi: pm80xx: Clean up indentation of a code block
Colin Ian King
1
-19
/
+15
2021-01-13
scsi: pm80xx: Log SATA IOMB completion status on failure
Vishakha Channapattan
1
-5
/
+8
2021-01-13
scsi: pm80xx: Simultaneous poll for all FW readiness
Bhavesh Jashnani
1
-57
/
+23
2021-01-13
scsi: pm80xx: Fix driver fatal dump failure
Viswas G
1
-5
/
+9
2021-01-13
scsi: pm80xx: Fix missing tag_free in NVMD DATA req
akshatzen
1
-4
/
+10
2021-01-13
scsi: pm80xx: Check main config table address
akshatzen
2
-6
/
+58
2021-01-13
scsi: pm80xx: Check for fatal error
akshatzen
5
-0
/
+61
2021-01-13
scsi: pm80xx: Do not busy wait in MPI init check
akshatzen
2
-5
/
+5
2020-12-07
scsi: pm80xx: Fix error return in pm8001_pci_probe()
Zhang Qilong
1
-1
/
+2
2020-12-01
scsi: pm80xx: Do not sleep in atomic context
Ahmed S. Darwish
1
-1
/
+1
2020-11-30
scsi: pm8001: Remove space in a debug message
Colin Ian King
1
-1
/
+1
2020-11-30
scsi: pm8001: Fix misindentation
Joe Perches
1
-10
/
+10
2020-11-30
scsi: pm8001: Convert pm8001_printk() to pm8001_info()
Joe Perches
3
-6
/
+6
2020-11-25
scsi: pm_8001: Use generic power management
Vaibhav Gupta
1
-29
/
+17
2020-11-25
scsi: pm_8001: Drop PCI Wakeup calls from .resume
Vaibhav Gupta
1
-1
/
+0
2020-11-23
scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk() explicit
Joe Perches
3
-11
/
+10
2020-11-23
scsi: pm8001: Neaten debug logging macros and uses
Joe Perches
6
-1887
/
+1354
2020-11-23
scsi: pm8001: Remove typecast for pointer returned by kcalloc()
Xu Wang
1
-1
/
+1
2020-11-16
scsi: pm8001: Remove unused variable 'value'
Lee Jones
1
-2
/
+2
2020-11-10
scsi: pm8001: pm8001_sas: Fix strncpy() warning when space is not left for NUL
Lee Jones
1
-1
/
+1
2020-11-04
scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race condition
yuuzheng
1
-1
/
+6
2020-11-04
scsi: pm80xx: Avoid busywait in FW ready check
akshatzen
2
-10
/
+17
2020-11-04
scsi: pm80xx: Make running_req atomic
Viswas G
5
-27
/
+147
[next]