summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-134-5/+29
|\
| * s390/cio: check the subchannel validity for dev_busidVineeth Vijayan2021-11-081-2/+2
| * s390/tape: fix timer initialization in tape_std_assign()Sven Schnelle2021-11-081-2/+1
| * PCI: Export pci_dev_lock()Niklas Schnelle2021-11-081-1/+2
| * s390/pci: implement reset_slot for hotplug slotNiklas Schnelle2021-11-081-0/+24
* | Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-11-132-2/+3
|\ \
| * | PCI: brcmstb: Allow building for BMIPS_GENERICFlorian Fainelli2021-11-091-1/+2
| * | MIPS: Allow modules to set board_be_handlerFlorian Fainelli2021-11-091-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-1231-371/+913
|\ \ \
| * | | scsi: scsi_debug: Don't call kcalloc() if size arg is zeroGeorge Kennedy2021-11-051-0/+4
| * | | scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()Tadeusz Struk2021-11-051-2/+0
| * | | scsi: scsi_ioctl: Validate command sizeTadeusz Struk2021-11-041-0/+2
| * | | scsi: ufs: ufshpb: Properly handle max-single-cmdAvri Altman2021-11-042-12/+13
| * | | Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen2021-11-0417-336/+84
| |\ \ \
| * | | | scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne2021-11-043-0/+27
| * | | | scsi: bsg: Fix errno when scsi_bsg_register_queue() failsJackie Liu2021-11-041-0/+1
| * | | | scsi: sr: Remove duplicate assignmentAlexey Dobriyan2021-10-281-1/+0
| * | | | scsi: ufs: ufs-exynos: Introduce ExynosAuto v9 virtual hostChanho Park2021-10-281-0/+86
| * | | | scsi: ufs: ufs-exynos: Multi-host configuration for ExynosAuto v9Chanho Park2021-10-281-0/+68
| * | | | scsi: ufs: ufs-exynos: Support ExynosAuto v9 UFSChanho Park2021-10-282-0/+136
| * | | | scsi: ufs: ufs-exynos: Add pre/post_hce_enable drv callbacksChanho Park2021-10-282-0/+12
| * | | | scsi: ufs: ufs-exynos: Factor out priv data initChanho Park2021-10-281-7/+14
| * | | | scsi: ufs: ufs-exynos: Add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR optionChanho Park2021-10-282-2/+5
| * | | | scsi: ufs: ufs-exynos: Support custom version of ufs_hba_variant_opsChanho Park2021-10-282-1/+8
| * | | | scsi: ufs: ufs-exynos: Add setup_clocks callbackChanho Park2021-10-281-0/+24
| * | | | scsi: ufs: ufs-exynos: Add refclkout_stop controlChanho Park2021-10-281-1/+2
| * | | | scsi: ufs: ufs-exynos: Simplify drv_data retrievalChanho Park2021-10-282-11/+2
| * | | | scsi: ufs: ufs-exynos: Change pclk available max valueChanho Park2021-10-281-1/+1
| * | | | scsi: ufs: Add quirk to enable host controller without PH configurationjongmin jeong2021-10-282-0/+9
| * | | | scsi: ufs: Add quirk to handle broken UIC commandjongmin jeong2021-10-282-0/+9
| * | | | scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier2021-10-281-10/+1
| * | | | scsi: qla2xxx: Update version to 10.02.07.200-kNilesh Javali2021-10-271-2/+2
| * | | | scsi: qla2xxx: edif: Fix EDIF bsgQuinn Tran2021-10-271-26/+23
| * | | | scsi: qla2xxx: edif: Fix inconsistent check of db_flagsQuinn Tran2021-10-275-25/+26
| * | | | scsi: qla2xxx: edif: Increase ELS payloadQuinn Tran2021-10-275-4/+9
| * | | | scsi: qla2xxx: edif: Reduce connection thrashQuinn Tran2021-10-273-3/+32
| * | | | scsi: qla2xxx: edif: Tweak trace messageQuinn Tran2021-10-274-9/+20
| * | | | scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safeQuinn Tran2021-10-273-35/+13
| * | | | scsi: qla2xxx: edif: Flush stale events and msgs on session downQuinn Tran2021-10-273-1/+98
| * | | | scsi: qla2xxx: edif: Fix app start delayQuinn Tran2021-10-271-61/+3
| * | | | scsi: qla2xxx: edif: Fix app start failQuinn Tran2021-10-271-26/+26
| * | | | scsi: qla2xxx: Turn off target reset during issue_lipQuinn Tran2021-10-273-50/+2
| * | | | scsi: qla2xxx: Fix gnl list corruptionQuinn Tran2021-10-271-3/+1
| * | | | scsi: qla2xxx: Relogin during fabric disturbanceQuinn Tran2021-10-271-9/+45
| * | | | scsi: elx: Use 'bitmap_zalloc()' when applicableChristophe JAILLET2021-10-271-5/+4
| * | | | scsi: ufs: core: Micro-optimize ufshcd_map_sg()Bart Van Assche2021-10-272-10/+15
| * | | | scsi: ufs: core: Add a compile-time structure size checkBart Van Assche2021-10-271-0/+5
| * | | | scsi: ufs: core: Remove three superfluous castsBart Van Assche2021-10-271-3/+3
| * | | | scsi: ufs: core: Add debugfs attributes for triggering the UFS EHBart Van Assche2021-10-271-0/+65
| * | | | scsi: ufs: core: Make it easier to add new debugfs attributesBart Van Assche2021-10-271-3/+30