index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-07
scsi: ufs: Remove unused setup_regulators variant function
Stanley Chu
2
-19
/
+1
2020-12-07
scsi: ufs-mediatek: Introduce event_notify implementation
Stanley Chu
2
-0
/
+48
2020-12-07
scsi: ufs: Introduce event_notify variant function
Stanley Chu
2
-0
/
+13
2020-12-07
scsi: ufs: Refine error history functions
Stanley Chu
2
-92
/
+97
2020-12-07
scsi: ufs: Add error history for abort event in UFS Device W-LUN
Stanley Chu
1
-2
/
+4
2020-12-07
scsi: iscsi: Fix inappropriate use of put_device()
Qinglang Miao
1
-1
/
+3
2020-12-07
scsi: pm80xx: Fix error return in pm8001_pci_probe()
Zhang Qilong
1
-1
/
+2
2020-12-07
scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probe
Qinglang Miao
1
-1
/
+3
2020-12-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-3
/
+10
2020-12-03
scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"
Dan Carpenter
1
-2
/
+2
2020-12-04
ocxl: Update the Process Element Entry
Christophe Lombard
1
-2
/
+4
2020-12-04
powerpc/ps3: make system bus's remove and shutdown callbacks return void
Uwe Kleine-König
1
-2
/
+1
2020-12-02
scsi: stex: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-12-02
scsi: lpfc: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-12-02
scsi: csiostor: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-12-02
scsi: aha1740: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-12-02
scsi: aacraid: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-12-02
scsi: bfa: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-3
/
+5
2020-12-02
scsi: aic94xx: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-0
/
+4
2020-12-02
scsi: aic7xxx: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-3
/
+5
2020-12-02
scsi: bnx2i: Requires MMU
Randy Dunlap
1
-0
/
+1
2020-12-01
block: remove ->bd_contains
Christoph Hellwig
1
-1
/
+1
2020-12-01
scsi: mpt3sas: Increase IOCInit request timeout to 30s
Sreekanth Reddy
1
-1
/
+1
2020-12-01
scsi: mpt3sas: Fix ioctl timeout
Suganath Prabu S
1
-1
/
+1
2020-12-01
scsi: lpfc: Correct null ndlp reference on routine exit
James Smart
1
-1
/
+2
2020-12-01
scsi: ufs: Stop hardcoding the scale down gear
Can Guo
2
-5
/
+9
2020-12-01
scsi: ufs-qcom: Keep core_clk_unipro on while link is active
Can Guo
1
-0
/
+6
2020-12-01
scsi: ufs: Refactor ufshcd_setup_clocks() to remove skip_ref_clk
Can Guo
3
-20
/
+14
2020-12-01
scsi: myrs: Remove WARN_ON(in_interrupt())
Ahmed S. Darwish
1
-1
/
+0
2020-12-01
scsi: myrb: Remove WARN_ON(in_interrupt())
Ahmed S. Darwish
1
-1
/
+0
2020-12-01
scsi: mpt3sas: Remove in_interrupt()
Ahmed S. Darwish
1
-1
/
+3
2020-12-01
scsi: qla4xxx: Remove in_interrupt() from qla4_82xx_rom_lock()
Ahmed S. Darwish
2
-11
/
+7
2020-12-01
scsi: qla4xxx: Remove in_interrupt() from qla4_82xx_idc_lock()
Ahmed S. Darwish
2
-10
/
+6
2020-12-01
scsi: qla2xxx: Remove in_interrupt() from qla83xx-specific code
Ahmed S. Darwish
1
-24
/
+19
2020-12-01
scsi: target: tcm_qla2xxx: Remove BUG_ON(in_interrupt())
Ahmed S. Darwish
1
-2
/
+0
2020-12-01
scsi: qla2xxx: Remove in_interrupt() from qla82xx-specific code
Ahmed S. Darwish
2
-14
/
+16
2020-12-01
scsi: qla4xxx: Remove in_interrupt()
Ahmed S. Darwish
2
-35
/
+29
2020-12-01
scsi: hisi_sas: Remove preemptible()
Ahmed S. Darwish
1
-7
/
+1
2020-12-01
scsi: pm80xx: Do not sleep in atomic context
Ahmed S. Darwish
1
-1
/
+1
2020-11-30
scsi: ufs: Remove unnecessary if condition in ufshcd_suspend()
Bean Huo
1
-3
/
+1
2020-11-30
scsi: hisi_sas: Move debugfs code to v3 hw driver
Luo Jiaxing
3
-1387
/
+1212
2020-11-30
scsi: hisi_sas: Fix up probe error handling for v3 hw
Xiang Chen
1
-15
/
+11
2020-11-30
scsi: hisi_sas: Reduce some indirection in v3 hw driver
John Garry
1
-3
/
+2
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-30
scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callb...
Andrea Parri (Microsoft)
1
-0
/
+5
2020-11-30
scsi: storvsc: Fix error return in storvsc_probe()
Jing Xiangfeng
1
-1
/
+3
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-22
/
+38
2020-11-27
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-14
/
+23
[prev]
[next]