summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-03USB: serial: option: add Quectel EC200A module supportMohsen Tahmasebi1-0/+2
2023-08-03USB: serial: option: support Quectel EM060K_128Jerry Meng1-0/+4
2023-08-03serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland1-1/+1
2023-08-03serial: 8250_dw: Preserve original value of DLF registerRuihong Luo1-2/+4
2023-08-03tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das1-1/+1
2023-08-03serial: qcom-geni: drop bogus runtime pm state updateJohan Hovold1-7/+0
2023-08-03usb: gadget: core: remove unbalanced mutex_unlock in usb_gadget_activateMichael Grzeschik1-1/+0
2023-08-03USB: gadget: Fix the memory leak in raw_gadget driverZqiang1-4/+6
2023-08-03usb: gadget: call usb_gadget_check_config() to verify UDC capabilityFrank Li1-0/+4
2023-08-03Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_in...Dan Carpenter1-4/+4
2023-08-03ata: pata_ns87415: mark ns87560_tf_read staticArnd Bergmann1-1/+1
2023-08-03iommufd: IOMMUFD_DESTROY should not increase the refcountJason Gunthorpe3-30/+75
2023-08-03ublk: return -EINTR if breaking from waiting for existed users in DEL_DEVMing Lei1-2/+2
2023-08-03ublk: fail to recover device if queue setup is interruptedMing Lei1-1/+3
2023-08-03ublk: fail to start device if queue setup is interruptedMing Lei1-1/+2
2023-08-03drm/msm: Disallow submit with fence id 0Rob Clark1-1/+1
2023-08-03RDMA/irdma: Report correct WC errorSindhu Devale1-0/+1
2023-08-03RDMA/irdma: Fix op_type reporting in CQEsSindhu Devale1-1/+1
2023-08-03drm/amd/display: Unlock on error path in dm_handle_mst_sideband_msg_ready_eve...Dan Carpenter1-1/+1
2023-08-03drm/amd: Fix an error handling mistake in psp_sw_init()Mario Limonciello1-3/+3
2023-08-03dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai2-1/+5
2023-08-03dm raid: clean up four equivalent goto tags in raid_ctr()Yu Kuai1-18/+9
2023-08-03dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai1-2/+7
2023-08-03xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini1-0/+3
2023-08-03drm/i915: Fix an error handling path in igt_write_huge()Christophe JAILLET1-2/+4
2023-08-03cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws()Breno Leitao1-1/+1
2023-08-03cxl/acpi: Fix a use-after-free in cxl_parse_cfmws()Breno Leitao1-2/+1
2023-08-03drm/msm: Fix hw_fence error path cleanupRob Clark2-1/+19
2023-08-03drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()Gaosheng Cui1-1/+1
2023-08-03RDMA/bnxt_re: Fix hang during driver unloadSelvin Xavier2-10/+9
2023-08-03RDMA/bnxt_re: add helper function __poll_for_respKashyap Desai2-1/+44
2023-08-03RDMA/bnxt_re: Simplify the function that sends the FW commandsKashyap Desai2-61/+86
2023-08-03RDMA/bnxt_re: use shadow qd while posting non blocking rcfw commandKashyap Desai2-2/+61
2023-08-03RDMA/bnxt_re: Avoid the command wait if firmware is inactiveKashyap Desai1-4/+48
2023-08-03RDMA/bnxt_re: Enhance the existing functions that wait for FW responsesKashyap Desai1-14/+51
2023-08-03RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai3-0/+31
2023-08-03RDMA/mthca: Fix crash when polling CQ for shared QPsThomas Bogendoerfer1-1/+1
2023-08-03RDMA/core: Update CMA destination address on rdma_resolve_addrShiraz Saleem1-0/+2
2023-08-03RDMA/irdma: Fix data race on CQP request doneShiraz Saleem3-5/+5
2023-08-03RDMA/irdma: Fix data race on CQP completion statsShiraz Saleem4-36/+36
2023-08-03RDMA/irdma: Add missing read barriersShiraz Saleem3-1/+17
2023-08-03drm/msm/adreno: Fix snapshot BINDLESS_DATA sizeRob Clark1-1/+1
2023-08-03drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY configMarijn Suijten1-2/+0
2023-08-03drm/msm/dpu: drop enum dpu_core_perf_data_bus_idDmitry Baryshkov1-13/+0
2023-08-03drm/msm/dpu: add missing flush and fetch bits for DMA4/DMA5 planesJonathan Marek1-1/+7
2023-08-03drm/msm/mdss: correct UBWC programming for SM8550Dmitry Baryshkov1-2/+17
2023-08-03RDMA/mlx4: Make check for invalid flags stricterDan Carpenter1-9/+9
2023-08-03benet: fix return value check in be_lancer_xmit_workarounds()Yuanjun Gong1-1/+2
2023-08-03net: fec: tx processing does not call XDP APIs if budget is 0Wei Fang1-4/+12
2023-08-03igc: Fix Kernel Panic during ndo_tx_timeout callbackMuhammad Husaini Zulkifli1-12/+28