summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-21drm/mediatek: Keep dsi as LP00 before dcs cmds transferJitao Shi1-7/+21
2022-08-21drm/mediatek: Allow commands to be sent during video modeJulien STEPHAN1-9/+24
2022-08-21drm/i915/dg1: Update DMC_DEBUG3 registerChuansheng Liu2-3/+4
2022-08-21Input: gscps2 - check return value of ioremap() in gscps2_probe()Xie Shaowen1-0/+4
2022-08-21scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation testsArun Easi1-1/+1
2022-08-21scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/OsArun Easi1-4/+8
2022-08-21scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injectionQuinn Tran1-6/+6
2022-08-21scsi: qla2xxx: Turn off multi-queue for 8G adaptersQuinn Tran2-12/+8
2022-08-21scsi: qla2xxx: Fix discovery issues in FC-AL topologyArun Easi3-2/+35
2022-08-21scsi: zfcp: Fix missing auto port scan and thus missing target portsSteffen Maier3-13/+26
2022-08-21video: fbdev: s3fb: Check the size of screen before memset_io()Zheyu Ma1-0/+2
2022-08-21video: fbdev: arkfb: Check the size of screen before memset_io()Zheyu Ma1-0/+2
2022-08-21video: fbdev: vt8623fb: Check the size of screen before memset_io()Zheyu Ma1-0/+2
2022-08-21video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()Zheyu Ma1-1/+6
2022-08-21video: fbdev: sis: fix typos in SiS_GetModeID()Rustam Subkhankulov1-2/+2
2022-08-21video: fbdev: amba-clcd: Fix refcount leak bugsLiang He1-6/+18
2022-08-21watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada...William Dean1-0/+2
2022-08-21s390/zcore: fix race when reading from hardware system areaAlexander Gordeev1-1/+10
2022-08-21iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loopLiang He1-2/+5
2022-08-21mfd: max77620: Fix refcount leak in max77620_initialise_fpsMiaoqian Lin1-0/+2
2022-08-21mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König1-5/+1
2022-08-21remoteproc: sysmon: Wait for SSCTL service to come upSibi Sankar1-0/+10
2022-08-21rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edgeMiaoqian Lin1-0/+1
2022-08-21iommu/exynos: Handle failed IOMMU device registration properlySam Protsenko1-1/+5
2022-08-21tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke1-2/+5
2022-08-21tty: n_gsm: fix DM commandDaniel Starke1-1/+1
2022-08-21tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke1-2/+2
2022-08-21vfio/ccw: Do not change FSM state in subchannel eventEric Farman1-11/+3
2022-08-21vfio/mdev: Make to_mdev_device() into a static inlineJason Gunthorpe1-1/+4
2022-08-21vfio: Split creation of a vfio_device into init and register opsJason Gunthorpe1-60/+65
2022-08-21vfio: Simplify the lifetime logic for vfio_deviceJason Gunthorpe1-54/+25
2022-08-21vfio: Remove extra put/gets around vfio_device->groupJason Gunthorpe1-19/+2
2022-08-21remoteproc: qcom: wcnss: Fix handling of IRQsSireesh Kodali1-2/+8
2022-08-21tty: n_gsm: fix race condition in gsmld_write()Daniel Starke1-4/+17
2022-08-21tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke1-1/+1
2022-08-21tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke1-1/+53
2022-08-21tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke1-32/+42
2022-08-21tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke1-2/+29
2022-08-21tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao1-1/+3
2022-08-21remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_initMiaoqian Lin1-0/+2
2022-08-21rpmsg: mtk_rpmsg: Fix circular locking dependencyAngeloGioacchino Del Regno1-0/+2
2022-08-21serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen1-0/+3
2022-08-21serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki2-21/+22
2022-08-21opp: Fix error check in dev_pm_opp_attach_genpd()Tang Bin1-2/+2
2022-08-21usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()Nathan Chancellor1-4/+8
2022-08-21nvme: use command_id instead of req->tag in trace_nvme_complete_rq()Bean Huo1-1/+1
2022-08-21null_blk: fix ida error handling in null_add_dev()Dan Carpenter1-3/+11
2022-08-21RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun1-4/+8
2022-08-21RDMA/mlx5: Add missing check for return value in get namespace flowMaor Gottlieb1-4/+2
2022-08-21RDMA/srpt: Fix a use-after-freeBart Van Assche2-46/+94