summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-031-2/+2
|\
| * PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan2020-03-281-2/+2
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-0/+2
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-02117-2855/+5059
|\ \ \
| * | | scsi: aic7xxx: aic97xx: Remove FreeBSD-specific codeAlex Dewar2020-03-261-21/+1
| * | | scsi: ufs: Do not rely on prefetched dataCan Guo2020-03-262-22/+15
| * | | scsi: dc395x: remove dc395x_bios_paramChristoph Hellwig2020-03-261-34/+0
| * | | scsi: libiscsi: Fix error count for active sessionWu Bo2020-03-261-1/+1
| * | | scsi: hpsa: correct race condition in offload enabledDon Brace2020-03-261-23/+57
| * | | scsi: qedi: Add PCI shutdown handler supportManish Rangankar2020-03-265-2/+39
| * | | scsi: qedi: Add MFW error recovery processManish Rangankar2020-03-262-22/+66
| * | | scsi: ufs: Enable block layer runtime PM for well-known logical unitsCan Guo2020-03-261-2/+17
| * | | scsi: ufs-qcom: Override devfreq parametersAsutosh Das2020-03-261-0/+25
| * | | scsi: ufshcd: Let vendor override devfreq parametersAsutosh Das2020-03-262-1/+26
| * | | scsi: ufshcd: Update the set frequency to devfreqAsutosh Das2020-03-261-1/+16
| * | | scsi: ufs: Resume ufs host before accessing ufs deviceNitin Rawat2020-03-261-6/+22
| * | | scsi: ufs-mediatek: customize the delay for enabling hostStanley Chu2020-03-262-9/+35
| * | | scsi: ufs: make HCE polling more compact to improve initialization latencyStanley Chu2020-03-261-2/+2
| * | | scsi: ufs: allow custom delay prior to host enablingStanley Chu2020-03-262-1/+3
| * | | scsi: ufs-mediatek: use common delay functionStanley Chu2020-03-261-13/+2
| * | | scsi: ufs: introduce common and flexible delay functionStanley Chu2020-03-262-0/+13
| * | | scsi: ufs: use an enum for host capabilitiesStanley Chu2020-03-261-28/+37
| * | | scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()Stanley Chu2020-03-261-1/+1
| * | | scsi: iscsi: Report connection state in sysfsGabriel Krisman Bertazi2020-03-262-2/+34
| * | | scsi: aha1740: Fix an errro handling path in aha1740_probe()Christophe JAILLET2020-03-261-1/+0
| * | | scsi: qla2xxx: Remove non functional codeDaniel Wagner2020-03-261-23/+0
| * | | scsi: pm80xx: Introduce read and write length for IOCTL payload structureViswas G2020-03-174-21/+22
| * | | scsi: pm80xx: sysfs attribute for non fatal dumpDeepak Ukey2020-03-174-0/+180
| * | | scsi: pm80xx: Cleanup initialization loading fail pathPeter Chang2020-03-171-6/+11
| * | | scsi: pm80xx: Free the tag when mpi_set_phy_profile_resp is receivedyuuzheng2020-03-171-3/+7
| * | | scsi: pm80xx: Deal with kexec rebootsVikram Auradkar2020-03-172-9/+54
| * | | scsi: pm80xx: Increase request sg lengthPeter Chang2020-03-172-3/+4
| * | | scsi: smartpqi: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-11/+11
| * | | scsi: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-5/+5
| * | | scsi: megaraid_sas: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-3/+4
| * | | scsi: ipr: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-3/+3
| * | | scsi: gdth: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-1/+1
| * | | scsi: fnic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-29/+29
| * | | scsi: be2iscsi: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-10/+10
| * | | scsi: aacraid: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-8/+9
| * | | scsi: scsi_trace: Use get_unaligned_be24()Bart Van Assche2020-03-161-4/+2
| * | | scsi: st: Use get_unaligned_be24() and sign_extend32()Bart Van Assche2020-03-161-2/+2
| * | | scsi: hisi_sas: Use dev_err() in read_iost_itct_cache_v3_hw()Luo Jiaxing2020-03-161-1/+2
| * | | scsi: core: avoid repetitive logging of device offline messagesEwan D. Milne2020-03-111-2/+6
| * | | scsi: docs: convert arcmsr_spec.txt to ReSTMauro Carvalho Chehab2020-03-112-2/+2
| * | | scsi: docs: convert ufs.txt to ReSTMauro Carvalho Chehab2020-03-111-1/+1
| * | | scsi: docs: convert sym53c8xx_2.txt to ReSTMauro Carvalho Chehab2020-03-111-1/+1
| * | | scsi: docs: convert st.txt to ReSTMauro Carvalho Chehab2020-03-112-2/+2
| * | | scsi: docs: convert smartpqi.txt to ReSTMauro Carvalho Chehab2020-03-111-1/+1