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
/
hisi_sas
/
hisi_sas_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-20
scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_mask
John Garry
1
-1
/
+1
2020-01-20
scsi: hisi_sas: Modify the file permissions of trigger_dump to write only
Luo Jiaxing
1
-1
/
+1
2020-01-20
scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/...
Xiang Chen
1
-27
/
+21
2020-01-20
scsi: hisi_sas: use threaded irq to process CQ interrupts
Xiang Chen
1
-11
/
+11
2019-11-12
scsi: hisi_sas: Stop converting a bool into a bool
John Garry
1
-1
/
+1
2019-11-12
scsi: hisi_sas: Check sas_port before using it
Xiang Chen
1
-1
/
+2
2019-10-24
scsi: hisi_sas: Record the phy down event in debugfs
Luo Jiaxing
1
-0
/
+63
2019-10-24
scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe fails
Luo Jiaxing
1
-0
/
+1
2019-10-24
scsi: hisi_sas: Add ability to have multiple debugfs dumps
Luo Jiaxing
1
-31
/
+45
2019-10-24
scsi: hisi_sas: Add module parameter for debugfs dump count
Luo Jiaxing
1
-3
/
+13
2019-10-24
scsi: hisi_sas: Allocate memory for multiple dumps of debugfs
Luo Jiaxing
1
-48
/
+62
2019-10-24
scsi: hisi_sas: Add debugfs file structure for ITCT cache
Luo Jiaxing
1
-8
/
+8
2019-10-24
scsi: hisi_sas: Add debugfs file structure for IOST cache
Luo Jiaxing
1
-8
/
+8
2019-10-24
scsi: hisi_sas: Add debugfs file structure for ITCT
Luo Jiaxing
1
-11
/
+12
2019-10-24
scsi: hisi_sas: Add debugfs file structure for IOST
Luo Jiaxing
1
-10
/
+11
2019-10-24
scsi: hisi_sas: Add debugfs file structure for port
Luo Jiaxing
1
-9
/
+12
2019-10-24
scsi: hisi_sas: Add debugfs file structure for registers
Luo Jiaxing
1
-33
/
+29
2019-10-24
scsi: hisi_sas: Add debugfs file structure for DQ
Luo Jiaxing
1
-10
/
+12
2019-10-24
scsi: hisi_sas: Add debugfs file structure for CQ
Luo Jiaxing
1
-13
/
+16
2019-10-24
scsi: hisi_sas: Add timestamp for a debugfs dump
Luo Jiaxing
1
-0
/
+8
2019-10-24
scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec()
Xiang Chen
1
-1
/
+7
2019-10-24
scsi: hisi_sas: use wait_for_completion_timeout() when clearing ITCT
Xiang Chen
1
-2
/
+6
2019-10-24
scsi: hisi_sas: Don't create debugfs dump folder twice
Xiang Chen
1
-3
/
+0
2019-10-09
Merge branch '5.4/scsi-fixes' into 5.5/scsi-queue
Martin K. Petersen
1
-3
/
+3
2019-09-30
scsi: hisi_sas: fix spelling mistake "digial" -> "digital"
Colin Ian King
1
-1
/
+1
2019-09-23
scsi: hisi_sas: Make three functions static
YueHaibing
1
-3
/
+3
2019-09-10
scsi: hisi_sas: Fix the conflict between device gone and host reset
Xiang Chen
1
-3
/
+4
2019-09-10
scsi: hisi_sas: Add BIST support for phy loopback
Xiang Chen
1
-0
/
+407
2019-09-10
scsi: hisi_sas: Add hisi_sas_debugfs_alloc() to centralise allocation
Luo Jiaxing
1
-44
/
+58
2019-09-10
scsi: hisi_sas: Remove some unused function arguments
Luo Jiaxing
1
-3
/
+2
2019-09-10
scsi: hisi_sas: Assign NCQ tag for all NCQ commands
Xiang Chen
1
-15
/
+0
2019-09-10
scsi: hisi_sas: Retry 3 times TMF IO for SAS disks when init device
Xiang Chen
1
-6
/
+10
2019-09-10
scsi: hisi_sas: Remove sleep after issue phy reset if sas_smp_phy_control() f...
Luo Jiaxing
1
-2
/
+3
2019-09-10
scsi: hisi_sas: Directly return when running I_T_nexus reset if phy disabled
Luo Jiaxing
1
-0
/
+5
2019-09-10
scsi: hisi_sas: Use true/false as input parameter of sas_phy_reset()
Luo Jiaxing
1
-2
/
+2
2019-09-10
scsi: hisi_sas: add debugfs auto-trigger for internal abort time out
Luo Jiaxing
1
-0
/
+3
2019-09-07
scsi: hisi_sas: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-2
/
+1
2019-08-07
scsi: hisi_sas: Consolidate internal abort calls in LU reset operation
Luo Jiaxing
1
-17
/
+9
2019-08-07
scsi: hisi_sas: replace "%p" with "%pK"
Xiang Chen
1
-1
/
+1
2019-08-07
scsi: hisi_sas: Remove some unnecessary code
Xiang Chen
1
-3
/
+2
2019-08-07
scsi: hisi_sas: Modify return type of debugfs functions
Luo Jiaxing
1
-33
/
+18
2019-08-07
scsi: hisi_sas: Drop SMP resp frame DMA mapping
John Garry
1
-21
/
+7
2019-08-07
scsi: hisi_sas: Make slot buf minimum allocation of PAGE_SIZE
Xiang Chen
1
-1
/
+1
2019-08-07
scsi: hisi_sas: Don't bother clearing status buffer IU in task prep
Xiang Chen
1
-2
/
+4
2019-08-07
scsi: hisi_sas: Fix out of bound at debug_I_T_nexus_reset()
Luo Jiaxing
1
-3
/
+8
2019-08-07
scsi: hisi_sas: Snapshot AXI and RAS register at debugfs
Luo Jiaxing
1
-15
/
+117
2019-08-07
scsi: hisi_sas: Snapshot HW cache of IOST and ITCT at debugfs
Luo Jiaxing
1
-2
/
+112
2019-08-07
scsi: hisi_sas: Fix pointer usage error in show debugfs IOST/ITCT
Luo Jiaxing
1
-2
/
+4
2019-08-07
scsi: hisi_sas: Drop hisi_sas_hw.get_free_slot
John Garry
1
-20
/
+7
2019-08-07
scsi: hisi_sas: Make max IPTT count equal for all hw revisions
John Garry
1
-17
/
+13
[next]