summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-12net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang1-0/+1
2022-05-12net: dsa: mt7530: add missing of_node_put() in mt7530_setup()Yang Yingliang1-0/+1
2022-05-12net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init()Yang Yingliang1-0/+1
2022-05-12RDMA/irdma: Fix possible crash due to NULL netdev in notifierMustafa Ismail1-12/+9
2022-05-12RDMA/irdma: Reduce iWARP QP destroy timeShiraz Saleem1-6/+4
2022-05-12RDMA/irdma: Flush iWARP QP if modified to ERR from RTR stateTatyana Nikolova2-13/+7
2022-05-12RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu1-3/+4
2022-05-12net/mlx5: Fix deadlock in sync reset flowMoshe Shemesh1-17/+17
2022-05-12net/mlx5: Avoid double clear or set of sync reset requestedMoshe Shemesh1-9/+19
2022-05-12net/mlx5e: Fix the calling of update_buffer_lossy() APIMark Zhang1-2/+2
2022-05-12net/mlx5e: CT: Fix queued up restore put() executing after relevant ft releasePaul Blakey1-0/+4
2022-05-12net/mlx5e: Don't match double-vlan packets if cvlan is not setVlad Buslov1-0/+11
2022-05-12net/mlx5e: Fix trust state reset in reloadMoshe Tal1-0/+10
2022-05-12iommu/dart: check return value after calling platform_get_resource()Yang Yingliang1-5/+4
2022-05-12iommu/vt-d: Drop stop marker messagesLu Baolu1-0/+4
2022-05-12hwmon: (pmbus) disable PEC if not enabledAdam Wujek1-0/+3
2022-05-12hwmon: (adt7470) Fix warning on module removalArmin Wolf1-2/+2
2022-05-12gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu1-2/+2
2022-05-12gpio: visconti: Fix fwnode of GPIO IRQNobuhiro Iwamatsu1-5/+2
2022-05-12nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...Duoming Zhou1-1/+1
2022-05-12can: grcan: only use the NAPI poll budget for RXAndreas Larsson1-15/+7
2022-05-12can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson1-5/+11
2022-05-12can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom1-2/+4
2022-05-12can: grcan: grcan_close(): fix deadlockDuoming Zhou1-0/+2
2022-05-12s390/dasd: Fix read inconsistency for ESE DASD devicesJan Höppner1-2/+1
2022-05-12s390/dasd: Fix read for ESE with blksize < 4kJan Höppner1-4/+3
2022-05-12s390/dasd: prevent double format of tracks for ESE devicesStefan Haberland3-2/+26
2022-05-12s390/dasd: fix data corruption for ESE devicesStefan Haberland3-2/+20
2022-05-12net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min2-1/+2
2022-05-12firewire: core: extend card->lock in fw_core_handle_bus_resetNiels Dossche2-6/+6
2022-05-12firewire: remove check of list iterator against head past the loop bodyJakob Koschel2-20/+23
2022-05-12firewire: fix potential uaf in outbound_phy_packet_callback()Chengfeng Ye1-1/+3
2022-05-12drm/amdgpu: do not use passthrough mode in Xen dom0Marek Marczykowski-Górecki1-1/+3
2022-05-12drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNTHarry Wentland1-1/+1
2022-05-12iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range()Nicolin Chen1-1/+8
2022-05-12iommu/vt-d: Calculate mask for non-aligned flushesDavid Stevens1-3/+24
2022-05-12gpiolib: of: fix bounds check for 'gpio-reserved-ranges'Andrei Lalaev1-1/+1
2022-05-12mmc: core: Set HS clock speed before sending HS CMD13Brian Norris1-4/+19
2022-05-12mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bitsSamuel Holland1-2/+3
2022-05-12mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHCShaik Sajida Bhanu1-0/+42
2022-05-09eeprom: at25: Use DMA safe buffersChristophe Leroy1-8/+11
2022-05-09tty: n_gsm: fix software flow control handlingDaniel Starke1-0/+16
2022-05-09tty: n_gsm: fix incorrect UA handlingDaniel Starke1-1/+0
2022-05-09tty: n_gsm: fix reset fifo race conditionDaniel Starke1-0/+8
2022-05-09tty: n_gsm: fix missing tty wakeup in convergence layer type 2Daniel Starke1-0/+1
2022-05-09tty: n_gsm: fix wrong signal octets encoding in MSCDaniel Starke1-13/+5
2022-05-09tty: n_gsm: fix wrong command frame length field encodingDaniel Starke1-12/+11
2022-05-09tty: n_gsm: fix wrong command retry handlingDaniel Starke1-3/+3
2022-05-09tty: n_gsm: fix missing explicit ldisc flushDaniel Starke1-0/+1
2022-05-09tty: n_gsm: fix wrong DLCI release orderDaniel Starke1-2/+2