summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-1416-97/+164
|\
| * scsi: lpfc: Update lpfc version to 12.8.0.3Dick Kennedy2020-08-041-1/+1
| * scsi: lpfc: Fix LUN loss after cable pullDick Kennedy2020-08-041-1/+7
| * scsi: lpfc: Fix validation of bsg reply lengthsDick Kennedy2020-08-041-13/+8
| * scsi: lpfc: Fix retry of PRLI when status indicates its unsupportedDick Kennedy2020-08-041-3/+7
| * scsi: lpfc: Fix oops when unloading driver while running mds diagsDick Kennedy2020-08-041-2/+9
| * scsi: lpfc: Fix RSCN timeout due to incorrect gidft counterDick Kennedy2020-08-041-6/+16
| * scsi: lpfc: Fix no message shown for lpfc_hdw_queue out of range valueDick Kennedy2020-08-042-4/+19
| * scsi: lpfc: Fix FCoE speed reportingDick Kennedy2020-08-042-2/+19
| * scsi: lpfc: Add missing misc_deregister() for lpfc_init()Jing Xiangfeng2020-08-041-2/+5
| * scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne2020-08-041-1/+1
| * scsi: scsi_transport_sas: Add spaces around binary operator "|"Xiang Chen2020-08-041-1/+1
| * scsi: sd_zbc: Improve zone revalidationDamien Le Moal2020-08-043-54/+60
| * scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan2020-08-041-3/+9
| * scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Javed Hasan2020-08-041-1/+1
| * scsi: target: Make iscsit_register_transport() return voidMax Gurtovoy2020-08-041-3/+1
* | Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-1420-38/+50
|\ \
| * | pwm: bcm-iproc: handle clk_get_rate() returnRayagonda Kokatanur2020-07-301-2/+7
| * | pwm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-303-3/+3
| * | pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc headerLee Jones2020-07-301-1/+1
| * | pwm: mediatek: Provide missing kerneldoc description for 'soc' argLee Jones2020-07-301-0/+1
| * | pwm: bcm-kona: Remove impossible comparison when validating duty cycleLee Jones2020-07-301-1/+1
| * | pwm: bcm-iproc: Remove impossible comparison when validating duty cycleLee Jones2020-07-301-2/+1
| * | pwm: iqs620a: Use lowercase hexadecimal literals for consistencyThierry Reding2020-06-171-4/+4
| * | pwm: Convert period and duty cycle to u64Guru Das Srinagesh2020-06-174-13/+13
| * | clk: pwm: Use 64-bit division functionGuru Das Srinagesh2020-06-171-1/+6
| * | backlight: pwm_bl: Use 64-bit division functionGuru Das Srinagesh2020-06-171-1/+2
| * | pwm: sun4i: Use nsecs_to_jiffies to avoid a divisionGuru Das Srinagesh2020-06-171-1/+1
| * | pwm: sifive: Use 64-bit division macroGuru Das Srinagesh2020-06-171-1/+1
| * | pwm: iqs620a: Use 64-bit divisionThierry Reding2020-06-171-3/+4
| * | pwm: imx27: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
| * | pwm: imx-tpm: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
| * | pwm: clps711x: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
| * | hwmon: pwm-fan: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
| * | drm/i915: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
* | | Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-147-14/+24
|\ \ \
| * | | drm/xen-front: Pass dumb buffer data offset to the backendOleksandr Andrushchenko2020-08-133-4/+7
| * | | drm/xen-front: Add YUYV to supported formatsOleksandr Andrushchenko2020-08-131-0/+1
| * | | drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko2020-08-133-7/+7
| * | | xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko2020-08-131-0/+8
| * | | x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-111-3/+1
* | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-141-0/+4
|\ \ \ \
| * | | | Drivers: hv: vmbus: Only notify Hyper-V for die events that are oopsMichael Kelley2020-08-071-0/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1314-47/+72
|\ \ \ \ \
| * | | | | net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell2020-08-121-0/+1
| * | | | | net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell2020-08-121-0/+3
| * | | | | sfc: fix ef100 design-param checkingEdward Cree2020-08-121-1/+2
| * | | | | net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn2020-08-111-11/+7
| * | | | | net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai2020-08-111-3/+14
| * | | | | ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang2020-08-111-2/+2