summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpi3mr: Wait for diagnostic save during controller initRanjan Kumar2023-03-071-1/+18
* scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabledRanjan Kumar2023-03-071-1/+2
* scsi: mpi3mr: ioctl timeout when disabling/enabling interruptRanjan Kumar2023-03-073-2/+14
* scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel2023-03-071-4/+4
* scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2023-03-072-4/+2
* scsi: ufs: mcq: qcom: Clean the return path of ufs_qcom_mcq_config_resource()Asutosh Das2023-03-071-4/+2
* scsi: ufs: mcq: qcom: Fix passing zero to PTR_ERRAsutosh Das2023-03-071-1/+1
* scsi: ufs: ufs-qcom: Remove impossible checkDan Carpenter2023-03-071-1/+1
* scsi: ufs: core: Add soft dependency on governor_simpleondemandAdrien Thierry2023-03-071-0/+1
* scsi: hisi_sas: Check devm_add_action() return valueKang Chen2023-03-071-2/+1
* scsi: qla2xxx: Add option to disable FC2 Target supportDaniel Wagner2023-03-063-2/+12
* scsi: target: iscsi: Fix an error message in iscsi_check_key()Maurizio Lombardi2023-03-061-5/+7
* Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-03-053-23/+53
|\
| * crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-283-23/+53
* | Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-051-3/+17
|\ \
| * | virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky2023-03-011-3/+17
* | | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-052-2/+3
|\ \ \
| * | | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-021-0/+1
| * | | Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-2320-205/+75
| |\ \ \
| * | | | PCI/MSI: Clarify usage of pci_msix_free_irq()Reinette Chatre2023-02-211-2/+2
* | | | | Merge tag 'i2c-for-6.3-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-042-15/+7
|\ \ \ \ \
| * | | | | i2c: gxp: fix an error code in probeDan Carpenter2023-03-031-1/+1
| * | | | | i2c: gxp: return proper error on address NACKWolfram Sang2023-03-031-2/+4
| * | | | | i2c: gxp: remove "empty" switch statementWolfram Sang2023-03-031-12/+1
| * | | | | i2c: Disable I2C_APPLE when I2C_PASEMI is a builtinBenjamin Gray2023-03-031-0/+1
* | | | | | Merge tag 'for-v6.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2023-03-041-3/+3
|\ \ \ \ \ \
| * | | | | | power: supply: fix null pointer check order in __power_supply_registerqinyu2023-02-251-3/+3
* | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-03-0332-244/+285
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | scsi: zfcp: Trace when request remove fails after qdio send failsBenjamin Block2023-02-223-4/+52
| * | | | | | scsi: zfcp: Change the type of all fsf request id fields and variables to u64Benjamin Block2023-02-226-17/+18
| * | | | | | scsi: zfcp: Make the type for accessing request hashtable buckets size_tBenjamin Block2023-02-221-9/+11
| * | | | | | scsi: ufs: core: Simplify ufshcd_execute_start_stop()Bart Van Assche2023-02-221-27/+8
| * | | | | | scsi: ufs: core: Rely on the block layer for setting RQF_PMBart Van Assche2023-02-221-1/+1
| * | | | | | scsi: core: Extend struct scsi_exec_argsBart Van Assche2023-02-221-0/+1
| * | | | | | scsi: lpfc: Fix double word in commentsBo Liu2023-02-227-13/+13
| * | | | | | scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche2023-02-221-0/+2
| * | | | | | scsi: core: Fix a source code commentBart Van Assche2023-02-221-1/+1
| * | | | | | scsi: cxgbi: Remove unneeded version.h includeJesper Juhl2023-02-221-1/+0
| * | | | | | scsi: qedi: Remove unneeded version.h includeJesper Juhl2023-02-221-1/+0
| * | | | | | scsi: mpi3mr: Remove unneeded version.h includeJesper Juhl2023-02-221-1/+0
| * | | | | | scsi: mpi3mr: Fix missing mrioc->evtack_cmds initializationShin'ichiro Kawasaki2023-02-221-0/+4
| * | | | | | scsi: mpi3mr: Use number of bits to manage bitmap sizesShin'ichiro Kawasaki2023-02-222-52/+33
| * | | | | | scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmiShin'ichiro Kawasaki2023-02-221-11/+2
| * | | | | | scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()Shin'ichiro Kawasaki2023-02-221-7/+8
| * | | | | | scsi: mpi3mr: Fix an issue found by KASANTomas Henzl2023-02-221-1/+1
| * | | | | | scsi: ipr: Work around fortify-string warningArnd Bergmann2023-02-221-20/+21
| * | | | | | scsi: ipr: Make ipr_probe_ioa_part2() return voidDeepak R Varma2023-02-221-10/+3
| * | | | | | scsi: sd: Update DIX config every time sd_revalidate_disk() is calledXingui Yang2023-02-222-12/+11
| * | | | | | scsi: sd: Remove unused sd_cdb_cacheFengnan Chang2023-02-221-15/+1
| * | | | | | scsi: ufs: mcq: Fix incorrectly set queue depthAsutosh Das2023-02-221-4/+6